Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dicmp6.c1214 struct in6_addr in6_subj; /* subject address */ in ni6_input() local
1317 subjlen, (caddr_t)&in6_subj); in ni6_input()
1318 if (in6_setscope(&in6_subj, m->m_pkthdr.rcvif, NULL)) in ni6_input()
1321 subj = (char *)&in6_subj; in ni6_input()
1322 if (IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &in6_subj)) in ni6_input()