Searched refs:ni6 (Results 1 – 1 of 1) sorted by relevance
172 static int ni6_store_addrs(struct icmp6_nodeinfo *ni6, struct icmp6_nodeinfo *__indexable nni6,1277 struct icmp6_nodeinfo *ni6, *nni6; in ni6_input() local1293 ni6 = (struct icmp6_nodeinfo *)(mtod(m, caddr_t) + off); in ni6_input()1295 IP6_EXTHDR_GET(ni6, struct icmp6_nodeinfo *, m, off, sizeof(*ni6)); in ni6_input()1296 if (ni6 == NULL) { in ni6_input()1350 qtype = ntohs(ni6->ni_qtype); in ni6_input()1356 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) { in ni6_input()1363 switch (ni6->ni_code) { in ni6_input()1372 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()1378 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) { in ni6_input()[all …]