Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dslcompress.h99 #define NEW_W 0x02 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.c291 changes |= NEW_W; in sl_compress_tcp()
546 if (changes & NEW_W) in sl_uncompress_tcp_core()