HomeSort by: relevance | last modified time | path
    Searched refs:ia2 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netipsec/
ipsec_output.c 720 struct in6_addr ia2; local
722 memcpy(&ia2, &sa->sin6_addr, sizeof(ia2));
724 ia2.s6_addr16[1] = htons(sa->sin6_scope_id);
726 return IN6_ARE_ADDR_EQUAL(ia, &ia2);
  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.c 923 struct ipv6_addr *ia2; local
930 TAILQ_FOREACH(ia2, &rap2->addrs, next) {
931 if (!IN6_ARE_ADDR_EQUAL(&ia->prefix, &ia2->prefix))
933 if (!(ia2->flags & IPV6_AF_STALE))
934 return ia2;
936 ia2->prefix_pltime = 0;
dhcp6.c 1656 struct ipv6_addr *ia2; local
1679 TAILQ_FOREACH(ia2, &state->addrs, next) {
1680 if (ia2->flags & IPV6_AF_ADDED &&
1681 !(ia2->flags & IPV6_AF_DADCOMPLETED))
  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 6192 ipa_ancestor_jf_data *ia2 = &jf2->value.ancestor; local
6194 if (ia1->formal_id != ia2->formal_id
6195 || ia1->agg_preserved != ia2->agg_preserved
6196 || ia1->keep_null != ia2->keep_null
6197 || ia1->offset != ia2->offset)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 6217 ipa_ancestor_jf_data *ia2 = &jf2->value.ancestor; local
6219 if (ia1->formal_id != ia2->formal_id
6220 || ia1->agg_preserved != ia2->agg_preserved
6221 || ia1->keep_null != ia2->keep_null
6222 || ia1->offset != ia2->offset)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 4190 int[][][] ia2;
4192 ia2 = to!(typeof(ia2))(s);
4193 assert( ia == ia2);

Completed in 29 milliseconds