Searched refs:TH_SYN (Results 1 – 5 of 5) sorted by relevance
178 if (!(opt_len == 12 && flags & TH_SYN) && in mp_capable_print()179 !(opt_len == 20 && (flags & (TH_SYN | TH_ACK)) == TH_ACK)) in mp_capable_print()202 if (!(opt_len == 12 && flags & TH_SYN) && in mp_join_print()203 !(opt_len == 16 && (flags & (TH_SYN | TH_ACK)) == (TH_SYN | TH_ACK)) && in mp_join_print()271 opt_len != mp_dss_len(mdss, 0)) || flags & TH_SYN) in mp_dss_print()
225 flags & TH_SYN ? "S" : "", in cnfp_v1_print()322 flags & TH_SYN ? "S" : "", in cnfp_v5_print()419 flags & TH_SYN ? "S" : "", in cnfp_v6_print()
57 #define TH_SYN 0x02 macro
111 { TH_SYN, "S" },284 if (!th->nxt || (flags & TH_SYN)) {340 if (!th->nxt || (flags & TH_SYN)) {410 if (ndo->ndo_vflag > 1 || length > 0 || flags & (TH_SYN | TH_FIN | TH_RST)) {
79 # define TH_SYN 0x02 macro