Searched refs:INET_SIZE (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_priv.c256 != INET_SIZE) {
261 INET_SIZE);
H A Diter_hints.c352 rr_len, dname_len) == INET_SIZE) {
360 INET_SIZE);
H A Diter_delegpt.c433 if(d->rr_len[i] != 2 + INET_SIZE)
435 memmove(&sa.sin_addr, d->rr_data[i]+2, INET_SIZE);
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.h88 #define INET_SIZE 4 macro
H A Dnet_help.c624 return memcmp(&p1_in->sin_addr, &p2_in->sin_addr, INET_SIZE);
660 return memcmp(&p1_in->sin_addr, &p2_in->sin_addr, INET_SIZE);
/freebsd-11-stable/contrib/unbound/ipset/
H A Dipset.c115 if(af == AF_INET && rd_len != INET_SIZE)
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c111 ecs->subnet_source_mask <= INET_SIZE*8);
613 (uint8_t *)sinaddr, INET_SIZE,
/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.c350 h = hashlittle(&in->sin_addr, INET_SIZE, h);
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c5309 if(rrtype == LDNS_RR_TYPE_A && len != INET_SIZE)
5326 memmove(&sa->sin_addr, rdata, INET_SIZE);

Completed in 199 milliseconds