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

/freebsd-10.1-release/sys/net/
H A Dif_spppsubr.c131 #define LCP_OPT_AUTH_PROTO 3 /* authentication protocol */ macro
2190 sp->lcp.opts |= (1 << LCP_OPT_AUTH_PROTO);
2192 sp->lcp.opts &= ~(1 << LCP_OPT_AUTH_PROTO);
2322 case LCP_OPT_AUTH_PROTO:
2434 case LCP_OPT_AUTH_PROTO:
2537 case LCP_OPT_AUTH_PROTO:
2548 sp->lcp.opts &= ~(1 << LCP_OPT_AUTH_PROTO);
2627 case LCP_OPT_AUTH_PROTO:
2663 if ((sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO)) != 0 ||
2800 if (sp->lcp.opts & (1 << LCP_OPT_AUTH_PROTO)) {
[all...]

Completed in 56 milliseconds