Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dif_sppp.h213 #define PP_CALLIN 0x08 /* we are being called */ macro
Dif_spppsubr.c2182 sp->pp_flags |= PP_CALLIN; in sppp_lcp_up()
2219 sp->pp_flags &= ~PP_CALLIN; in sppp_lcp_down()
2518 if ((sp->pp_flags & PP_CALLIN) == 0 && in sppp_lcp_RCN_rej()