Searched refs:INET6_SIZE (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/unbound/edns-subnet/
H A Dedns-subnet.h56 uint8_t subnet_addr[INET6_SIZE];
H A Dsubnetmod.c113 ecs->subnet_source_mask <= INET6_SIZE*8);
119 log_assert(sn_octs + sn_octs_remainder <= INET6_SIZE);
273 memcpy(target->subnet_addr, source->subnet_addr, INET6_SIZE);
447 INET6_SIZE);
544 memcpy(&c_out->subnet_addr, &c_in->subnet_addr, INET6_SIZE);
581 if (ecs_option->opt_len - 4 > INET6_SIZE || ecs_option->opt_len == 0)
594 if (copy_clear(ecs->subnet_addr, INET6_SIZE, ecs_option->opt_data + 4,
612 if (!copy_clear( ecs->subnet_addr, INET6_SIZE,
623 if (!copy_clear( ecs->subnet_addr, INET6_SIZE,
624 (uint8_t *)sinaddr, INET6_SIZE,
[all...]
/freebsd-13-stable/contrib/unbound/iterator/
H A Diter_priv.c279 != INET6_SIZE) {
284 INET6_SIZE);
H A Diter_hints.c369 rr_len, dname_len) == INET6_SIZE) {
377 INET6_SIZE);
H A Diter_delegpt.c457 if(d->rr_len[i] != 2 + INET6_SIZE) /* rdatalen + len of IP6 */
459 memmove(&sa.sin6_addr, d->rr_data[i]+2, INET6_SIZE);
/freebsd-13-stable/contrib/unbound/util/
H A Dnet_help.h90 #define INET6_SIZE 16 macro
H A Dnet_help.c633 INET6_SIZE);
663 INET6_SIZE);
/freebsd-13-stable/contrib/unbound/ipset/
H A Dipset.c117 if(af == AF_INET6 && rd_len != INET6_SIZE)
/freebsd-13-stable/contrib/unbound/services/cache/
H A Dinfra.c343 h = hashlittle(&in6->sin6_addr, INET6_SIZE, h);
/freebsd-13-stable/contrib/unbound/services/
H A Dauthzone.c5311 if(rrtype == LDNS_RR_TYPE_AAAA && len != INET6_SIZE)
5333 memmove(&sa->sin6_addr, rdata, INET6_SIZE);

Completed in 194 milliseconds