interpret_ppp_cp
{ PPP_LCP, "LCP", interpret_ppp_cp, "PPP-LCP: ",
{ PPP_IPCP, "IPCP", interpret_ppp_cp, "PPP-IPCP: ",
{ PPP_IPV6CP, "IPV6CP", interpret_ppp_cp, "PPP-IPV6CP: ",
{ PPP_CCP, "CCP", interpret_ppp_cp, "PPP-CCP: ",
{ PPP_CCPFRAG, "CCP-Link", interpret_ppp_cp, "PPP-CCP-Link: ",
{ PPP_ECP, "ECP", interpret_ppp_cp, "PPP-ECP: ",
{ PPP_ECPFRAG, "ECP-Link", interpret_ppp_cp, "PPP-ECP-Link: ",
static int interpret_ppp_cp(int, uchar_t *, int, ppp_protoinfo_t *);
interpret_ppp_cp(flags, datap, len, protoinfo);