Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c1286 struct sockaddr_in6 sin6_d; /* XXX: we should retrieve this from m_aux */ in ni6_input() local
1408 SOCKADDR_ZERO(&sin6_d, sizeof(sin6_d)); in ni6_input()
1409 sin6_d.sin6_family = AF_INET6; /* not used, actually */ in ni6_input()
1410 sin6_d.sin6_len = sizeof(sin6_d); /* ditto */ in ni6_input()
1411 sin6_d.sin6_addr = ip6->ip6_dst; in ni6_input()
1412 sin6_d.sin6_scope_id = in6_addr2scopeid(m->m_pkthdr.rcvif, in ni6_input()
1414 in6_embedscope(&sin6_d.sin6_addr, &sin6_d, NULL, NULL, in ni6_input()
1415 NULL, IN6_NULL_IF_EMBEDDED_SCOPE(&sin6_d.sin6_scope_id)); in ni6_input()
1417 if (SA6_ARE_ADDR_EQUAL(&sin6, &sin6_d)) { in ni6_input()