Searched refs:lookup_type (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnmblookup.c136 static BOOL query_one(const char *lookup, unsigned int lookup_type) argument
143 ip_list = name_query(ServerFD,lookup,lookup_type,use_bcast,
154 ip_list = name_query(ServerFD,lookup,lookup_type,
173 d_printf("%s %s<%02x>\n",inet_ntoa(ip_list[j]),lookup, lookup_type);
180 do_node_status(ServerFD, lookup, lookup_type, ip_list[0]);
195 unsigned int lookup_type = 0x0; local
269 do_node_status(ServerFD, lookup, lookup_type, ip);
276 lookup_type = 1;
278 lookup_type = 0x1d;
285 sscanf(++p,"%x",&lookup_type);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in107 def lookup_type(self, stype):
126 self.zc_types[(interface,protocol,stype,domain)] = self.insert_row(self.treemodel, thisDomain, self.lookup_type(stype), name, interface,None,None,None)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs4/
H A Droot.c330 unsigned int lookup_type; local
338 lookup_type = nd->flags & (LOOKUP_CONTINUE | LOOKUP_DIRECTORY);
339 if (oz_mode || !lookup_type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_dec.c51 uint_fast8_t lookup_type; member in struct:__anon584
322 codebook_setup->lookup_type=get_bits(gb, 4);
324 AV_DEBUG(" lookup type: %d : %s \n", codebook_setup->lookup_type, codebook_setup->lookup_type ? "vq" : "no lookup" );
328 if (codebook_setup->lookup_type==1) {
388 else if (codebook_setup->lookup_type>=2) {

Completed in 120 milliseconds