Lines Matching refs:ppp_cp_event

304 static void ppp_cp_event(struct net_device *dev, u16 pid, u16 event, u8 code,  in ppp_cp_event()  function
350 ppp_cp_event(dev, PID_IPCP, START, 0, 0, 0, NULL); in ppp_cp_event()
351 ppp_cp_event(dev, PID_IPV6CP, START, 0, 0, 0, NULL); in ppp_cp_event()
361 ppp_cp_event(dev, PID_IPCP, STOP, 0, 0, 0, NULL); in ppp_cp_event()
362 ppp_cp_event(dev, PID_IPV6CP, STOP, 0, 0, 0, NULL); in ppp_cp_event()
423 ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_REJ, id, rej_len, out); in ppp_cp_parse_cr()
425 ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_NAK, id, nak_len, out); in ppp_cp_parse_cr()
427 ppp_cp_event(dev, pid, RCR_GOOD, CP_CONF_ACK, id, req_len, data); in ppp_cp_parse_cr()
495 ppp_cp_event(dev, pid, RXJ_BAD, 0, 0, in ppp_rx()
522 ppp_cp_event(dev, pid, RCA, 0, 0, 0, NULL); in ppp_rx()
528 ppp_cp_event(dev, pid, RCN, 0, 0, 0, NULL); in ppp_rx()
532 ppp_cp_event(dev, pid, RTR, 0, cp->id, 0, NULL); in ppp_rx()
536 ppp_cp_event(dev, pid, RTA, 0, 0, 0, NULL); in ppp_rx()
540 ppp_cp_event(dev, pid, RXJ_BAD, 0, 0, 0, NULL); in ppp_rx()
547 ppp_cp_event(dev, pid, RUC, 0, 0, len, cp); in ppp_rx()
574 ppp_cp_event(proto->dev, proto->pid, TO_GOOD, 0, 0, in ppp_timer()
578 ppp_cp_event(proto->dev, proto->pid, TO_BAD, 0, 0, in ppp_timer()
588 ppp_cp_event(proto->dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_timer()
589 ppp_cp_event(proto->dev, PID_LCP, START, 0, 0, 0, NULL); in ppp_timer()
622 ppp_cp_event(dev, PID_LCP, START, 0, 0, 0, NULL); in ppp_start()
627 ppp_cp_event(dev, PID_LCP, STOP, 0, 0, 0, NULL); in ppp_stop()