Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dicmp6.c1117 struct sockaddr_in6 sin6_d; /* XXX: we should retrieve this from m_aux */ in ni6_input() local
1216 bzero(&sin6_d, sizeof(sin6_d)); in ni6_input()
1217 sin6_d.sin6_family = AF_INET6; /* not used, actually */ in ni6_input()
1218 sin6_d.sin6_len = sizeof(sin6_d); /* ditto */ in ni6_input()
1219 sin6_d.sin6_addr = ip6->ip6_dst; in ni6_input()
1221 &ip6->ip6_dst, &sin6_d.sin6_scope_id)) in ni6_input()
1223 in6_embedscope(&sin6_d.sin6_addr, &sin6_d, NULL, NULL); in ni6_input()
1225 if (SA6_ARE_ADDR_EQUAL(&sin6, &sin6_d)) in ni6_input()