Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet6/
H A Dicmp6.c1524 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1530 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1538 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1563 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
/xnu-8020.121.3/bsd/netinet/
H A Dicmp6.h199 #define ICMP6_NI_SUCCESS 0 /* node information successful reply */ macro