Home
last modified time | relevance | path

Searched refs:PAP_REQUEST (Results 1 – 2 of 2) sorted by relevance

/src/usr.sbin/ppp/
H A Dpap.c98 lh.code = PAP_REQUEST; in pap_Req()
213 if (authp->in.hdr.code != PAP_REQUEST && authp->id != authp->in.hdr.id && in pap_Input()
249 case PAP_REQUEST: in pap_Input()
H A Dpap.h31 #define PAP_REQUEST 1 macro