Home
last modified time | relevance | path

Searched refs:TH_ACK (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-mptcp.c182 !(opt_len == 20 && (flags & (TH_SYN | TH_ACK)) == TH_ACK)) in mp_capable_print()
206 !(opt_len == 16 && (flags & (TH_SYN | TH_ACK)) == (TH_SYN | TH_ACK)) && in mp_join_print()
207 !(opt_len == 24 && flags & TH_ACK)) in mp_join_print()
Dprint-cnfp.c229 flags & TH_ACK ? "A" : "", in cnfp_v1_print()
326 flags & TH_ACK ? "A" : "", in cnfp_v5_print()
423 flags & TH_ACK ? "A" : "", in cnfp_v6_print()
Dtcp.h60 #define TH_ACK 0x10 macro
Dprint-tcp.c109 { TH_ACK, "." },
244 if (!ndo->ndo_Sflag && (flags & TH_ACK)) { in tcp_print()
409 if (flags & TH_ACK) { in tcp_print()
/external/iproute2/include/netinet/
Dtcp.h82 # define TH_ACK 0x10 macro