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 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: ",
354 * interpret_ppp_cp() - Interpret PPP control protocols. It is convenient
360 interpret_ppp_cp(in function
[all...]

Completed in 45 milliseconds