HomeSort by: relevance | last modified time | path
    Searched defs:service_type (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.sbin/btpand/
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)))
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
advertising_proxy_services.h 52 RCHAR *NULLABLE service_type; member in struct:advertising_proxy_instance
thread-service.h 61 thread_service_type_t service_type; member in struct:thread_service
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...]
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, \
srp-client.c 1197 const char *service_type = "_ipps._tcp"; local
1347 const char *commap = reg->regtype == NULL ? service_type : reg->regtype;
srp-ioloop.c 1007 const char *service_type = "_ipps._tcp"; local
1134 service_type = argv[i + 1];
1254 dup_instance_name ? instance_name : hnbuf, service_type, 0, 0, htons(service_port),
cti-services.c 1313 cti_service_create_(uint64_t enterprise_number, uint16_t rloc16, uint16_t service_type,
1320 service->service_type = service_type;
1495 uint16_t service_type, service_version; local
1503 service_type = service_data[0];
1507 service_type = service_version = 0;
1510 service = cti_service_create(enterprise_number, rloc16, service_type, service_version,
1515 service_type, service_version);
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-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
srp-replication.c 126 char *service_type = strchr(service->full_service_name, '.'); local
127 if (service_type != NULL) {
128 service_type++; // Skip the '.'
130 DNSServiceReconfirmRecord(0, service->ifindex, service_type, dns_rrtype_ptr, dns_qclass_in,
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_edit.c 322 char *service_type; local
452 || (service_type = mystrtok(&cp, PCF_MASTER_BLANKS)) == 0)
459 if (service_type[strcspn(service_type, "=/")] != 0)
462 path, lineno, service_type, edit_opts);
500 service_type)) {
553 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/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/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.h 185 uint8_t service_type; /* service type */ member in struct:__anon7403
hci.h 904 uint8_t service_type; /* service type */ member in struct:__anon7195
978 uint8_t service_type; member in struct:__anon7205
1986 uint8_t service_type; /* service type */ member in struct:__anon7326
  /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

Completed in 76 milliseconds