Symbol: TARG_VAL
sys/netpfil/ipfw/ip_fw2.c
1319
tvalue = TARG_VAL(ch, tablearg, pipe);
sys/netpfil/ipfw/ip_fw2.c
1322
tvalue = TARG_VAL(ch, tablearg, divert);
sys/netpfil/ipfw/ip_fw2.c
1325
tvalue = TARG_VAL(ch, tablearg, skipto);
sys/netpfil/ipfw/ip_fw2.c
1328
tvalue = TARG_VAL(ch, tablearg, netgraph);
sys/netpfil/ipfw/ip_fw2.c
1331
tvalue = TARG_VAL(ch, tablearg, fib);
sys/netpfil/ipfw/ip_fw2.c
1334
tvalue = TARG_VAL(ch, tablearg, nat);
sys/netpfil/ipfw/ip_fw2.c
1337
tvalue = TARG_VAL(ch, tablearg, nh4);
sys/netpfil/ipfw/ip_fw2.c
1342
return (0 == memcmp(&TARG_VAL(ch, tablearg, nh6),
sys/netpfil/ipfw/ip_fw2.c
1345
tvalue = TARG_VAL(ch, tablearg, dscp);
sys/netpfil/ipfw/ip_fw2.c
1348
tvalue = TARG_VAL(ch, tablearg, limit);
sys/netpfil/ipfw/ip_fw2.c
1351
tvalue = TARG_VAL(ch, tablearg, mark);
sys/netpfil/ipfw/ip_fw2.c
1355
tvalue = TARG_VAL(ch, tablearg, tag);
sys/netpfil/ipfw/ip_fw2.c
2921
mark = TARG_VAL(chain, tablearg, mark);
sys/netpfil/ipfw/ip_fw2.c
3306
nh6->sin6_addr = TARG_VAL(
sys/netpfil/ipfw/ip_fw2.c
3309
nh6->sin6_scope_id = TARG_VAL(
sys/netpfil/ipfw/ip_fw2.c
3321
TARG_VAL(chain, tablearg,
sys/netpfil/ipfw/ip_fw2.c
3484
TARG_VAL(chain, tablearg, mark) :
sys/netpfil/ipfw/ip_fw_log.c
213
TARG_VAL(chain, tablearg, nh4));
sys/netpfil/ipfw/ip_fw_log.c
237
TARG_VAL(chain, tablearg, nh6);
sys/netpfil/ipfw/ip_fw_log.c
239
TARG_VAL(chain, tablearg, zoneid);
sys/netpfil/ipfw/ip_fw_log.c
516
*targ_value = TARG_VAL(chain, tablearg, mark);
sys/netpfil/ipfw/ip_fw_log.c
526
TARG_VAL(chain, tablearg, nh4));
sys/netpfil/ipfw/ip_fw_log.c
541
nh->sin6_addr = TARG_VAL(chain, tablearg, nh6);
sys/netpfil/ipfw/ip_fw_log.c
544
TARG_VAL(chain, tablearg, zoneid);
sys/netpfil/ipfw/ip_fw_private.h
429
(((a) == IP_FW_TARG) ? TARG_VAL(ch, tablearg, f) : (a))
sys/netpfil/ipfw/nat64/nat64stl.c
120
aaddr = htonl(TARG_VAL(chain, tablearg, nh4));
sys/netpfil/ipfw/nat64/nat64stl.c
200
htonl(TARG_VAL(chain, tablearg, nh4)), 0, &cfg->base, logdata));
sys/netpfil/ipfw/nat64/nat64stl.c
97
daddr = TARG_VAL(chain, tablearg, nh6);