Searched refs:ni6 (Results 1 – 1 of 1) sorted by relevance
173 static int ni6_store_addrs(struct icmp6_nodeinfo *ni6, struct icmp6_nodeinfo *__indexable nni6,1279 struct icmp6_nodeinfo *ni6, *nni6; in ni6_input() local1295 ni6 = (struct icmp6_nodeinfo *)(mtod(m, caddr_t) + off); in ni6_input()1297 IP6_EXTHDR_GET(ni6, struct icmp6_nodeinfo *, m, off, sizeof(*ni6)); in ni6_input()1298 if (ni6 == NULL) { in ni6_input()1352 qtype = ntohs(ni6->ni_qtype); in ni6_input()1358 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()[all …]