Searched refs:Name (Results 26 - 50 of 426) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dinterface.c116 iface->Name, iface->MinRtrAdvInterval,
127 iface->Name, iface->MaxRtrAdvInterval,
137 iface->Name, iface->MinDelayBetweenRAs,
147 iface->Name, iface->AdvLinkMTU, MIN_AdvLinkMTU, iface->if_maxmtu);
155 iface->Name, iface->AdvReachableTime, MAX_AdvReachableTime);
162 iface->Name, iface->AdvCurHopLimit, MAX_AdvCurHopLimit);
175 iface->Name, iface->AdvDefaultLifetime, (int)MIN_AdvDefaultLifetime(iface),
192 iface->Name, iface->HomeAgentLifetime,
202 "AdvHomeAgentFlag for %s must be set with HomeAgentInfo", iface->Name);
208 "AdvHomeAgentInfo for %s must be set with AdvMobRtrSupportFlag", iface->Name);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Ddevice-bsd44.c53 strncpy(ifr.ifr_name, iface->Name, IFNAMSIZ-1);
57 flog(LOG_ERR, "ioctl(SIOCGIFMTU) failed for %s: %s", iface->Name, strerror(errno));
61 dlog(LOG_DEBUG, 3, "mtu for %s is %d", iface->Name, ifr.ifr_mtu);
66 nlen = strlen(iface->Name);
80 (!memcmp(iface->Name, ((struct sockaddr_dl *)p)->sdl_data, nlen)))
87 iface->Name);
108 dlog(LOG_DEBUG, 3, "link layer token length for %s is %d", iface->Name,
111 dlog(LOG_DEBUG, 3, "prefix length for %s is %d", iface->Name,
118 iface->Name);
128 iface->if_prefix_len, iface->Name);
[all...]
H A Dinterface.c116 iface->Name, iface->MinRtrAdvInterval,
127 iface->Name, iface->MaxRtrAdvInterval,
137 iface->Name, iface->MinDelayBetweenRAs,
147 iface->Name, iface->AdvLinkMTU, MIN_AdvLinkMTU, iface->if_maxmtu);
155 iface->Name, iface->AdvReachableTime, MAX_AdvReachableTime);
162 iface->Name, iface->AdvCurHopLimit, MAX_AdvCurHopLimit);
175 iface->Name, iface->AdvDefaultLifetime, (int)MIN_AdvDefaultLifetime(iface),
192 iface->Name, iface->HomeAgentLifetime,
202 "AdvHomeAgentFlag for %s must be set with HomeAgentInfo", iface->Name);
208 "AdvHomeAgentInfo for %s must be set with AdvMobRtrSupportFlag", iface->Name);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp2 // Name: src/msw/regconf.cpp
514 wxString strName(path.Name());
524 wxString strName(path.Name());
534 wxString strName(path.Name());
561 if ( IsImmutable(path.Name()) ) {
562 if ( TryGetValue(m_keyGlobal, path.Name(), *pStr) ) {
563 if ( m_keyLocal.Exists() && LocalKey().HasValue(path.Name()) ) {
565 path.Name().c_str());
577 if ( (m_keyLocal.Exists() && TryGetValue(LocalKey(), path.Name(), *pStr)) ||
578 (bQueryGlobal && TryGetValue(m_keyGlobal, path.Name(), *pSt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dreader4.py18 res=res + "%s (%s) [%s] %d\n" % (reader.NodeType(),reader.Name(),
23 reader.Name(),reader.Value())
H A Dreader5.py23 while reader.Name() == 'bibl':
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dreader4.py18 res=res + "%s (%s) [%s] %d\n" % (reader.NodeType(),reader.Name(),
23 reader.Name(),reader.Value())
H A Dreader5.py23 while reader.Name() == 'bibl':
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dmap.h58 char Name[MAX_NAME_LEN]; /* Cute name by which RTA is known */ member in struct:Map
90 ** The Name field is a null-terminated string, upto 31 characters, containing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.h27 {StoreInitialize(MakeParameters(Name::InputStreamPointer(), &in));}
29 {StoreInitialize(MakeParameters(Name::InputFileName(), filename));}
59 : SourceTemplate<FileStore>(attachment) {SourceInitialize(pumpAll, MakeParameters(Name::InputStreamPointer(), &in));}
61 : SourceTemplate<FileStore>(attachment) {SourceInitialize(pumpAll, MakeParameters(Name::InputFileName(), filename)(Name::InputBinaryMode(), binary));}
80 {IsolatedInitialize(MakeParameters(Name::OutputStreamPointer(), &out));}
82 {IsolatedInitialize(MakeParameters(Name::OutputFileName(), filename)("OutputBinaryMode", binary));}
H A Dbasecode.cpp15 parameters.GetRequiredParameter("BaseN_Encoder", Name::EncodingLookupArray(), m_alphabet);
17 parameters.GetRequiredIntParameter("BaseN_Encoder", Name::Log2Base(), m_bitsPerChar);
23 if (parameters.GetValue(Name::PaddingByte(), padding))
24 pad = parameters.GetValueWithDefault(Name::Pad(), true);
108 parameters.GetRequiredParameter("BaseN_Decoder", Name::DecodingLookupArray(), m_lookup);
110 parameters.GetRequiredIntParameter("BaseN_Decoder", Name::Log2Base(), m_bitsPerChar);
192 m_groupSize = parameters.GetIntValueWithDefault(Name::GroupSize(), 0);
195 parameters.GetRequiredParameter("Grouper", Name::Separator(), separator);
197 parameters.GetValue(Name::Separator(), separator);
198 parameters.GetValue(Name
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py267 if (reader.Name() != '#text') and (reader.Name() != '#comment'):
268 self.addToDict(reader.Name())
270 if reader.Name() == '#text':
299 if reader.Name() not in self.testParams:
300 self.testParams[reader.Name()] = ''
302 if (reader.Name() != '#text') and (reader.Name() != '#comment'):
303 self.addToDict(reader.Name())
305 if reader.Name()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dregressions.py267 if (reader.Name() != '#text') and (reader.Name() != '#comment'):
268 self.addToDict(reader.Name())
270 if reader.Name() == '#text':
299 if reader.Name() not in self.testParams:
300 self.testParams[reader.Name()] = ''
302 if (reader.Name() != '#text') and (reader.Name() != '#comment'):
303 self.addToDict(reader.Name())
305 if reader.Name()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py57 'around line %d' % (entry.Name(), entry.Tag(),
60 self._tags[entry.Tag()] = entry.Name()
61 print >>sys.stderr, ' Added entry: %s' % entry.Name()
63 def Name(self): member in class:Struct
69 name = "%s_%s" % (self._name, entry.Name())
100 dcl = entry.AssignDeclaration('(*%s_assign)' % entry.Name())
102 entry.GetDeclaration('(*%s_get)' % entry.Name()))
105 entry.AddDeclaration('(*%s_add)' % entry.Name()))
116 print >>file, ' ev_uint8_t %s_set;' % entry.Name()
177 print >>file, ' tmp->%s_set = 0;\n' % entry.Name()
380 def Name(self): member in class:Entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIP2Country.cpp166 countrydata.Name = char2unicode(flags::flagXPMCodeVector[i].code);
170 m_CountryDataMap[countrydata.Name] = countrydata;
172 AddLogLineC(CFormat(_("Failed to load country data for '%s'.")) % countrydata.Name);
192 it->second.Name = wxT("?");
204 it->second.Name = wxT("?");
206 it->second.Name = CCode;
H A DIP2Country.h55 wxString Name; member in struct:__anon46
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dbstream.h2 // Name: tests/streams/bstream.h
20 #define COMPOSE_TEST_NAME(Name) \
21 STREAM_TEST_NAME "." #Name
22 #define STREAM_REGISTER_SUB_SUITE(Name) \
23 extern CppUnit::Test* Get##Name##Suite(); \
24 suite->addTest(Get##Name##Suite())
25 #define STREAM_IMPLEMENT_SUB_REGISTRATION_ROUTINE(Name) \
26 CppUnit::Test* Get##Name##Suite() { return Name::suite(); }
27 #define STREAM_TEST_SUBSUITE_NAMED_REGISTRATION(Name) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm11 Name = "Fixedsys"
27 Name = "MS Sans Serif"
43 Name = "Courier New"
59 Name = "Courier New"
83 Name = "Courier New"
113 Name = "MS Sans Serif"
137 Name = "MS Sans Serif"
154 Name = "MS Sans Serif"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.spec2 Name: mtools
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A DMingw32.pl81 local($ret,$_,$Name);
85 ($Name=$name) =~ tr/a-z/A-Z/;
87 $ret.="$target: \$(${Name}OBJ)\n";
89 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
H A DOS2-EMX.pl85 local($ret,$_,$Name);
89 ($Name=$name) =~ tr/a-z/A-Z/;
91 $ret.="$target: \$(${Name}OBJ)\n";
95 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
102 $ret.="\t\$(LINK_CMD) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \$(SHLIB_EX_OBJ) \$(${Name}OBJ) $ex os2/${Name}.def\n";
103 $ret.="\temximp -o $out_def/$name.a os2/${Name}.def\n";
104 $ret.="\temximp -o $out_def/$name.lib os2/${Name}.def\n\n";
H A Dlinux.pl57 local($ret,$_,$Name);
60 ($Name=$name) =~ tr/a-z/A-Z/;
62 $ret.="$target: \$(${Name}OBJ)\n";
64 $ret.="\tgcc \${CFLAGS} -shared -Wl,-soname,$target -o $target \$(${Name}OBJ)\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dsamples.inc2 // Name: samples.inc
18 * Name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A DBC-32.pl100 local($ret,$Name);
103 ($Name=$name) =~ tr/a-z/A-Z/;
121 $ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
H A DMingw32.pl83 local($ret,$_,$Name);
87 ($Name=$name) =~ tr/a-z/A-Z/;
89 $ret.="$target: \$(${Name}OBJ)\n";
91 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";

Completed in 398 milliseconds

1234567891011>>