Home
last modified time | relevance | path

Searched refs:th_x2 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtcp.h44 uint8_t th_x2:4, doff:4; member
46 uint8_t doff:4, th_x2:4; member
/freebsd/sys/netinet/
H A Dtcp.h54 u_char th_x2:4, /* upper 4 (reserved) flags */ member
59 th_x2:4; /* upper 4 (reserved) flags */ member
85 return (((uint16_t)th->th_x2 << 8) | th->th_flags); in __tcp_get_flags()
91 th->th_x2 = (flags >> 8) & 0x0f; in __tcp_set_flags()
H A Dtcpip.h51 #define ti_x2 ti_t.th_x2
/freebsd/sys/netinet/libalias/
H A Dalias_skinny.c217 tc->th_x2 = (TH_RES1 >> 8); in alias_skinny_reg_msg()
260 tc->th_x2 = (TH_RES1 >> 8); in alias_skinny_port_msg()
290 tc->th_x2 = (TH_RES1 >> 8); in alias_skinny_opnrcvch_ack()
H A Dalias_smedia.c405 tc->th_x2 = (TH_RES1 >> 8); in alias_rtsp_out()
452 tc->th_x2 = (TH_RES1 >> 8); in alias_pna_out()
H A Dalias_irc.c459 tc->th_x2 = (TH_RES1 >> 8); in AliasHandleIrcOut()
H A Dalias_ftp.c755 tc->th_x2 = (TH_RES1 >> 8); in NewFtpMessage()
H A Dalias_proxy.c369 tc->th_x2 = (TH_RES1 >> 8); in ProxyEncodeTcpStream()
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d269 tcp_flags = p == NULL ? 0 : ((p->th_x2 << 8) | p->th_flags);
288 tcp_flags = p == NULL ? 0 : ((p->th_x2 << 8) | p->th_flags);
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c419 if (th->th_x2 & (TH_RES1 >> 8)) in ipfw_nat()
439 th->th_x2 &= ~(TH_RES1 >> 8); in ipfw_nat()
/freebsd/sbin/ipf/ipsend/
H A Diptests.c906 t->th_x2 = 0; in ip_test5()