Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c172 static int ni6_store_addrs(struct icmp6_nodeinfo *ni6, struct icmp6_nodeinfo *__indexable nni6,
1277 struct icmp6_nodeinfo *ni6, *nni6; in ni6_input() local
1550 nni6 = (struct icmp6_nodeinfo *)(mtod(n, struct ip6_hdr *) + 1); in ni6_input()
1551 bcopy((caddr_t)ni6, (caddr_t)nni6, sizeof(struct icmp6_nodeinfo)); in ni6_input()
1556 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1557 nni6->ni_flags = 0; in ni6_input()
1562 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1563 nni6->ni_flags = htons(0x0000); /* raw bitmap */ in ni6_input()
1566 bcopy(&v, nni6 + 1, sizeof(u_int32_t)); in ni6_input()
1570 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
[all …]