Searched refs:ICMP6_NI_SUCCESS (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1065 #ifndef ICMP6_NI_SUCCESS
1066 # define ICMP6_NI_SUCCESS 0 macro
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c163 #define ICMP6_NI_SUCCESS 0 /* node information successful reply */ macro
1712 case ICMP6_NI_SUCCESS:
1734 if (ni6->ni_code != ICMP6_NI_SUCCESS) {
/freebsd-11-stable/sys/netinet/
H A Dicmp6.h164 #define ICMP6_NI_SUCCESS 0 /* node information successful reply */ macro
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c1429 nni6->ni_code = ICMP6_NI_SUCCESS;
1435 nni6->ni_code = ICMP6_NI_SUCCESS;
1443 nni6->ni_code = ICMP6_NI_SUCCESS;
1466 nni6->ni_code = ICMP6_NI_SUCCESS;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c256 { ICMP6_NI_SUCCESS, "success" },
/freebsd-11-stable/sbin/ping6/
H A Dping6.c1604 case ICMP6_NI_SUCCESS:

Completed in 151 milliseconds