Searched refs:TH_FLAGS_ALL (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ | ||
| H A D | tcp.h | 117 #define TH_FLAGS_ALL (TH_FLAGS|TH_PUSH) macro |
| H A D | tcp_output.c | 2437 len == 0 && (flags & (TH_FLAGS_ALL)) == TH_ACK) { in tcp_output() |