Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dhdlc_ppp.c302 static void ppp_cp_event(struct net_device *dev, u16 pid, u16 event, u8 code, in ppp_cp_event() function
314 printk(KERN_DEBUG "%s: %s ppp_cp_event(%s) %s ...\n", dev->name, in ppp_cp_event()
348 ppp_cp_event(dev, PID_IPCP, START, 0, 0, 0, NULL); in ppp_cp_event()
349 ppp_cp_event(dev, PID_IPV6CP, START, 0, 0, 0, NULL); in ppp_cp_event()
359 ppp_cp_event(dev, PID_IPCP, STOP, 0, 0, 0, NULL); in ppp_cp_event()
360 ppp_cp_event(dev, PID_IPV6CP, STOP, 0, 0, 0, NULL); in ppp_cp_event()
367 printk(KERN_DEBUG "%s: %s ppp_cp_event(%s) ... %s\n", dev->name, in ppp_cp_event()
422 ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_REJ, id, rej_len, out); in ppp_cp_parse_cr()
424 ppp_cp_event(dev, pid, RCR_BAD, CP_CONF_NAK, id, nak_len, out); in ppp_cp_parse_cr()
426 ppp_cp_event(de in ppp_cp_parse_cr()
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhdlc_ppp.c299 static void ppp_cp_event(struct net_device *dev, u16 pid, u16 event, u8 code, in ppp_cp_event() function
311 printk(KERN_DEBUG "%s: %s ppp_cp_event(%s) %s ...\n", dev->name, in ppp_cp_event()
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()
364 printk(KERN_DEBUG "%s: %s ppp_cp_event(%s) ... %s\n", dev->name, 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(de in ppp_cp_parse_cr()
[all...]

Completed in 3 milliseconds