HomeSort by: relevance | last modified time | path
    Searched refs:rcr_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_spppvar.h 120 u_char rcr_type; /* parsing result of conf-req */ member in struct:sppp_cp
if_spppsubr.c 1605 scp->rcr_type = CP_RCR_NONE;
2138 type = scp->rcr_type;
4709 sp->scp[IDX_CHAP].rcr_type = CP_RCR_ACK;
4798 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK;
4825 sp->scp[IDX_CHAP].rcr_type = CP_RCR_ACK;
4827 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK;
4837 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK;
4843 if (sp->scp[IDX_CHAP].rcr_type == CP_RCR_ACK &&
5101 sp->scp[IDX_PAP].rcr_type = CP_RCR_ACK;
5103 sp->scp[IDX_PAP].rcr_type = CP_RCR_NAK
    [all...]

Completed in 64 milliseconds