Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dicmp6.c1353 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) { in ni6_input()
1360 switch (ni6->ni_code) { in ni6_input()
1369 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()
1375 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) { in ni6_input()
1553 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()
1833 switch (ni6->ni_code) { in ni6_addrs()
/xnu-8796.141.3/bsd/netinet/
H A Dicmp6.h456 #define ni_code icmp6_ni_hdr.icmp6_code macro