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.c160 #define ICMP6_NI_SUCCESS 0 /* node information successful reply */ macro
1833 case ICMP6_NI_SUCCESS: in icmp6_nodeinfo_print()
1855 if (GET_U_1(ni6->ni_code) != ICMP6_NI_SUCCESS) { in icmp6_nodeinfo_print()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1047 #ifndef ICMP6_NI_SUCCESS
1048 # define ICMP6_NI_SUCCESS 0 macro
/freebsd/sys/netinet6/
H A Dicmp6.c1459 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1465 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1473 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1496 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.c252 { ICMP6_NI_SUCCESS, "success" },
/freebsd/sbin/ping/
H A Dping6.c1668 case ICMP6_NI_SUCCESS: in pr_pack()