Searched refs:PPP_PROTO_PAP (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/npppd/npppd/ |
H A D | pap.c | 285 pktp = ppp_packetbuf(_this->ppp, PPP_PROTO_PAP) + HEADERLEN; in pap_response() 302 ppp_output(_this->ppp, PPP_PROTO_PAP, AUTHACK, _this->auth_id, in pap_response() 305 ppp_output(_this->ppp, PPP_PROTO_PAP, AUTHNAK, _this->auth_id, in pap_response() 314 PPP_DISCON_AUTH_FAILED, PPP_PROTO_PAP, 1 /* peer */, NULL); in pap_response()
|
H A D | ppp.c | 545 case PPP_PROTO_PAP: return "pap"; in proto_name() 891 case PPP_PROTO_PAP: 1103 case PPP_PROTO_PAP: return NPPPD_PROTO_BIT_PAP;
|
H A D | ppp.h | 39 #define PPP_PROTO_PAP 0xC023 macro
|
H A D | lcp.c | 904 case PPP_PROTO_PAP: in lcp_rcoderej()
|