Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dif_spppsubr.c128 #define LCP_OPT_AUTH_PROTO 3 /* authentication protocol */ macro
2165 sp->lcp.opts |= (1 << LCP_OPT_AUTH_PROTO); in sppp_lcp_up()
2167 sp->lcp.opts &= ~(1 << LCP_OPT_AUTH_PROTO); in sppp_lcp_up()
2297 case LCP_OPT_AUTH_PROTO: in sppp_lcp_RCR()
2409 case LCP_OPT_AUTH_PROTO: in sppp_lcp_RCR()
2512 case LCP_OPT_AUTH_PROTO: in sppp_lcp_RCN_rej()
2523 sp->lcp.opts &= ~(1 << LCP_OPT_AUTH_PROTO); in sppp_lcp_RCN_rej()
2602 case LCP_OPT_AUTH_PROTO: in sppp_lcp_RCN_nak()
2638 if ((sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO)) != 0 || in sppp_lcp_tlu()
2775 if (sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO)) { in sppp_lcp_scr()
[all …]