Searched refs:stype (Results 1 - 25 of 59) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dfindstatic.pl19 my(%stype);
35 $stype{$symbol} = $2;
62 my($t) = $typemap{$stype{$s}};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in67 stype = None
69 (name,interface,protocol,stype,domain) = self.treemodel.get(iter,1,2,3,4,5)
70 if stype == None:
74 self.server.ResolveService( int(interface), int(protocol), name, stype, domain, avahi.PROTO_UNSPEC, dbus.UInt32(0), reply_handler=self.service_resolved, error_handler=self.print_error)
95 def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, port, txt, flags):
96 print "Service data for service '%s' of type '%s' in domain '%s' on %i.%i:" % (name, stype, domain, interface, protocol)
100 self.update_label(interface, protocol, name, stype, domain, host, aprotocol, address, port, avahi.txt_array_to_string_array(txt))
107 def lookup_type(self, stype):
111 return service_type_db[stype]
113 return stype
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw_cache.c31 uint32 stype; member in struct:name_list
62 static void add_cached_names(const char *name, uint32 stype, argument
74 new_name->stype = stype;
99 BOOL smbw_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype, argument
110 workgroup, (stype == SV_TYPE_DOMAIN_ENUM ? "DOM" : "SRV"));
135 result = cli_NetServerEnum(cli, workgroup, stype,
149 fn(tmp->name, stype, tmp->comment, state);
202 fn(tmp->name, tmp->stype, tmp->comment, state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_synclists.c51 static void callback(const char *sname, uint32 stype, argument
54 x_fprintf(fp,"\"%s\" %08X \"%s\"\n", sname, stype, comment);
190 char *sname, uint32 stype, char *comment)
195 stype &= ~SV_TYPE_LOCAL_LIST_ONLY;
197 if (stype & SV_TYPE_DOMAIN_ENUM) {
230 servrec->serv.type = stype;
236 create_server_on_workgroup(work, sname,stype, lp_max_ttl(), comment);
189 complete_one(struct sync_record *s, char *sname, uint32 stype, char *comment) argument
H A Dnmbd_serverlistdb.c300 uint32 stype; local
370 stype = 0;
377 stype |= servrec->serv.type;
381 write_browse_list_entry(fp, my_netbios_names(i), stype,
H A Dnmbd_workgroupdb.c259 int stype = lp_default_server_announce() | (lp_local_master() ? SV_TYPE_POTENTIAL_BROWSER : 0 ); local
262 stype &= ~(SV_TYPE_MASTER_BROWSER|SV_TYPE_POTENTIAL_BROWSER|SV_TYPE_DOMAIN_MASTER|SV_TYPE_DOMAIN_MEMBER);
264 create_server_on_workgroup(work,name,stype|SV_TYPE_LOCAL_LIST_ONLY, PERMANENT_TTL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DFormat.java560 Class stype = type.getSuperclass();
561 while (stype != null && stype != Object.class) {
562 supertypes.add(stype.getName());
563 addInterfaces(stype);
564 stype = stype.getSuperclass();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dainstr_fm.h104 __u32 stype; /* structure type */ member in struct:fm_xinstrument
H A Dainstr_gf1.h139 __u32 stype; /* structure type */ member in struct:gf1_xwave
175 __u32 stype; member in struct:gf1_xinstrument
H A Dainstr_iw.h220 __u32 stype; /* structure type */ member in struct:iwffff_xwave
257 __u32 stype; member in struct:iwffff_xenv_record
277 __u32 stype; member in struct:iwffff_xlayer
300 __u32 stype; member in struct:iwffff_xinstrument
H A Dainstr_simple.h116 __u32 stype; member in struct:simple_xinstrument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c372 int stype)
452 u16 stype)
460 if (stype == IEEE80211_STYPE_BEACON &&
484 "(type=0x%02x, stype=0x%02x) dropped\n",
485 skb->dev->name, type >> 2, stype >> 4);
492 (stype == IEEE80211_STYPE_BEACON ||
493 stype == IEEE80211_STYPE_PROBE_RESP)) {
494 hostap_rx_sta_beacon(local, skb, stype);
497 (stype == IEEE80211_STYPE_ASSOC_RESP ||
498 stype
371 hostap_rx_sta_beacon(local_info_t *local, struct sk_buff *skb, int stype) argument
450 hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb, struct hostap_80211_rx_status *rx_stats, u16 type, u16 stype) argument
705 u16 fc, type, stype, sc; local
[all...]
H A Dhostap.h50 int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c56 char *name, *stype, *domain, *host; member in struct:Config
135 if (avahi_entry_group_add_service_strlst(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, config->name, config->stype, config->domain, config->host, config->port, config->txt) < 0) {
141 if (avahi_entry_group_add_service_subtype(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, config->name, config->stype, config->domain, (char*) i->text) < 0) {
257 c->host = c->name = c->domain = c->stype = NULL;
320 c->stype = avahi_strdup(argv[optind+1]);
420 avahi_free(config.stype);
H A Davahi-browse.c67 char *stype; member in struct:Config
340 static void browse_service_type(Config *c, const char *stype, const char *domain) { argument
346 assert(stype);
349 if (avahi_domain_equal(stype, (char*) i->text))
356 stype,
366 browsed_types = avahi_string_list_add(browsed_types, stype);
542 browse_service_type(config, config->stype, config->domain);
685 c->domain = c->stype = NULL;
754 c->stype = avahi_strdup(argv[optind]);
854 avahi_free(config.stype);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Damigaffs.h69 __be32 stype; member in struct:affs_root_tail
98 __be32 stype; member in struct:affs_tail
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_iw.c62 __u32 stype; local
76 if (copy_from_user(&stype, *data, sizeof(stype)))
78 if (stype == IWFFFF_STRU_WAVE)
80 if (req_stype != stype) {
81 if (stype == IWFFFF_STRU_ENV_RECP ||
82 stype == IWFFFF_STRU_ENV_RECV)
248 if (ix.stype != IWFFFF_STRU_INSTR)
271 if (lx.stype != IWFFFF_STRU_LAYER) {
317 __u32 stype; local
[all...]
H A Dainstr_gf1.c157 if (ix.stype != GF1_STRU_INSTR)
170 __u32 stype; local
172 if (copy_from_user(&stype, instr_data, sizeof(stype)))
174 if (stype != GF1_STRU_WAVE) {
206 xp.stype = GF1_STRU_WAVE;
267 ix.stype = GF1_STRU_INSTR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.y184 menu_set_type($1->stype);
187 $1->stype);
199 if ($1->stype != S_UNKNOWN)
200 menu_set_type($1->stype);
203 $1->stype);
262 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
263 menu_set_type($1->stype);
266 $1->stype);
279 if ($1->stype
[all...]
H A Dzconf.tab.c1411 menu_set_type((yyvsp[-2].id)->stype);
1414 (yyvsp[-2].id)->stype);
1430 if ((yyvsp[-3].id)->stype != S_UNKNOWN)
1431 menu_set_type((yyvsp[-3].id)->stype);
1434 (yyvsp[-3].id)->stype);
1493 if ((yyvsp[-2].id)->stype == S_BOOLEAN || (yyvsp[-2].id)->stype == S_TRISTATE) {
1494 menu_set_type((yyvsp[-2].id)->stype);
1497 (yyvsp[-2].id)->stype);
1514 if ((yyvsp[-3].id)->stype
[all...]
H A Dlkc.h48 enum symbol_type stype; member in struct:kconf_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.y187 menu_set_type($1->stype);
190 $1->stype);
202 if ($1->stype != S_UNKNOWN)
203 menu_set_type($1->stype);
206 $1->stype);
285 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
286 menu_set_type($1->stype);
289 $1->stype);
302 if ($1->stype
[all...]
H A Dzconf.tab.c1512 menu_set_type((yyvsp[-2].id)->stype);
1515 (yyvsp[-2].id)->stype);
1531 if ((yyvsp[-3].id)->stype != S_UNKNOWN)
1532 menu_set_type((yyvsp[-3].id)->stype);
1535 (yyvsp[-3].id)->stype);
1616 if ((yyvsp[-2].id)->stype == S_BOOLEAN || (yyvsp[-2].id)->stype == S_TRISTATE) {
1617 menu_set_type((yyvsp[-2].id)->stype);
1620 (yyvsp[-2].id)->stype);
1637 if ((yyvsp[-3].id)->stype
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dkallsyms.c76 char *sym, stype; local
79 rc = fscanf(in, "%llx %c %499s\n", &s->addr, &stype, str);
108 else if (toupper(stype) == 'A')
118 else if (toupper(stype) == 'U' ||
135 s->sym[0] = stype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A Dxtables.h43 #define XTOPT_POINTER(stype, member) \
44 .ptroff = offsetof(stype, member), \
45 .size = sizeof(((stype *)NULL)->member)

Completed in 280 milliseconds

123