Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dslcompress.h97 #define NEW_S 0x08 macro
103 #define SPECIAL_I (NEW_S|NEW_W|NEW_U) /* echoed interactive traffic */
104 #define SPECIAL_D (NEW_S|NEW_A|NEW_W|NEW_U) /* unidirectional data */
105 #define SPECIALS_MASK (NEW_S|NEW_A|NEW_W|NEW_U)
H A Dslcompress.c307 changes |= NEW_S; in sl_compress_tcp()
334 case NEW_S|NEW_A: in sl_compress_tcp()
343 case NEW_S: in sl_compress_tcp()
550 if (changes & NEW_S) in sl_uncompress_tcp_core()