Lines Matching refs:ppp_cp_event
299 static void ppp_cp_event(struct net_device *dev, u16 pid, u16 event, u8 code, in ppp_cp_event() function
345 ppp_cp_event(dev, PID_IPCP, START, 0, 0, 0, NULL); in ppp_cp_event()
346 ppp_cp_event(dev, PID_IPV6CP, START, 0, 0, 0, NULL); in ppp_cp_event()
356 ppp_cp_event(dev, PID_IPCP, STOP, 0, 0, 0, NULL); in ppp_cp_event()
357 ppp_cp_event(dev, PID_IPV6CP, STOP, 0, 0, 0, NULL); in ppp_cp_event()
419 ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_REJ, id, rej_len, out); in ppp_cp_parse_cr()
421 ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_NAK, id, nak_len, out); in ppp_cp_parse_cr()
423 ppp_cp_event(dev, pid, RCR_GOOD, CP_CONF_ACK, id, req_len, data); in ppp_cp_parse_cr()
496 ppp_cp_event(dev, pid, RXJ_BAD, 0, 0, in ppp_rx()
523 ppp_cp_event(dev, pid, RCA, 0, 0, 0, NULL); in ppp_rx()
529 ppp_cp_event(dev, pid, RCN, 0, 0, 0, NULL); in ppp_rx()
533 ppp_cp_event(dev, pid, RTR, 0, cp->id, 0, NULL); in ppp_rx()
537 ppp_cp_event(dev, pid, RTA, 0, 0, 0, NULL); in ppp_rx()
541 ppp_cp_event(dev, pid, RXJ_BAD, 0, 0, 0, NULL); in ppp_rx()
548 ppp_cp_event(dev, pid, RUC, 0, 0, len, cp); in ppp_rx()
582 ppp_cp_event(proto->dev, proto->pid, TO_GOOD, 0, 0, in ppp_timer()
586 ppp_cp_event(proto->dev, proto->pid, TO_GOOD, 0, 0, in ppp_timer()
589 ppp_cp_event(proto->dev, proto->pid, TO_BAD, 0, 0, in ppp_timer()
599 ppp_cp_event(proto->dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_timer()
600 ppp_cp_event(proto->dev, PID_LCP, START, 0, 0, 0, NULL); in ppp_timer()
631 ppp_cp_event(dev, PID_LCP, START, 0, 0, 0, NULL); in ppp_start()
636 ppp_cp_event(dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_stop()