Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dslcompress.h78 #define NEW_U 0x01 macro
81 #define SPECIAL_I (NEW_S|NEW_W|NEW_U) /* echoed interactive traffic */
82 #define SPECIAL_D (NEW_S|NEW_A|NEW_W|NEW_U) /* unidirectional data */
83 #define SPECIALS_MASK (NEW_S|NEW_A|NEW_W|NEW_U)
H A Dprint-sl.c233 if (flags & NEW_U) in compressed_sl_print()
/freebsd/sys/net/
H A Dslcompress.h99 #define NEW_U 0x01 macro
102 #define SPECIAL_I (NEW_S|NEW_W|NEW_U) /* echoed interactive traffic */
103 #define SPECIAL_D (NEW_S|NEW_A|NEW_W|NEW_U) /* unidirectional data */
104 #define SPECIALS_MASK (NEW_S|NEW_A|NEW_W|NEW_U)
H A Dslcompress.c277 changes |= NEW_U; in sl_compress_tcp()
538 if (changes & NEW_U) { in sl_uncompress_tcp_core()
/freebsd/usr.sbin/ppp/
H A Dslcompress.h97 #define NEW_U 0x01 macro
100 #define SPECIAL_I (NEW_S|NEW_W|NEW_U) /* echoed interactive traffic */
101 #define SPECIAL_D (NEW_S|NEW_A|NEW_W|NEW_U) /* unidirectional data */
102 #define SPECIALS_MASK (NEW_S|NEW_A|NEW_W|NEW_U)
H A Dslcompress.c289 changes |= NEW_U; in sl_compress_tcp()
524 if (changes & NEW_U) { in sl_uncompress_tcp()