Searched refs:nni6 (Results 1 – 1 of 1) sorted by relevance
1274 struct icmp6_nodeinfo *ni6, *nni6; in ni6_input() local1547 nni6 = (struct icmp6_nodeinfo *)(mtod(n, struct ip6_hdr *) + 1); in ni6_input()1548 bcopy((caddr_t)ni6, (caddr_t)nni6, sizeof(struct icmp6_nodeinfo)); in ni6_input()1553 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()1554 nni6->ni_flags = 0; in ni6_input()1559 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()1560 nni6->ni_flags = htons(0x0000); /* raw bitmap */ in ni6_input()1563 bcopy(&v, nni6 + 1, sizeof(u_int32_t)); in ni6_input()1567 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()1571 nni6->ni_flags = 0; /* XXX: meaningless TTL */ in ni6_input()[all …]