Searched refs:ppp_cp_event (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_ppp.c | 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() [all …]
|