Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_skinny.c221 tc->th_x2 = 1; in alias_skinny_reg_msg()
264 tc->th_x2 = 1; in alias_skinny_port_msg()
296 tc->th_x2 = 1; in alias_skinny_opnrcvch_ack()
H A Dalias_smedia.c420 tc->th_x2 = 1; in alias_rtsp_out()
468 tc->th_x2 = 1; in alias_pna_out()
H A Dalias_irc.c463 tc->th_x2 = 1; in AliasHandleIrcOut()
H A Dalias_ftp.c767 tc->th_x2 = 1; in NewFtpMessage()
H A Dalias_proxy.c372 tc->th_x2 = 1; in ProxyEncodeTcpStream()
/f-stack/tools/compat/include/netinet/
H A Dtcpip.h54 #define ti_x2 ti_t.th_x2
H A Dtcp.h58 u_char th_x2:4, /* (unused) */ member
63 th_x2:4; /* (unused) */ member
/f-stack/freebsd/netinet/
H A Dtcpip.h54 #define ti_x2 ti_t.th_x2
H A Dtcp.h58 u_char th_x2:4, /* (unused) */ member
63 th_x2:4; /* (unused) */ member
H A Dtcp_subr.c1356 th->th_x2 = 0; in tcpip_fillheaders()
1620 nth->th_x2 = 0; in tcp_respond()
H A Dtcp_syncache.c1960 th->th_x2 = 0; in syncache_respond()
/f-stack/freebsd/netgraph/
H A Dng_nat.c880 if (th->th_x2) { in ng_nat_rcvdata()
883 th->th_x2 = 0; in ng_nat_rcvdata()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h705 # define TCP_X2(x) (x)->th_x2
708 # define TCP_X2_A(x,y) (x)->th_x2 = (y)
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_nat.c418 if (th->th_x2) in ipfw_nat()
438 th->th_x2 = 0; in ipfw_nat()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1401 if (flags != th->th_flags || th->th_x2 != 0) { in pf_normalize_tcp()
1406 th->th_x2 = 0; in pf_normalize_tcp()