Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_spppvar.h120 u_char rcr_type; /* parsing result of conf-req */ member
Dif_spppsubr.c1605 scp->rcr_type = CP_RCR_NONE; in sppp_cp_input()
2138 type = scp->rcr_type; in sppp_rcr_event()
4709 sp->scp[IDX_CHAP].rcr_type = CP_RCR_ACK; in sppp_chap_input()
4798 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK; in sppp_chap_input()
4825 sp->scp[IDX_CHAP].rcr_type = CP_RCR_ACK; in sppp_chap_input()
4827 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK; in sppp_chap_input()
4837 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK; in sppp_chap_input()
4843 if (sp->scp[IDX_CHAP].rcr_type == CP_RCR_ACK && in sppp_chap_input()
5101 sp->scp[IDX_PAP].rcr_type = CP_RCR_ACK; in sppp_pap_input()
5103 sp->scp[IDX_PAP].rcr_type = CP_RCR_NAK; in sppp_pap_input()
[all …]