Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c1206 struct icmp6_nodeinfo *ni6, *nni6; in ni6_input() local
1453 nni6 = (struct icmp6_nodeinfo *)(mtod(n, struct ip6_hdr *) + 1); in ni6_input()
1454 bcopy((caddr_t)ni6, (caddr_t)nni6, sizeof(struct icmp6_nodeinfo)); in ni6_input()
1459 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1460 nni6->ni_flags = 0; in ni6_input()
1465 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1466 nni6->ni_flags = htons(0x0000); /* raw bitmap */ in ni6_input()
1469 bcopy(&v, nni6 + 1, sizeof(u_int32_t)); in ni6_input()
1473 nni6->ni_code = ICMP6_NI_SUCCESS; in ni6_input()
1476 nni6->ni_flags = 0; /* XXX: meaningless TTL */ in ni6_input()
[all …]