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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
H A Dlookup.h194 const char *service_type /** DNS-SD service type, e.g. "_http._tcp" */,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_param.c116 if (self->service_type == IRCOMM_3_WIRE_RAW)
168 __u8 service_type = (__u8) param->pv.i; local
174 param->pv.i = self->settings.service_type;
179 service_type &= self->service_type;
180 if (!service_type) {
186 service_type);
191 if (service_type & IRCOMM_CENTRONICS)
192 self->settings.service_type = IRCOMM_CENTRONICS;
193 else if (service_type
[all...]
H A Dircomm_core.c107 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) argument
112 IRDA_DEBUG(2, "%s(), service_type=0x%02x\n", __FUNCTION__ ,
113 service_type);
125 if (service_type & IRCOMM_3_WIRE_RAW) {
136 self->service_type = service_type;
204 * Function ircomm_connect_request (self, service_type)
212 __u8 service_type)
222 self->service_type= service_type;
210 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.c217 if (self->service_type & IRCOMM_3_WIRE_RAW)
233 if (self->service_type & IRCOMM_3_WIRE_RAW) {
246 IRCOMM_SERVICE_TYPE, 1, self->service_type,
282 if (self->service_type & IRCOMM_3_WIRE_RAW)
312 if (self->settings.service_type == IRCOMM_3_WIRE) {
619 ircomm_tty_state[self->state], self->service_type);
718 if (self->service_type == IRCOMM_3_WIRE_RAW) {
834 NULL, self->service_type);
H A Dircomm_tty.c216 self->ircomm = ircomm_open(&notify, self->service_type,
459 self->service_type = IRCOMM_3_WIRE | IRCOMM_9_WIRE;
460 self->settings.service_type = IRCOMM_9_WIRE; /* 9 wire as default */
466 self->service_type = IRCOMM_3_WIRE_RAW;
467 self->settings.service_type = IRCOMM_3_WIRE_RAW; /* Default */
1255 if (self->service_type & IRCOMM_9_WIRE)
1257 else if (self->service_type & IRCOMM_3_WIRE)
1259 else if (self->service_type & IRCOMM_3_WIRE_RAW)
H A Dircomm_event.c249 ircomm_state[self->state], self->service_type);
H A Dircomm_tty_ioctl.c96 if (self->service_type == IRCOMM_3_WIRE_RAW)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/
H A Dportdrv_bus.c45 driver->id_table->service_type != pciedev->id.service_type )
H A Dportdrv_core.c222 int port_type, int service_type, int irq, int irq_mode)
232 dev->id.service_type = (1 << service_type);
242 pci_name(parent), get_descriptor_id(port_type, service_type));
247 int port_type, int service_type, int irq, int irq_mode)
255 pcie_device_init(parent, device, port_type, service_type, irq,irq_mode);
221 pcie_device_init(struct pci_dev *parent, struct pcie_device *dev, int port_type, int service_type, int irq, int irq_mode) argument
246 alloc_pcie_device(struct pci_dev *parent, int port_type, int service_type, int irq, int irq_mode) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpcieport_if.h33 __u32 port_type, service_type; /* Port Entity */ member in struct:pcie_port_service_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Davahi-ui.c59 gchar *service_type; member in struct:_AuiServiceDialogPrivate
199 g_param_spec_string("service_type", _("Service Type"), _("The service type of the selected service"),
361 g_free(d->priv->service_type);
362 d->priv->service_type = g_strdup(type);
466 if (!d->priv->service_type ||
468 (avahi_domain_equal(d->priv->service_type, type) && strcasecmp(d->priv->service_name, name) == 0)) {
1079 p->service_type = NULL;
1311 g_free(d->priv->service_type);
1312 d->priv->service_type = g_strdup(stype);
1318 return d->priv->service_type;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/aer/
H A Daerdrv.c59 .service_type = PCIE_PORT_SERVICE_AER,
H A Daerdrv_core.c346 if (service_driver->id_table->service_type ==
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet.c140 const char *service_type)
153 service_name, service_type,
137 connect_to_service(struct cli_state **c, struct in_addr *server_ip, const char *server_name, const char *service_name, const char *service_type) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c733 int onid, val, sid, desc_list_len, desc_tag, desc_len, service_type; local
780 service_type = get8(&p, p_end);
781 if (service_type < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_core.c520 .service_type = PCIE_PORT_SERVICE_HP,

Completed in 123 milliseconds

12