Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c159 if ((args.flags & (IPFW_ARGS_NH4 | IPFW_ARGS_NH4PTR | in ipfw_check_packet()
169 if (args.flags & (IPFW_ARGS_NH4 | IPFW_ARGS_NH4PTR)) { in ipfw_check_packet()
171 IPFW_ARGS_NH4PTR)) != (IPFW_ARGS_NH4 | in ipfw_check_packet()
172 IPFW_ARGS_NH4PTR)); in ipfw_check_packet()
189 IPFW_ARGS_NH4PTR)) == 0); in ipfw_check_packet()
H A Dip_fw_private.h88 #define IPFW_ARGS_NH4PTR 0x00080000 /* IPv4 next hop in next_hop */ macro
H A Dip_fw2.c3271 args->flags |= IPFW_ARGS_NH4PTR; in ipfw_chk()
/freebsd/share/dtrace/
H A Dipfw.d76 #pragma D binding "1.0" IPFW_ARGS_NH4PTR
77 inline int IPFW_ARGS_NH4PTR = 0x00080000; /* IPv4 next hop in next_hop */ variable