Symbol: TARG_VAL
sys/netpfil/ipfw/ip_fw2.c
1321
tvalue = TARG_VAL(ch, tablearg, pipe);
sys/netpfil/ipfw/ip_fw2.c
1324
tvalue = TARG_VAL(ch, tablearg, divert);
sys/netpfil/ipfw/ip_fw2.c
1327
tvalue = TARG_VAL(ch, tablearg, skipto);
sys/netpfil/ipfw/ip_fw2.c
1330
tvalue = TARG_VAL(ch, tablearg, netgraph);
sys/netpfil/ipfw/ip_fw2.c
1333
tvalue = TARG_VAL(ch, tablearg, fib);
sys/netpfil/ipfw/ip_fw2.c
1336
tvalue = TARG_VAL(ch, tablearg, nat);
sys/netpfil/ipfw/ip_fw2.c
1339
tvalue = TARG_VAL(ch, tablearg, nh4);
sys/netpfil/ipfw/ip_fw2.c
1344
return (0 == memcmp(&TARG_VAL(ch, tablearg, nh6),
sys/netpfil/ipfw/ip_fw2.c
1347
tvalue = TARG_VAL(ch, tablearg, dscp);
sys/netpfil/ipfw/ip_fw2.c
1350
tvalue = TARG_VAL(ch, tablearg, limit);
sys/netpfil/ipfw/ip_fw2.c
1353
tvalue = TARG_VAL(ch, tablearg, mark);
sys/netpfil/ipfw/ip_fw2.c
1357
tvalue = TARG_VAL(ch, tablearg, tag);
sys/netpfil/ipfw/ip_fw2.c
2923
mark = TARG_VAL(chain, tablearg, mark);
sys/netpfil/ipfw/ip_fw2.c
3308
nh6->sin6_addr = TARG_VAL(
sys/netpfil/ipfw/ip_fw2.c
3311
nh6->sin6_scope_id = TARG_VAL(
sys/netpfil/ipfw/ip_fw2.c
3323
TARG_VAL(chain, tablearg,
sys/netpfil/ipfw/ip_fw2.c
3486
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);