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

/macosx-10.9.5/configd-596.15/dnsinfo/
H A Ddnsinfo_create.c76 uint32_t attribute_length,
91 rounded_length = ROUNDUP(attribute_length, sizeof(uint32_t));
111 bcopy(attribute, &header->attribute[0], attribute_length);
112 for (i = attribute_length; i < rounded_length; i++) {
251 uint32_t attribute_length,
265 rounded_length = ROUNDUP(attribute_length, sizeof(uint32_t));
282 bcopy(attribute, &header->attribute[0], attribute_length);
283 for (i = attribute_length; i < rounded_length; i++) {
471 uint32_t attribute_length = ntohl(attribute->length); local
519 attribute = (dns_attribute_t *)((void *)attribute + attribute_length);
74 config_add_attribute(dns_create_config_t *_config, uint32_t attribute_type, uint32_t attribute_length, void *attribute, uint32_t extra_padding) argument
249 _dns_resolver_add_attribute(dns_create_resolver_t *_resolver, uint32_t attribute_type, uint32_t attribute_length, void *attribute) argument
[all...]
H A Ddnsinfo_copy.c158 uint32_t attribute_length = ntohl(attribute->length); local
185 attribute = (dns_attribute_t *)((void *)attribute + attribute_length);
186 n_attribute -= attribute_length;
255 uint32_t attribute_length = ntohl(attribute->length); local
267 attribute_length - sizeof(dns_attribute_t),
291 attribute = (dns_attribute_t *)((void *)attribute + attribute_length);
292 n_attribute -= attribute_length;

Completed in 73 milliseconds