Searched refs:sin6_d (Results 1 – 1 of 1) sorted by relevance
1283 struct sockaddr_in6 sin6_d; /* XXX: we should retrieve this from m_aux */ in ni6_input() local1405 bzero(&sin6_d, sizeof(sin6_d)); in ni6_input()1406 sin6_d.sin6_family = AF_INET6; /* not used, actually */ in ni6_input()1407 sin6_d.sin6_len = sizeof(sin6_d); /* ditto */ in ni6_input()1408 sin6_d.sin6_addr = ip6->ip6_dst; in ni6_input()1409 sin6_d.sin6_scope_id = in6_addr2scopeid(m->m_pkthdr.rcvif, in ni6_input()1411 in6_embedscope(&sin6_d.sin6_addr, &sin6_d, NULL, NULL, in ni6_input()1412 NULL, IN6_NULL_IF_EMBEDDED_SCOPE(&sin6_d.sin6_scope_id)); in ni6_input()1414 if (SA6_ARE_ADDR_EQUAL(&sin6, &sin6_d)) { in ni6_input()