Searched refs:auth_iwait (Results 1 – 5 of 5) sorted by relevance
162 if (authp->physical->link.lcp.auth_iwait == 0) in pap_Success()287 if (p->link.lcp.auth_iwait == PROTO_PAP) { in pap_Input()288 p->link.lcp.auth_iwait = 0; in pap_Input()
79 u_short auth_iwait; /* I must authenticate to the peer */ member
582 if (authp->physical->link.lcp.auth_iwait == 0) in chap_Success()943 if (p->link.lcp.auth_iwait == PROTO_CHAP) { in chap_Input()944 p->link.lcp.auth_iwait = 0; in chap_Input()
356 lcp->auth_iwait = lcp->auth_ineed = 0; in lcp_Setup()
581 lcp->auth_iwait = lcp->his_auth; in datalink_LayerUp()