ppp_cp_event
ppp_cp_event(dev, PID_IPCP, START, 0, 0, 0, NULL);
ppp_cp_event(dev, PID_IPV6CP, START, 0, 0, 0, NULL);
ppp_cp_event(dev, PID_IPCP, STOP, 0, 0, 0, NULL);
ppp_cp_event(dev, PID_IPV6CP, STOP, 0, 0, 0, NULL);
ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_REJ, id, rej_len, out);
ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_NAK, id, nak_len, out);
ppp_cp_event(dev, pid, RCR_GOOD, CP_CONF_ACK, id, req_len, data);
ppp_cp_event(dev, pid, RXJ_BAD, 0, 0,
ppp_cp_event(dev, pid, RCA, 0, 0, 0, NULL);
ppp_cp_event(dev, pid, RCN, 0, 0, 0, NULL);
ppp_cp_event(dev, pid, RTR, 0, cp->id, 0, NULL);
ppp_cp_event(dev, pid, RTA, 0, 0, 0, NULL);
ppp_cp_event(dev, pid, RXJ_BAD, 0, 0, 0, NULL);
ppp_cp_event(dev, pid, RUC, 0, 0, len, cp);
ppp_cp_event(proto->dev, proto->pid, TO_GOOD, 0, 0,
ppp_cp_event(proto->dev, proto->pid, TO_GOOD, 0, 0,
ppp_cp_event(proto->dev, proto->pid, TO_BAD, 0, 0,
ppp_cp_event(proto->dev, PID_LCP, STOP, 0, 0, 0, NULL);
ppp_cp_event(proto->dev, PID_LCP, START, 0, 0, 0, NULL);
ppp_cp_event(dev, PID_LCP, START, 0, 0, 0, NULL);
ppp_cp_event(dev, PID_LCP, STOP, 0, 0, 0, NULL);