Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h148 #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ macro
736 if (code == ICMP6_DST_UNREACH_ADMIN) \
/f-stack/freebsd/netinet/
H A Dicmp6.h144 #define ICMP6_DST_UNREACH_ADMIN 1 /* administratively prohibited */ macro
732 if (code == ICMP6_DST_UNREACH_ADMIN) \
/f-stack/tools/ipfw/
H A Dipv6.c56 { "admin-prohib", ICMP6_DST_UNREACH_ADMIN },
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1048 #ifndef ICMP6_DST_UNREACH_ADMIN
1049 # define ICMP6_DST_UNREACH_ADMIN 1 macro
H A Dfil.c4356 ICMP6_DST_UNREACH_ADMIN, /* 9: ICMP_UNREACH_NET_PROHIB */
4357 ICMP6_DST_UNREACH_ADMIN, /* 10: ICMP_UNREACH_HOST_PROHIB */
4360 ICMP6_DST_UNREACH_ADMIN, /* 13: ICMP_UNREACH_ADMIN_PROHIBIT */
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c959 code = ICMP6_DST_UNREACH_ADMIN; in nat64_icmp_translate()
1383 case ICMP6_DST_UNREACH_ADMIN: in nat64_handle_icmp6()
/f-stack/freebsd/netinet6/
H A Dicmp6.c178 case ICMP6_DST_UNREACH_ADMIN: in icmp6_errcount()
474 case ICMP6_DST_UNREACH_ADMIN: in icmp6_input()
H A Dsctp6_usrreq.c186 (icmp6_code == ICMP6_DST_UNREACH_ADMIN) || in sctp6_notify()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c884 return (ICMP6_DST_UNREACH_ADMIN); in map_icmp_unreach()