Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH_NOPORT (Results 1 – 10 of 10) sorted by relevance

/f-stack/tools/ipfw/
H A Dipv6.c58 { "port", ICMP6_DST_UNREACH_NOPORT },
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1060 #ifndef ICMP6_DST_UNREACH_NOPORT
1061 # define ICMP6_DST_UNREACH_NOPORT 4 macro
H A Dfil.c4350 ICMP6_DST_UNREACH_NOPORT, /* 3: ICMP_UNREACH_PORT */
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h152 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
/f-stack/freebsd/netinet/
H A Dicmp6.h148 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
H A Dsctputil.c7387 (code == ICMP6_DST_UNREACH_NOPORT)) { in sctp_recv_icmp6_tunneled_packet()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c947 code = ICMP6_DST_UNREACH_NOPORT; in nat64_icmp_translate()
1386 case ICMP6_DST_UNREACH_NOPORT: in nat64_handle_icmp6()
/f-stack/freebsd/netinet6/
H A Dicmp6.c187 case ICMP6_DST_UNREACH_NOPORT: in icmp6_errcount()
482 case ICMP6_DST_UNREACH_NOPORT: in icmp6_input()
H A Dudp6_usrreq.c516 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c877 return (ICMP6_DST_UNREACH_NOPORT); in map_icmp_unreach()