Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c160 if ((args.flags & (IPFW_ARGS_NH4 | IPFW_ARGS_NH4PTR | in ipfw_check_packet()
170 if (args.flags & (IPFW_ARGS_NH4 | IPFW_ARGS_NH4PTR)) { in ipfw_check_packet()
172 IPFW_ARGS_NH4PTR)) != (IPFW_ARGS_NH4 | in ipfw_check_packet()
173 IPFW_ARGS_NH4PTR)); in ipfw_check_packet()
190 IPFW_ARGS_NH4PTR)) == 0); in ipfw_check_packet()
H A Dip_fw_private.h90 #define IPFW_ARGS_NH4PTR 0x00080000 /* IPv4 next hop in next_hop */ macro
H A Dip_fw2.c3047 args->flags |= IPFW_ARGS_NH4PTR; in ipfw_chk()