Home
last modified time | relevance | path

Searched refs:TH_RES1 (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/netinet/libalias/
HDalias_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()
HDalias_smedia.c405 tc->th_x2 = (TH_RES1 >> 8); in alias_rtsp_out()
452 tc->th_x2 = (TH_RES1 >> 8); in alias_pna_out()
HDalias_irc.c459 tc->th_x2 = (TH_RES1 >> 8); in AliasHandleIrcOut()
HDalias_ftp.c755 tc->th_x2 = (TH_RES1 >> 8); in NewFtpMessage()
HDalias_proxy.c369 tc->th_x2 = (TH_RES1 >> 8); in ProxyEncodeTcpStream()
/freebsd-14-stable/sys/netinet/
HDtcp.h76 #define TH_RES1 0x800 macro
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw_nat.c420 if (th->th_x2 & (TH_RES1 >> 8)) in ipfw_nat()
440 th->th_x2 &= ~(TH_RES1 >> 8); in ipfw_nat()