| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| adv-ctl-server.h | 28 bool adv_ctl_service_types_compare(const char *NONNULL service_type, const char *NONNULL registered_type);
|
| thread-service.c | 103 service->service_type = unicast_service; 119 service->service_type = anycast_service; 136 service->service_type = pref_id; 146 switch(tservice->service_type) { 148 INFO("invalid service type %d on service %p", tservice->service_type, tservice); 193 if (a->service_type != b->service_type) { 196 switch(a->service_type) {
|
| service-tracker.c | 155 if (service->service_type == unicast_service) { 168 } else if (service->service_type == anycast_service) { 181 } else if (service->service_type == pref_id) { 221 if (IS_SRP_SERVICE(cti_service) && service->service_type == unicast_service) { 226 } else if (IS_SRP_ANYCAST_SERVICE(cti_service) && service->service_type == anycast_service) { 232 } else if (IS_PREF_ID_SERVICE(cti_service) && service->service_type == pref_id) { 284 if (service->service_type == unicast_service) { 288 if (aservice->service_type == anycast_service && aservice->rloc16 == service->rloc16) { 504 if (service->responding && old_service->service_type == service->service_type) { [all...] |
| service-tracker.h | 49 thread_service_type_t service_type);
|
| adv-resolve.c | 79 char *service_type; member in struct:adv_service_state 90 free(state->service_type); 133 char *service_type; member in struct:adv_instance_state 145 free(state->service_type); 197 state->service_type = strdup(regtype); 198 if (state->service_type == NULL) { 201 ERROR("no memory for service_type %{public}s", regtype); 219 state->service_type = strdup(regtype); 220 if (state->service_type == NULL) { 402 const char *instance_name, const char *service_type, const char *UNUSED domain, void *context [all...] |
| service-publisher.c | 191 instance->instance_name, instance->service_type, instance, instance->txn->sdref); 214 instance->instance_name, instance->service_type, instance->host->registered_name, 230 instance->instance_name, instance->service_type, host->registered_name, 236 instance->instance_name, instance->service_type, host->registered_name, 252 instance->instance_name, instance->service_type, NULL, 260 instance->instance_name, instance->service_type, host->registered_name, err, instance); 264 instance->instance_name, instance->service_type, host->registered_name, time_buf, 512 switch(service->service_type) { 589 if (service->service_type == unicast_service) { 591 } else if (service->service_type == unicast_service) [all...] |
| srp-mdns-proxy.c | 175 if (instance->service_type != NULL) { 176 free(instance->service_type); 371 status, instance->instance_name, instance->service_type, instance->port, txt_buf); 375 if (instance->service_type != NULL) { 378 if (!strncmp(instance->service_type, matter_prefix, sizeof(matter_prefix) - 1)) { 380 } else if (!strncmp(instance->service_type, hap_prefix, sizeof(hap_prefix) - 1)) { 768 parent_type, parent_pointer, hostname, instance->instance_name, instance->service_type); 1296 host->name, instance->instance_name, instance->service_type); 1308 host->name, instance->instance_name, instance->service_type); 1530 removed_instance->instance_name, removed_instance->service_type, removed_instance->port) 2494 char service_type[DNS_MAX_LABEL_SIZE_ESCAPED * 2 + 2]; \/\/ sizeof '.' + sizeof '\\0'. local 3330 char service_type[DNS_MAX_LABEL_SIZE_ESCAPED + 2]; local 3620 char service_type[DNS_MAX_LABEL_SIZE_ESCAPED * 2 + 2]; local [all...] |
| srp.h | 209 (cti_service)->service_type == THREAD_SRP_SERVER_OPTION && \ 214 (cti_service)->service_type == THREAD_SRP_SERVER_ANYCAST_OPTION && \ 219 (cti_service)->service_type == THREAD_PREF_ID_OPTION && \
|
| probe-srp.c | 131 if (service->service_type == anycast_service) { 418 if (service->service_type == unicast_service) { 420 } else if (service->service_type == anycast_service){ 423 FAULT("bogus service type in probe_srp_service: %d", service->service_type);
|
| thread-service.h | 61 thread_service_type_t service_type; member in struct:thread_service
|
| srp-mdns-proxy.h | 144 char *NONNULL service_type; // Two label service type (e.g., _ipps._tcp) member in struct:adv_instance 306 char *NULLABLE service_type; member in struct:wanted_service
|
| dnssd-client.c | 313 if (client->published_service->service_type == unicast_service) { 315 } else if (client->published_service->service_type == anycast_service) { 538 if (service->service_type == anycast_service) {
|
| cti-services.h | 51 uint16_t service_type; member in struct:_cti_service 335 * service_type: The service type, from the service data. 349 cti_service_create_(uint64_t enterprise_number, uint16_t rloc16, uint16_t service_type, uint16_t service_version, 352 #define cti_service_create(enterprise_number, rloc16, service_type, service_version, service, service_length, \ 354 cti_service_create_(enterprise_number, rloc16, service_type, service_version, service, service_length, \
|
| advertising_proxy_services.c | 64 free(host->instances[i].service_type); 228 !cti_connection_string_parse(connection, &host->instances[i].service_type) ||
|
| /src/usr.sbin/btpand/ |
| client.c | 54 if (service_type) 187 log_err("%s: %m", service_type); 192 service_type, bt_ntoa(&remote_bdaddr, NULL)); 221 log_err("%s: %m", service_type); 251 log_err("%s query failed", service_type); 256 log_info("Found PSM %u for service %s", l2cap_psm, service_type);
|
| btpand.c | 50 const char * service_type; /* -s <service> */ variable 167 service_type = services[ul].type; 189 control_path != 0 || (service_type != NULL && l2cap_psm != 0)))
|
| btpand.h | 138 extern const char * service_type;
|
| server.c | 274 if (service_type == NULL) 295 log_err("%s: %m", service_type);
|
| /src/usr.sbin/inetd/ |
| inetd.h | 99 typedef enum service_type { enum 104 } service_type; typedef in typeref:enum:service_type 178 service_type se_type; /* type */
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| srp-test-runner.c | 126 !strcmp(instance->service_type, regtype))
|
| /src/external/apache2/mDNSResponder/dist/Clients/srputil/ |
| srputil.c | 205 const char *instance_name, *service_type, *reg_type; local 210 service_type = ""; 215 service_type = host->instances[i].service_type; 257 host->regname, instance_name, service_type, port, 435 if (unicast && service->service_type == unicast_service) { 611 bool add, const char *instance_name, const char *service_type, void *UNUSED context) 618 fprintf(stderr, "browse: %d %s %s %s\n", interface_index, add ? "add" : "rmv", instance_name, service_type);
|
| /src/sys/netbt/ |
| l2cap_signal.c | 543 switch (val.qos.service_type) { 550 chan->lc_iqos.service_type = L2CAP_QOS_NO_TRAFFIC; 763 switch (val.qos.service_type) { 1228 qos->service_type = src->service_type; 1245 dst->service_type = qos->service_type;
|
| l2cap.h | 185 uint8_t service_type; /* service type */ member in struct:__anon7403
|
| /src/usr.sbin/bta2dpd/bta2dpd/ |
| bta2dpd.c | 245 static const char* service_type = "A2DP"; variable 1095 service_type); 1099 service_type, bt_ntoa(&info.raddr, NULL)); 1129 service_type); 1159 log_err(EXIT_FAILURE, "%s query failed", service_type); 1163 log_info("Found PSM %u for service %s", l2cap_psm, service_type);
|
| /src/sys/dev/pci/qat/ |
| qat_hw17reg.h | 378 uint8_t service_type; member in struct:fw_comn_req_hdr 581 fw_comn_req_hdr_t.service_type 591 fw_comn_req_hdr_t.service_type = val
|