Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c162 #define ICMP6_NI_SUCCESS 0 /* node information successful reply */ macro
1836 case ICMP6_NI_SUCCESS: in icmp6_nodeinfo_print()
1858 if (GET_U_1(ni6->ni_code) != ICMP6_NI_SUCCESS) { in icmp6_nodeinfo_print()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1050 #ifndef ICMP6_NI_SUCCESS
1051 # define ICMP6_NI_SUCCESS 0 macro
/freebsd/sys/netinet6/
H A Dicmp6.c1456 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1462 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1470 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1493 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
/freebsd/sys/netinet/
H A Dicmp6.h165 #define ICMP6_NI_SUCCESS 0 /* node information successful reply */ macro
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c251 { ICMP6_NI_SUCCESS, "success" },
/freebsd/sbin/ping/
H A Dping6.c1668 case ICMP6_NI_SUCCESS: in pr_pack()