Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dslcompress.h75 #define NEW_S 0x08 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.c239 if (flags & NEW_S) in compressed_sl_print()
/freebsd/sys/net/
H A Dslcompress.h96 #define NEW_S 0x08 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.c304 changes |= NEW_S; in sl_compress_tcp()
331 case NEW_S|NEW_A: in sl_compress_tcp()
340 case NEW_S: in sl_compress_tcp()
547 if (changes & NEW_S) in sl_uncompress_tcp_core()
/freebsd/usr.sbin/ppp/
H A Dslcompress.h94 #define NEW_S 0x08 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.c318 changes |= NEW_S; in sl_compress_tcp()
346 case NEW_S | NEW_A: in sl_compress_tcp()
355 case NEW_S: in sl_compress_tcp()
533 if (changes & NEW_S) { in sl_uncompress_tcp()