Home
last modified time | relevance | path

Searched refs:preced (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di83 pass in proto icmp all icmp-type unreach code cutoff-preced
9 pass in proto icmp all icmp-type unreach code host-preced
34 pass in proto icmp all icmp-type unreach code cutoff-preced
40 pass in proto icmp all icmp-type unreach code host-preced
/freebsd/sbin/ipf/iplang/
H A DBNF60 "filter-prohib" | "host-preced" | "cutoff-preced" .
/freebsd/usr.sbin/ip6addrctl/
H A Dip6addrctl.c180 printf(" %5d %5d %8llu\n", pol->preced, pol->label, in dump_policy()
232 pol0.preced = atoi(cp); in make_policy_fromfile()
397 p.preced = atoi(prec); in add_policy()
/freebsd/sbin/pfctl/tests/files/
H A Dpf0010.ok16 block return-icmp(cutoff-preced) in inet proto icmp all
17 block return-icmp(cutoff-preced) in inet proto icmp all
H A Dpf0010.in18 block return-icmp(cutoff-preced) in inet proto icmp all
/freebsd/share/examples/ipfilter/
H A DBNF61 "filter-prohib" | "host-preced" | "cutoff-preced" .
/freebsd/lib/libc/net/
H A Dname6.c1010 dst1->aio_dstpolicy->pc_policy.preced > in comp_dst()
1011 dst2->aio_dstpolicy->pc_policy.preced)) { in comp_dst()
1016 dst2->aio_dstpolicy->pc_policy.preced > in comp_dst()
1017 dst1->aio_dstpolicy->pc_policy.preced)) { in comp_dst()
H A Dgetaddrinfo.c1027 dst1->aio_dstpolicy->pc_policy.preced > in comp_dst()
1028 dst2->aio_dstpolicy->pc_policy.preced)) { in comp_dst()
1033 dst2->aio_dstpolicy->pc_policy.preced > in comp_dst()
1034 dst1->aio_dstpolicy->pc_policy.preced)) { in comp_dst()
/freebsd/sys/netinet6/
H A Din6_var.h154 int preced; /* precedence */ member