Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-mptcp.c181 if (!(opt_len == 12 && (flags & TH_SYN)) && in mp_capable_print()
182 !(opt_len == 20 && (flags & (TH_SYN | TH_ACK)) == TH_ACK)) in mp_capable_print()
205 if (!(opt_len == 12 && (flags & TH_SYN)) && in mp_join_print()
206 !(opt_len == 16 && (flags & (TH_SYN | TH_ACK)) == (TH_SYN | TH_ACK)) && in mp_join_print()
249 if (flags & TH_SYN) in mp_dss_print()
Dprint-cnfp.c225 flags & TH_SYN ? "S" : "", in cnfp_v1_print()
321 flags & TH_SYN ? "S" : "", in cnfp_v5_print()
417 flags & TH_SYN ? "S" : "", in cnfp_v6_print()
Dtcp.h57 #define TH_SYN 0x02 macro
Dprint-tcp.c106 { TH_SYN, "S" },
283 if (!th->nxt || (flags & TH_SYN)) { in tcp_print()
334 if (!th->nxt || (flags & TH_SYN)) { in tcp_print()
401 if (ndo->ndo_vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) { in tcp_print()
/external/iproute2/include/netinet/
Dtcp.h79 # define TH_SYN 0x02 macro