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

/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_create.c86 uint32_t rounded_length; local
91 rounded_length = ROUNDUP(attribute_length, sizeof(uint32_t));
92 newLen = sizeof(dns_attribute_t) + rounded_length;
112 for (i = attribute_length; i < rounded_length; i++) {
260 uint32_t rounded_length; local
265 rounded_length = ROUNDUP(attribute_length, sizeof(uint32_t));
266 newLen = sizeof(dns_attribute_t) + rounded_length;
283 for (i = attribute_length; i < rounded_length; i++) {

Completed in 61 milliseconds