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

/freebsd-10.1-release/sys/net/
H A Dif_spppsubr.c133 #define LCP_OPT_MAGIC 5 /* magic number */ macro
1838 if ((sp->lcp.opts & (1 << LCP_OPT_MAGIC)) &&
1875 if (!(sp->lcp.opts & (1 << LCP_OPT_MAGIC)) ||
2159 sp->lcp.opts = (1 << LCP_OPT_MAGIC);
2182 sp->lcp.opts = (1 << LCP_OPT_MAGIC);
2301 case LCP_OPT_MAGIC:
2381 case LCP_OPT_MAGIC:
2524 case LCP_OPT_MAGIC:
2526 sp->lcp.opts &= ~(1 << LCP_OPT_MAGIC);
2589 case LCP_OPT_MAGIC
[all...]

Completed in 108 milliseconds