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

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dppp.h40 #define PPP_COMP 0x00fd /* Compressed Datagram */ macro
H A Dprint-ppp.c82 { PPP_COMP, "Compressed"},
1385 case PPP_COMP:
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dppp_defs.h89 #define PPP_COMP 0xfd /* compressed packet */ macro
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_defs.h84 #define PPP_COMP 0xfd /* compressed packet */ macro
H A Dppp_if.c536 case PPP_COMP:
1334 proto = htons(PPP_COMP); // update protocol
/macosx-10.9.5/ppp-727.90.1/Helpers/pppdump/
H A Dpppdump.c327 } else if (proto == PPP_COMP) {

Completed in 76 milliseconds