Searched refs:th_flags (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/sys/netinet/
H A Dtcp_debug.h56 #define ti_flags ti_t.th_flags
75 #define ti6_flags ti6_t.th_flags
H A Dtcp_debug.c221 flags = th->th_flags;
224 #define pf(f) { if (th->th_flags&TH_##f) { printf("%s%s", cp, #f); cp = ","; } }
H A Dtcp.h61 u_int8_t th_flags; member in struct:tcphdr
H A Dtcp_output.c851 th->th_flags = flags;
873 th->th_flags |= TH_URG;
1295 CLR(mhth->th_flags, TH_PUSH|TH_FIN);
1334 CLR(th->th_flags, TH_PUSH|TH_FIN);
H A Dtcp_input.c330 flags = q->tcpqe_tcp->th_flags & TH_FIN;
506 (th->th_flags & TH_SYN) == 0) {
513 tiflags = th->th_flags;
1941 tiflags = th->th_flags & TH_FIN;
2150 if (!(th->th_flags & TH_SYN))
2162 if (!(th->th_flags & TH_SYN))
2179 if (!(th->th_flags & TH_SYN))
2195 if (!(th->th_flags & TH_SYN))
2411 if ((th->th_flags & TH_ACK) == 0)
3909 (th->th_flags
[all...]
H A Dtcp_subr.c278 th->th_flags = 0;
368 th->th_flags = flags;
/openbsd-current/usr.bin/lex/
H A Dtables_shared.h114 flex_uint16_t th_flags; /**< Currently unused, must be 0 */
113 flex_uint16_t th_flags; /**< Currently unused, must be 0 */ member in struct:yytbl_hdr
H A Dtables.c90 th->th_flags = 0;
155 || yytbl_write16 (wr, th->th_flags) < 0)
156 flex_die (_("th_ssize|th_flags write failed"));
/openbsd-current/sys/net/
H A Dslcompress.c188 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK)
285 if (th->th_flags & TH_URG) {
366 if (th->th_flags & TH_PUSH)
533 th->th_flags |= TH_PUSH;
535 th->th_flags &=~ TH_PUSH;
553 th->th_flags |= TH_URG;
556 th->th_flags &=~ TH_URG;
H A Dpf_norm.c1135 flags = th->th_flags;
1156 if (flags != th->th_flags || th->th_x2 != 0) {
1161 pf_patch_8(pd, &th->th_flags, flags, PF_LO);
1218 if ((th->th_flags & TH_SYN) == 0)
1514 pf_print_flags(th->th_flags);
1521 } else if (!got_ts && (th->th_flags & TH_RST) == 0 &&
1523 || pd->p_len > 0 || (th->th_flags & TH_SYN)) &&
1563 pf_print_flags(th->th_flags);
1593 pf_print_flags(th->th_flags);
H A Dpf.c3358 th->th_flags = flags;
4140 PF_TEST_ATTRIB(((r->flagset & ctx->th->th_flags) !=
4463 !(ctx.th->th_flags & TH_RST)) {
4471 if (ctx.th->th_flags & TH_SYN)
4473 if (ctx.th->th_flags & TH_FIN)
4650 if ((th->th_flags & (TH_SYN|TH_ACK)) == TH_SYN &&
4661 if (th->th_flags & TH_SYN) {
4673 if (th->th_flags & TH_FIN)
4765 if (pd->proto == IPPROTO_TCP && (th->th_flags & (TH_SYN|TH_ACK)) ==
4889 if (src->wscale && dst->wscale && !(th->th_flags
[all...]
H A Dpf_osfp.c134 if ((tcp->th_flags & (TH_SYN|TH_ACK)) != TH_SYN)
H A Dif_ethersubr.c1207 memcpy(&hdrcpy.hc_data, &ext->tcp->th_flags - 1, 1);
H A Dpipex.c2846 if ((th->th_flags & TH_SYN) == 0)
/openbsd-current/usr.sbin/trpt/
H A Dtrpt.c359 flags = th->th_flags;
363 if (th->th_flags & flag) { \
/openbsd-current/usr.sbin/npppd/npppd/
H A Dnpppd_subr.c508 if ((th->th_flags & TH_SYN) == 0)
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-tcp.c285 if ((flags = tp->th_flags) & (TH_SYN|TH_FIN|TH_RST|TH_PUSH|

Completed in 321 milliseconds