Searched refs:service_type (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dbrowse-service.c38 char *service_type; member in struct:AvahiSServiceBrowser
81 b->callback(b, interface, protocol, event, NULL, b->service_type, b->domain_name, flags, b->userdata);
89 const char *service_type,
102 assert(service_type);
108 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, avahi_is_valid_service_type_generic(service_type), AVAHI_ERR_INVALID_SERVICE_TYPE);
113 if ((r = avahi_service_name_join(n, sizeof(n), NULL, service_type, domain)) < 0) {
124 b->domain_name = b->service_type = NULL;
132 !(b->service_type = avahi_normalize_name_strdup(service_type))) {
167 avahi_free(b->service_type);
85 avahi_s_service_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *service_type, const char *domain, AvahiLookupFlags flags, AvahiSServiceBrowserCallback callback, void* userdata) argument
[all...]
H A Davahi-test.c261 const char *service_type,
266 avahi_log_debug("STB: (%i.%i) %s in <%s> [%s]", iface, protocol, service_type ? service_type : "NULL", domain ? domain : "NULL", browser_event_to_string(event));
275 const char *service_type,
279 avahi_log_debug("SB: (%i.%i) <%s> as %s in <%s> [%s]", iface, protocol, name ? name : "NULL", service_type ? service_type : "NULL", domain ? domain : "NULL", browser_event_to_string(event));
288 const char*service_type,
298 avahi_log_debug("SR: (%i.%i) <%s> as %s in <%s> [%s]", iface, protocol, name, service_type, domain_name, resolver_event_to_string(event));
305 avahi_log_debug("SR: (%i.%i) <%s> as %s in <%s>: %s/%s:%i (%s) [%s]", iface, protocol, name, service_type, domain_name, hostname, t, port, s, resolver_event_to_string(event));
256 stb_callback( AVAHI_GCC_UNUSED AvahiSServiceTypeBrowser *b, AvahiIfIndex iface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
269 sb_callback( AVAHI_GCC_UNUSED AvahiSServiceBrowser *b, AvahiIfIndex iface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
H A Dquerier-test.c65 const char *service_type,
69 avahi_log_debug("SB%i: (%i.%s) <%s> as <%s> in <%s> [%s] cached=%i", b == service_browser1 ? 1 : 2, iface, avahi_proto_to_string(protocol), name, service_type, domain, browser_event_to_string(event), !!(flags & AVAHI_LOOKUP_RESULT_CACHED));
59 sb_callback( AvahiSServiceBrowser *b, AvahiIfIndex iface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *service_type, const char *domain, AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
H A Dresolve-service.c43 char *service_type; member in struct:AvahiSServiceResolver
91 r->service_type,
132 r->service_type,
424 r->service_type = avahi_normalize_name_strdup(type);
488 avahi_free(r->service_type);
H A Dlookup.h194 const char *service_type /** DNS-SD service type, e.g. "_http._tcp" */,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse-service.c38 char *service_type; member in struct:AvahiSServiceBrowser
81 b->callback(b, interface, protocol, event, NULL, b->service_type, b->domain_name, flags, b->userdata);
89 const char *service_type,
102 assert(service_type);
108 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, avahi_is_valid_service_type_generic(service_type), AVAHI_ERR_INVALID_SERVICE_TYPE);
113 if ((r = avahi_service_name_join(n, sizeof(n), NULL, service_type, domain)) < 0) {
124 b->domain_name = b->service_type = NULL;
132 !(b->service_type = avahi_normalize_name_strdup(service_type))) {
167 avahi_free(b->service_type);
85 avahi_s_service_browser_new( AvahiServer *server, AvahiIfIndex interface, AvahiProtocol protocol, const char *service_type, const char *domain, AvahiLookupFlags flags, AvahiSServiceBrowserCallback callback, void* userdata) argument
[all...]
H A Davahi-test.c261 const char *service_type,
266 avahi_log_debug("STB: (%i.%i) %s in <%s> [%s]", iface, protocol, service_type ? service_type : "NULL", domain ? domain : "NULL", browser_event_to_string(event));
275 const char *service_type,
279 avahi_log_debug("SB: (%i.%i) <%s> as %s in <%s> [%s]", iface, protocol, name ? name : "NULL", service_type ? service_type : "NULL", domain ? domain : "NULL", browser_event_to_string(event));
288 const char*service_type,
298 avahi_log_debug("SR: (%i.%i) <%s> as %s in <%s> [%s]", iface, protocol, name, service_type, domain_name, resolver_event_to_string(event));
305 avahi_log_debug("SR: (%i.%i) <%s> as %s in <%s>: %s/%s:%i (%s) [%s]", iface, protocol, name, service_type, domain_name, hostname, t, port, s, resolver_event_to_string(event));
256 stb_callback( AVAHI_GCC_UNUSED AvahiSServiceTypeBrowser *b, AvahiIfIndex iface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
269 sb_callback( AVAHI_GCC_UNUSED AvahiSServiceBrowser *b, AvahiIfIndex iface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
H A Dquerier-test.c65 const char *service_type,
69 avahi_log_debug("SB%i: (%i.%s) <%s> as <%s> in <%s> [%s] cached=%i", b == service_browser1 ? 1 : 2, iface, avahi_proto_to_string(protocol), name, service_type, domain, browser_event_to_string(event), !!(flags & AVAHI_LOOKUP_RESULT_CACHED));
59 sb_callback( AvahiSServiceBrowser *b, AvahiIfIndex iface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *service_type, const char *domain, AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
H A Dresolve-service.c43 char *service_type; member in struct:AvahiSServiceResolver
91 r->service_type,
132 r->service_type,
424 r->service_type = avahi_normalize_name_strdup(type);
488 avahi_free(r->service_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c49 struct ServiceType *service_type; member in struct:Service
60 gchar *service_type; member in struct:ServiceType
77 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) { argument
81 if (!(st = g_hash_table_lookup(service_type_hash_table, service_type)))
112 s->service_type->services = g_list_remove(s->service_type->services, s);
134 const char *service_type,
151 s->service_type = g_hash_table_lookup(service_type_hash_table, service_type);
152 g_assert(s->service_type);
128 service_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_name, const char *service_type, const char *domain_name, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
180 service_type_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceTypeBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void * userdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c49 struct ServiceType *service_type; member in struct:Service
60 gchar *service_type; member in struct:ServiceType
77 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) { argument
81 if (!(st = g_hash_table_lookup(service_type_hash_table, service_type)))
112 s->service_type->services = g_list_remove(s->service_type->services, s);
134 const char *service_type,
151 s->service_type = g_hash_table_lookup(service_type_hash_table, service_type);
152 g_assert(s->service_type);
128 service_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_name, const char *service_type, const char *domain_name, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void* userdata) argument
180 service_type_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceTypeBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void * userdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_param.c117 if (self->service_type == IRCOMM_3_WIRE_RAW)
169 __u8 service_type = (__u8) param->pv.i; local
175 param->pv.i = self->settings.service_type;
180 service_type &= self->service_type;
181 if (!service_type) {
187 service_type);
192 if (service_type & IRCOMM_CENTRONICS)
193 self->settings.service_type = IRCOMM_CENTRONICS;
194 else if (service_type
[all...]
H A Dircomm_core.c110 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) argument
115 IRDA_DEBUG(2, "%s(), service_type=0x%02x\n", __func__ ,
116 service_type);
128 if (service_type & IRCOMM_3_WIRE_RAW) {
139 self->service_type = service_type;
207 * Function ircomm_connect_request (self, service_type)
215 __u8 service_type)
225 self->service_type= service_type;
213 ircomm_connect_request(struct ircomm_cb *self, __u8 dlsap_sel, __u32 saddr, __u32 daddr, struct sk_buff *skb, __u8 service_type) argument
[all...]
H A Dircomm_tty_attach.c218 if (self->service_type & IRCOMM_3_WIRE_RAW)
234 if (self->service_type & IRCOMM_3_WIRE_RAW) {
247 IRCOMM_SERVICE_TYPE, 1, self->service_type,
283 if (self->service_type & IRCOMM_3_WIRE_RAW)
313 if (self->settings.service_type == IRCOMM_3_WIRE) {
614 ircomm_tty_state[self->state], self->service_type);
713 if (self->service_type == IRCOMM_3_WIRE_RAW) {
829 NULL, self->service_type);
H A Dircomm_tty.c217 self->ircomm = ircomm_open(&notify, self->service_type,
461 self->service_type = IRCOMM_3_WIRE | IRCOMM_9_WIRE;
462 self->settings.service_type = IRCOMM_9_WIRE; /* 9 wire as default */
468 self->service_type = IRCOMM_3_WIRE_RAW;
469 self->settings.service_type = IRCOMM_3_WIRE_RAW; /* Default */
1250 if (self->service_type & IRCOMM_9_WIRE)
1252 else if (self->service_type & IRCOMM_3_WIRE)
1254 else if (self->service_type & IRCOMM_3_WIRE_RAW)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dircomm_core.h81 __u8 service_type; member in struct:ircomm_cb
86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
95 __u8 service_type);
H A Dircomm_tty.h78 __u8 service_type; /* The service that we support */ member in struct:ircomm_tty_cb
H A Dircomm_param.h119 __u8 service_type; member in struct:ircomm_params
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daac_ac3_parser.h52 int service_type; member in struct:AACAC3ParseContext
H A Dac3_parser.c166 hdr_info->service_type = hdr.bitstream_mode;
168 hdr_info->service_type = AV_AUDIO_SERVICE_TYPE_KARAOKE;
H A Daac_ac3_parser.c97 avctx->audio_service_type = s->service_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daac_ac3_parser.h52 int service_type; member in struct:AACAC3ParseContext
H A Daac_ac3_parser.c108 avctx->audio_service_type = s->service_type;
H A Dac3_parser.c185 hdr_info->service_type = hdr.bitstream_mode;
187 hdr_info->service_type = AV_AUDIO_SERVICE_TYPE_KARAOKE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dbuildreq.c419 UINT4 service_type; local
437 service_type = PW_ADMINISTRATIVE;
438 rc_avpair_add(&(data.send_pairs), PW_SERVICE_TYPE, &service_type, 0, VENDOR_NONE);

Completed in 197 milliseconds

12