Searched refs:ICMP6_DST_UNREACH_ADMIN (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dicmp6.h142 #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ macro
723 if (code == ICMP6_DST_UNREACH_ADMIN) \
/freebsd-11-stable/sbin/ipfw/
H A Dipv6.c52 { "admin-prohib", ICMP6_DST_UNREACH_ADMIN },
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1043 #ifndef ICMP6_DST_UNREACH_ADMIN
1044 # define ICMP6_DST_UNREACH_ADMIN 1 macro
H A Dfil.c4354 ICMP6_DST_UNREACH_ADMIN, /* 9: ICMP_UNREACH_NET_PROHIB */
4355 ICMP6_DST_UNREACH_ADMIN, /* 10: ICMP_UNREACH_HOST_PROHIB */
4358 ICMP6_DST_UNREACH_ADMIN, /* 13: ICMP_UNREACH_ADMIN_PROHIBIT */
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c144 #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ macro
534 { ICMP6_DST_UNREACH_ADMIN, " unreachable prohibited"},
928 case ICMP6_DST_UNREACH_ADMIN:
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c900 code = ICMP6_DST_UNREACH_ADMIN;
1324 case ICMP6_DST_UNREACH_ADMIN:
/freebsd-11-stable/sys/netinet6/
H A Dsctp6_usrreq.c188 (icmp6_code == ICMP6_DST_UNREACH_ADMIN) ||
H A Dicmp6.c173 case ICMP6_DST_UNREACH_ADMIN:
482 case ICMP6_DST_UNREACH_ADMIN:
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c954 case ICMP6_DST_UNREACH_ADMIN:
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c174 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c228 { ICMP6_DST_UNREACH_ADMIN, "admin" },
/freebsd-11-stable/sbin/ping6/
H A Dping6.c2296 case ICMP6_DST_UNREACH_ADMIN:
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c865 return (ICMP6_DST_UNREACH_ADMIN);

Completed in 372 milliseconds