Home
last modified time | relevance | path

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

/freebsd/libexec/getty/
H A Dmain.c76 #define PPP_LCP_LOW 0x21 /* LCP protocol - low byte */ macro
559 } else if (ppp_state == 5 && cs == PPP_LCP_LOW) { in getname()