Searched refs:interpret_ppp_cp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 42 static int interpret_ppp_cp(int, uchar_t *, int, ppp_protoinfo_t *); 125 { PPP_LCP, "LCP", interpret_ppp_cp, "PPP-LCP: ", 127 { PPP_IPCP, "IPCP", interpret_ppp_cp, "PPP-IPCP: ", 129 { PPP_IPV6CP, "IPV6CP", interpret_ppp_cp, "PPP-IPV6CP: ", 131 { PPP_CCP, "CCP", interpret_ppp_cp, "PPP-CCP: ", 133 { PPP_CCPFRAG, "CCP-Link", interpret_ppp_cp, "PPP-CCP-Link: ", 135 { PPP_ECP, "ECP", interpret_ppp_cp, "PPP-ECP: ", 137 { PPP_ECPFRAG, "ECP-Link", interpret_ppp_cp, "PPP-ECP-Link: ", 358 interpret_ppp_cp(int flags, uchar_t *data, int len, ppp_protoinfo_t *protoinfo) in interpret_ppp_cp() function 456 interpret_ppp_cp(flags, datap, len, protoinfo); in interpret_ppp_cp()
|