Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c131 #define LCP_OPT_MAGIC 5 /* magic number */ macro
2132 sp->lcp.opts = (1 << LCP_OPT_MAGIC); in sppp_lcp_init()
2155 sp->lcp.opts = (1 << LCP_OPT_MAGIC); in sppp_lcp_up()
2274 case LCP_OPT_MAGIC: in sppp_lcp_RCR()
2354 case LCP_OPT_MAGIC: in sppp_lcp_RCR()
2497 case LCP_OPT_MAGIC: in sppp_lcp_RCN_rej()
2499 sp->lcp.opts &= ~(1 << LCP_OPT_MAGIC); in sppp_lcp_RCN_rej()
2562 case LCP_OPT_MAGIC: in sppp_lcp_RCN_nak()
2755 if (sp->lcp.opts & (1 << LCP_OPT_MAGIC)) { in sppp_lcp_scr()
2758 opt[i++] = LCP_OPT_MAGIC; in sppp_lcp_scr()
[all …]