HomeSort by: relevance | last modified time | path
    Searched defs:in6_subj (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
icmp6.c 1232 struct in6_addr in6_subj; /* subject address */ local in function:ni6_input
1322 subjlen, (void *)&in6_subj);
1326 if (in6_setscope(&in6_subj, rcvif, NULL)) {
1332 subj = (char *)&in6_subj;
1333 if (IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &in6_subj))
icmp6.c 1232 struct in6_addr in6_subj; /* subject address */ local in function:ni6_input
1322 subjlen, (void *)&in6_subj);
1326 if (in6_setscope(&in6_subj, rcvif, NULL)) {
1332 subj = (char *)&in6_subj;
1333 if (IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &in6_subj))

Completed in 58 milliseconds