Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dicmp6.c1358 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) { in ni6_input()
1365 switch (ni6->ni_code) { in ni6_input()
1374 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()
1380 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) { in ni6_input()
1558 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1564 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1572 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1597 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1836 switch (ni6->ni_code) { in ni6_addrs()
/xnu-12377.81.4/bsd/netinet/
H A Dicmp6.h494 #define ni_code icmp6_ni_hdr.icmp6_code macro