Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dicmp6.c173 static int ni6_store_addrs(struct icmp6_nodeinfo *ni6, struct icmp6_nodeinfo *__indexable nni6,
1279 struct icmp6_nodeinfo *ni6, *nni6; in ni6_input() local
1552 nni6 = (struct icmp6_nodeinfo *)(mtod(n, struct ip6_hdr *) + 1); in ni6_input()
1553 bcopy((caddr_t)ni6, (caddr_t)nni6, sizeof(struct icmp6_nodeinfo)); in ni6_input()
1558 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1559 nni6->ni_flags = 0; in ni6_input()
1564 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1565 nni6->ni_flags = htons(0x0000); /* raw bitmap */ in ni6_input()
1568 bcopy(&v, nni6 + 1, sizeof(u_int32_t)); in ni6_input()
1572 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
[all …]