Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c2163 sp->lcp.opts |= (1 << LCP_OPT_AUTH_PROTO); in sppp_lcp_up()
2165 sp->lcp.opts &= ~(1 << LCP_OPT_AUTH_PROTO); in sppp_lcp_up()
2295 case LCP_OPT_AUTH_PROTO: in sppp_lcp_RCR()
2407 case LCP_OPT_AUTH_PROTO: in sppp_lcp_RCR()
2510 case LCP_OPT_AUTH_PROTO: in sppp_lcp_RCN_rej()
2521 sp->lcp.opts &= ~(1 << LCP_OPT_AUTH_PROTO); in sppp_lcp_RCN_rej()
2600 case LCP_OPT_AUTH_PROTO: in sppp_lcp_RCN_nak()
2773 if (sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO)) { in sppp_lcp_scr()
2775 opt[i++] = LCP_OPT_AUTH_PROTO; in sppp_lcp_scr()
4055 (sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO)) && in sppp_chap_input()
[all …]