Searched refs:PPP_LCP (Results 1 – 6 of 6) sorted by relevance
54 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
96 { PPP_LCP, "LCP" },486 case PPP_LCP: in handle_ctrl_proto()1469 case PPP_LCP: /* fall through */ in handle_ppp()
1156 case PPP_LCP : in juniper_ppp_heuristic_guess()
68 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
424 (u_char)(PPP_LCP >> 8), in nga_rcv_sync()425 (u_char)(PPP_LCP & 0xff) in nga_rcv_sync()