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 119 u_char rcr_type; /* parsing result of conf-req */ member in struct:sppp_cp
if_spppsubr.c 1567 scp->rcr_type = CP_RCR_NONE;
2092 type = scp->rcr_type;
4632 sp->scp[IDX_CHAP].rcr_type = CP_RCR_ACK;
4719 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK;
4746 sp->scp[IDX_CHAP].rcr_type = CP_RCR_ACK;
4748 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK;
4758 sp->scp[IDX_CHAP].rcr_type = CP_RCR_NAK;
4764 if (sp->scp[IDX_CHAP].rcr_type == CP_RCR_ACK &&
5014 sp->scp[IDX_PAP].rcr_type = CP_RCR_ACK;
5016 sp->scp[IDX_PAP].rcr_type = CP_RCR_NAK
    [all...]

Completed in 25 milliseconds