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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c1265 struct sockaddr_in6 sin6_d; /* XXX: we should retrieve this from m_aux */ local
1387 bzero(&sin6_d, sizeof(sin6_d));
1388 sin6_d.sin6_family = AF_INET6; /* not used, actually */
1389 sin6_d.sin6_len = sizeof(sin6_d); /* ditto */
1390 sin6_d.sin6_addr = ip6->ip6_dst;
1391 sin6_d.sin6_scope_id = in6_addr2scopeid(m->m_pkthdr.rcvif,
1393 in6_embedscope(&sin6_d.sin6_addr, &sin6_d, NUL
[all...]

Completed in 20 milliseconds