Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dppp_defs.h54 #define PPP_CCP 0x80fd /* Compression Control Protocol */ macro
/linux-4.4.14/drivers/isdn/i4l/
Disdn_ppp.c1151 case PPP_CCP: in isdn_ppp_push_higher()
2346 isdn_ppp_ccp_xmit_reset(rs->is, PPP_CCP, CCP_RESETREQ, rs->id, in isdn_ppp_ccp_timer_callback()
2429 isdn_ppp_ccp_xmit_reset(is, PPP_CCP, in isdn_ppp_ccp_reset_trans()
2475 isdn_ppp_ccp_xmit_reset(is, PPP_CCP, CCP_RESETREQ, in isdn_ppp_ccp_reset_trans()
2704 if (proto == PPP_CCP) in isdn_ppp_receive_ccp()
2713 if (proto == PPP_CCP) in isdn_ppp_receive_ccp()
2722 if (proto == PPP_CCP) { in isdn_ppp_receive_ccp()
2738 if (proto == PPP_CCP) { in isdn_ppp_receive_ccp()
2776 if (proto == PPP_CCP) { in isdn_ppp_receive_ccp()
2870 if (proto != PPP_CCP && proto != PPP_CCPFRAG) in isdn_ppp_send_ccp()
[all …]
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c1312 case PPP_CCP: in ppp_send_frame()
1320 proto != PPP_LCP && proto != PPP_CCP) { in ppp_send_frame()
1858 case PPP_CCP: in ppp_receive_nonmp_frame()