Home
last modified time | relevance | path

Searched refs:NEW_C (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dslcompress.h73 #define NEW_C 0x40 /* flag bits for what changed in a packet */ macro
H A Dprint-sl.c213 if (flags & NEW_C) { in compressed_sl_print()
/freebsd/sys/net/
H A Dslcompress.h94 #define NEW_C 0x40 /* flag bits for what changed in a packet */ macro
H A Dslcompress.c378 *cp++ = changes | NEW_C; in sl_compress_tcp()
496 if (changes & NEW_C) { in sl_uncompress_tcp_core()
/freebsd/usr.sbin/ppp/
H A Dslcompress.h92 #define NEW_C 0x40 /* flag bits for what changed in a packet */ macro
H A Dslcompress.c403 *cp++ = changes | NEW_C; in sl_compress_tcp()
477 if (changes & NEW_C) { in sl_uncompress_tcp()