Searched refs:PPP_COMP (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dppp.h40 #define PPP_COMP 0x00fd /* Compressed Datagram */ macro
H A Dprint-ppp.c82 { PPP_COMP, "Compressed"},
1385 case PPP_COMP:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp_defs.h84 #define PPP_COMP 0xfd /* compressed packet */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp_defs.h68 #define PPP_COMP 0xfd /* compressed packet */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp_defs.h84 #define PPP_COMP 0xfd /* compressed packet */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dppp_defs.h76 #define PPP_COMP 0xfd /* compressed packet */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dppp_defs.h76 #define PPP_COMP 0xfd /* compressed packet */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_deflate.c235 wptr[2] = PPP_COMP >> 8;
236 wptr[3] = PPP_COMP;
H A Dppp_mppe.c398 obuf[2] = PPP_COMP >> 8; /* isize + MPPE_OVHD + 1 */
399 obuf[3] = PPP_COMP; /* isize + MPPE_OVHD + 2 */
H A Dbsd_comp.c644 *wptr++ = PPP_COMP;
H A Dppp_generic.c2070 if (proto == PPP_COMP) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Ddeflate.c347 wptr[2] = PPP_COMP >> 8;
348 wptr[3] = PPP_COMP;
H A Dbsd-comp.c592 wptr[3] = PPP_COMP;
H A Dppp_comp.c889 } else if (proto == PPP_COMP) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Ddeflate.c335 wptr[2] = PPP_COMP >> 8;
336 wptr[3] = PPP_COMP;
H A Dbsd-comp.c588 wptr[3] = PPP_COMP;
H A Dppp_comp.c873 } else if (proto == PPP_COMP) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.c1071 case PPP_COMP:
2157 isdn_ppp_fill_rq(NULL, 0, PPP_COMP, is->lp->ppp_slot);
2529 if((master && *proto == PPP_COMP) || (!master && *proto == PPP_COMPFRAG) ) {
2609 new_proto = PPP_COMP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c338 } else if (proto == PPP_COMP) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dpppdump.c309 } else if (proto == PPP_COMP) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c889 } else if (proto == PPP_COMP) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c873 } else if (proto == PPP_COMP) {

Completed in 240 milliseconds