Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprinttcpflags.c10 if (tcpf & ~TH_FLAGS) { in printtcpflags()
21 if (tcpfm & ~TH_FLAGS) { in printtcpflags()
H A Dtcp_flags.c40 tcpfm = TH_FLAGS & ~(TH_ECN|TH_CWR); in tcp_flags()
42 tcpfm = TH_FLAGS & ~(TH_ECN); in tcp_flags()
/freebsd/sbin/ipf/ipsend/
H A Dresend.c53 for (j = 0, i = 1; i < TH_FLAGS; i <<= 1, j++) in dumppacket()
H A Diptests.c926 for (i = 0; i <= TH_FLAGS; i++) { in ip_test5()
/freebsd/sys/netinet/
H A Dtcp.h74 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR|TH_AE) macro
/freebsd/usr.sbin/ppp/
H A Dip.c832 for (mask = TH_FIN, n = 0; mask <= TH_FLAGS; mask <<= 1, n++) { in PacketCheck()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c1314 return (f ? f : TH_FLAGS); in parse_flags()