Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/
Disdn_ppp.c1121 case PPP_CCP: in isdn_ppp_push_higher()
2310 isdn_ppp_ccp_xmit_reset(rs->is, PPP_CCP, CCP_RESETREQ, rs->id, in isdn_ppp_ccp_timer_callback()
2394 isdn_ppp_ccp_xmit_reset(is, PPP_CCP, in isdn_ppp_ccp_reset_trans()
2440 isdn_ppp_ccp_xmit_reset(is, PPP_CCP, CCP_RESETREQ, in isdn_ppp_ccp_reset_trans()
2665 if(proto == PPP_CCP) in isdn_ppp_receive_ccp()
2674 if(proto == PPP_CCP) in isdn_ppp_receive_ccp()
2683 if(proto == PPP_CCP) { in isdn_ppp_receive_ccp()
2699 if(proto == PPP_CCP) { in isdn_ppp_receive_ccp()
2737 if(proto == PPP_CCP) { in isdn_ppp_receive_ccp()
2831 if(proto != PPP_CCP && proto != PPP_CCPFRAG) in isdn_ppp_send_ccp()
[all …]
/linux-2.4.37.9/include/linux/
Dppp_defs.h82 #define PPP_CCP 0x80fd /* Compression Control Protocol */ macro
/linux-2.4.37.9/drivers/net/
Dppp_generic.c1025 case PPP_CCP: in ppp_send_frame()
1033 && proto != PPP_LCP && proto != PPP_CCP) { in ppp_send_frame()
1472 case PPP_CCP: in ppp_receive_nonmp_frame()