Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dppp_defs.h69 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */ macro
H A Dif_ppp.c927 protocol = PPP_VJC_COMP; in ppp_dequeue()
1171 #define COMPTYPE(proto) ((proto) == PPP_VJC_COMP? TYPE_COMPRESSED_TCP: \
1278 if (proto == PPP_VJC_COMP) { in ppp_inproc()
/openbsd/usr.sbin/tcpdump/
H A Dprint-ppp.c78 { PPP_VJC_COMP, "VJC_UNCOMP" }, /* VJ compressed TCP */