/external/iproute2/include/ |
rtm_map.h | 7 int get_rt_realms(__u32 *realms, char *arg);
|
/external/iproute2/ip/ |
rtm_map.c | 96 int get_rt_realms(__u32 *realms, char *arg) 101 *realms = 0; 104 if (rtnl_rtrealm_a2n(realms, arg)) { 108 *realms <<= 16; 114 *realms |= realm;
|
iproute.c | 79 fprintf(stderr, " [ ssthresh NUMBER ] [ realms REALM ] [ src ADDRESS ]\n"); 228 __u32 realms = 0; local 230 realms = rta_getattr_u32(tb[RTA_FLOW]); 231 if ((realms^filter.realm)&filter.realmmask) 652 } else if (matches(*argv, "realms") == 0) { 903 } else if (matches(*argv, "realms") == 0) { [all...] |
/external/iptables/extensions/ |
libipt_realm.c | 31 /* array of realms from /etc/iproute2/rt_realms */ 32 static struct xtables_lmap *realms; variable in typeref:struct:xtables_lmap 37 realms = xtables_lmap_init(file); 38 if (realms == NULL && errno != ENOENT) 59 id = xtables_lmap_name2id(realms, cb->arg); 79 name = xtables_lmap_id2name(realms, id);
|
/external/chromium_org/components/autofill/content/renderer/ |
password_autofill_agent.cc | 559 std::vector<base::string16>* realms) { 562 realms->push_back(UTF8ToUTF16(fill_data.preferred_realm)); 570 realms->push_back(UTF8ToUTF16(iter->second.realm)); 581 realms->push_back(UTF8ToUTF16(iter->first.realm)); 599 std::vector<base::string16> realms; local 600 GetSuggestions(fill_data, user_input.value(), &suggestions, &realms); 601 DCHECK_EQ(suggestions.size(), realms.size()); 620 realms));
|
password_autofill_agent.h | 105 std::vector<base::string16>* realms);
|
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/ |
DigestMD5SaslClient.java | 91 * a RealmChoiceCallback if there is a list of realms 164 * a RealmChoiceCallback if there is a list of realms 582 ArrayList realms = m_dc.getRealms(); local 583 realmSize = realms.size(); 590 callbacks[0] = new RealmCallback("Realm", (String)realms.get(0)); 597 (String[])realms.toArray(new String[realmSize]),
|
/external/smack/src/com/novell/sasl/client/ |
DigestMD5SaslClient.java | 91 * a RealmChoiceCallback if there is a list of realms 164 * a RealmChoiceCallback if there is a list of realms 582 ArrayList realms = m_dc.getRealms(); local 583 realmSize = realms.size(); 590 callbacks[0] = new RealmCallback("Realm", (String)realms.get(0)); 597 (String[])realms.toArray(new String[realmSize]),
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_external_delegate.h | 78 const std::vector<base::string16>& realms,
|
autofill_external_delegate_unittest.cc | 396 std::vector<base::string16> realms; local 397 realms.push_back(kSignonRealm); 420 realms,
|
autofill_external_delegate.cc | 118 const std::vector<base::string16>& realms, 136 realms,
|
autofill_manager.h | 149 const std::vector<base::string16>& realms);
|
autofill_manager.cc | 611 const std::vector<base::string16>& realms) { 613 if (suggestions.size() != realms.size()) 617 realms, [all...] |
/external/chromium_org/v8/test/mjsunit/bugs/ |
bug-proto.js | 33 // The global objects match the realms' this binding.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
interworking.c | 273 static void nai_realm_free(struct nai_realm *realms, u16 count) 277 if (realms == NULL) 280 os_free(realms[i].eap); 281 os_free(realms[i].realm); 283 os_free(realms); 457 "enough data (%u octets) for that many realms", [all...] |
/external/iproute2/doc/ |
ip-cref.tex | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | |