Home
last modified time | relevance | path

Searched refs:ppp_cp_event (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wan/
H A Dhdlc_ppp.c345 ppp_cp_event(dev, PID_IPCP, 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()
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()
631 ppp_cp_event(dev, PID_LCP, START, 0, 0, 0, NULL); in ppp_start()
[all …]