Home
last modified time | relevance | path

Searched refs:TCP_PUSH_BIT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dslcompress.h85 #define TCP_PUSH_BIT 0x10 macro
/freebsd/sys/net/
H A Dslcompress.h106 #define TCP_PUSH_BIT 0x10 macro
H A Dslcompress.c355 changes |= TCP_PUSH_BIT; in sl_compress_tcp()
518 if (changes & TCP_PUSH_BIT) in sl_uncompress_tcp_core()
/freebsd/usr.sbin/ppp/
H A Dslcompress.h104 #define TCP_PUSH_BIT 0x10 macro
H A Dslcompress.c370 changes |= TCP_PUSH_BIT; in sl_compress_tcp()
503 if (changes & TCP_PUSH_BIT) in sl_uncompress_tcp()