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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnmblookup.c134 static BOOL query_one(const char *lookup, unsigned int lookup_type) argument
141 ip_list = name_query(ServerFD,lookup,lookup_type,use_bcast,
152 ip_list = name_query(ServerFD,lookup,lookup_type,
171 d_printf("%s %s<%02x>\n",inet_ntoa(ip_list[j]),lookup, lookup_type);
176 do_node_status(ServerFD, lookup, lookup_type, ip_list[j]);
192 unsigned int lookup_type = 0x0; local
268 do_node_status(ServerFD, lookup, lookup_type, ip);
275 lookup_type = 1;
277 lookup_type = 0x1d;
284 sscanf(++p,"%x",&lookup_type);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h262 extern int lookup_type[];
H A Dunsquash-2.c148 i.mode = lookup_type[header.base.inode_type] | header.base.mode;
H A Dunsquash-1.c99 i.mode = lookup_type[(header.base.inode_type - 1) %
H A Dunsquash-3.c135 i.mode = lookup_type[header.base.inode_type] | header.base.mode;
H A Dunsquash-4.c110 i.mode = lookup_type[header.base.inode_type] | header.base.mode;
H A Dunsquashfs.c73 int lookup_type[] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnamequery.c1416 int *count, enum dc_lookup_type lookup_type, int *ordered)
1442 if ( lookup_type == DC_ADS_ONLY) {
1452 } else if (lookup_type == DC_KDC_ONLY) {
1620 enum dc_lookup_type lookup_type = DC_NORMAL_LOOKUP; local
1629 lookup_type = DC_ADS_ONLY;
1632 status = get_dc_list(domain, sitename, ip_list, count, lookup_type, &ordered);
1415 get_dc_list(const char *domain, const char *sitename, struct ip_service **ip_list, int *count, enum dc_lookup_type lookup_type, int *ordered) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Droot.c222 unsigned int lookup_type; local
251 lookup_type = autofs4_need_mount(nd->flags);
254 if (!(lookup_type || ino->flags & AUTOFS_INF_PENDING)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c48 uint8_t lookup_type; member in struct:__anon2009
341 codebook_setup->lookup_type = get_bits(gb, 4);
343 av_dlog(NULL, " lookup type: %d : %s \n", codebook_setup->lookup_type,
344 codebook_setup->lookup_type ? "vq" : "no lookup");
348 if (codebook_setup->lookup_type == 1) {
408 } else if (codebook_setup->lookup_type >= 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c52 uint8_t lookup_type; member in struct:__anon3246
351 codebook_setup->lookup_type = get_bits(gb, 4);
353 av_dlog(NULL, " lookup type: %d : %s \n", codebook_setup->lookup_type,
354 codebook_setup->lookup_type ? "vq" : "no lookup");
358 if (codebook_setup->lookup_type == 1) {
418 } else if (codebook_setup->lookup_type >= 2) {

Completed in 87 milliseconds