Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet6/
H A Dicmp6.c1324 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) { in ni6_input()
1331 switch (ni6->ni_code) { in ni6_input()
1340 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()
1346 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) { in ni6_input()
1524 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()
1804 switch (ni6->ni_code) { in ni6_addrs()
/xnu-8020.121.3/bsd/netinet/
H A Dicmp6.h456 #define ni_code icmp6_ni_hdr.icmp6_code macro