Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c295 flags_match(ipfw_insn *cmd, u_int8_t bits) in flags_match() function
348 return (flags_match(cmd, bits)); in ipopts_match()
415 return (flags_match(cmd, tcpopts_parse(tcp, NULL))); in tcpopts_match()
2063 match = flags_match(cmd, in ipfw_chk()
2507 flags_match(cmd, ip->ip_tos)); in ipfw_chk()
2578 flags_match(cmd, tcp_get_flags(TCP(ulp)))); in ipfw_chk()