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

/macosx-10.9.5/configd-596.15/dnsinfo/
H A Ddnsinfo_copy.c256 uint32_t attribute_type = ntohl(attribute->type); local
258 switch (attribute_type) {
276 if (attribute_type == CONFIG_ATTRIBUTE_RESOLVER) {
278 } else if (attribute_type == CONFIG_ATTRIBUTE_SCOPED_RESOLVER) {
280 } else if (attribute_type == CONFIG_ATTRIBUTE_SERVICE_SPECIFIC_RESOLVER) {
H A Ddnsinfo_create.c75 uint32_t attribute_type,
106 header->type = htonl(attribute_type);
250 uint32_t attribute_type,
277 header->type = htonl(attribute_type);
472 uint32_t attribute_type = ntohl(attribute->type); local
474 if (attribute_type == RESOLVER_ATTRIBUTE_ADDRESS) {
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

Completed in 181 milliseconds