Home
last modified time | relevance | path

Searched refs:TCPF_ALL (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/ipfilter/lib/
HDprinttcpflags.c11 if (tcpf & ~TCPF_ALL) {
22 if (tcpfm & ~TCPF_ALL) {
/trueos/sys/contrib/ipfilter/netinet/
HDip_compat.h746 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\ macro