Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c44 static int interpret_ppp_cp(int, uchar_t *, int, ppp_protoinfo_t *);
127 { PPP_LCP, "LCP", interpret_ppp_cp, "PPP-LCP: ",
129 { PPP_IPCP, "IPCP", interpret_ppp_cp, "PPP-IPCP: ",
131 { PPP_IPV6CP, "IPV6CP", interpret_ppp_cp, "PPP-IPV6CP: ",
133 { PPP_CCP, "CCP", interpret_ppp_cp, "PPP-CCP: ",
135 { PPP_CCPFRAG, "CCP-Link", interpret_ppp_cp, "PPP-CCP-Link: ",
137 { PPP_ECP, "ECP", interpret_ppp_cp, "PPP-ECP: ",
139 { PPP_ECPFRAG, "ECP-Link", interpret_ppp_cp, "PPP-ECP-Link: ",
360 interpret_ppp_cp(int flags, uchar_t *data, int len, ppp_protoinfo_t *protoinfo) in interpret_ppp_cp() function
458 interpret_ppp_cp(flags, datap, len, protoinfo); in interpret_ppp_cp()