Searched refs:TH_URG (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp.h100 #define TH_URG 0x20 macro
103 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
H A Dip_fw.h298 #define IP_FW_TCPF_URG TH_URG
H A Dip_fw2_compat.h217 #define IP_FW_TCPF_URG_COMPAT TH_URG
H A Dip_compat.h446 #ifndef TH_URG
447 # define TH_URG 0x20
H A Dtcp_input.c1430 (thflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK|TH_ECE)) == TH_ACK &&
2124 thflags &= ~TH_URG;
2158 thflags &= ~TH_URG;
2793 if ((thflags & TH_URG) && th->th_urp &&
2803 thflags &= ~TH_URG; /* XXX */
H A Dip_fw2_compat.c76 { "urg", TH_URG },
907 if (flags & TH_URG)
H A Dtcp_output.c1296 th->th_flags |= TH_URG;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.h250 #define IPV6_FW_TCPF_URG TH_URG

Completed in 101 milliseconds