Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet6/
H A Dicmp6.c1553 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1559 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1567 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1592 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
/xnu-8792.81.2/bsd/netinet/
H A Dicmp6.h199 #define ICMP6_NI_SUCCESS 0 /* node information successful reply */ macro