Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dslcompress.h98 #define NEW_A 0x04 macro
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.c299 changes |= NEW_A; in sl_compress_tcp()
334 case NEW_S|NEW_A: in sl_compress_tcp()
548 if (changes & NEW_A) in sl_uncompress_tcp_core()