Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c161 IPFW_ARGS_NH6 | IPFW_ARGS_NH6PTR)) == 0) in ipfw_check_packet()
175 IPFW_ARGS_NH6PTR)) == 0); in ipfw_check_packet()
185 if (args.flags & (IPFW_ARGS_NH6 | IPFW_ARGS_NH6PTR)) { in ipfw_check_packet()
187 IPFW_ARGS_NH6PTR)) != (IPFW_ARGS_NH6 | in ipfw_check_packet()
188 IPFW_ARGS_NH6PTR)); in ipfw_check_packet()
219 if (args.flags & (IPFW_ARGS_NH6 | IPFW_ARGS_NH6PTR)) { in ipfw_check_packet()
H A Dip_fw_private.h91 #define IPFW_ARGS_NH6PTR 0x00100000 /* IPv6 next hop in next_hop6 */ macro
H A Dip_fw2.c3065 args->flags |= IPFW_ARGS_NH6PTR; in ipfw_chk()