/external/iproute2/include/ |
rtm_map.h | 7 int get_rt_realms(__u32 *realms, char *arg);
|
/external/libnl-headers/netlink/route/ |
rtnl.h | 22 * @name Realms 33 * Extract FROM realm from a realms field 38 * Extract TO realm from a realms field 43 * Build a realms field 62 /* Realms Translations */
|
/external/ppp/pppd/plugins/radius/etc/ |
realms | 1 # /etc/radiusclient/realms 19 # Any realms that do not match in the realms file automatically fall
|
radiusclient.conf | 65 # the radiusd directly form Livingston doesnt use any realms, so leave
|
radiusclient.conf.in | 65 # the radiusd directly form Livingston doesnt use any realms, so leave
|
/external/apache-harmony/auth/src/test/resources/ |
KrbConfigTest.txt | 6 #[realms]
|
/external/iptables/extensions/ |
libipt_realm.man | 1 This matches the routing realm. Routing realms are used in complex routing
|
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/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;
|
iprule.c | 40 fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n"); 164 fprintf(fp, "realms %s/", 294 } else if (matches(*argv, "realms") == 0) { 298 invarg("invalid realms\n", *argv);
|
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/ppp/pppd/plugins/radius/ |
radrealms.c | 28 char radrealms_config[MAXPATHLEN] = "/etc/radiusclient/realms"; 31 { "realms-config-file", o_string, &radrealms_config }, 146 info("RADIUS Realms plugin initialized.");
|
/external/chromium_org/components/autofill/core/common/ |
password_form_fill_data.h | 34 // Structure used for autofilling password forms. Note that the realms in this
|
/external/chromium_org/v8/test/mjsunit/bugs/ |
bug-proto.js | 33 // The global objects match the realms' this binding.
|
/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));
|
/external/iproute2/man/man8/ |
ip-rule.8 | 44 .BR prohibit " | " reject " | " unreachable " ] [ " realms 136 .BR "realms" . 218 .BI realms " FROM/TO" 219 Realms to select if the rule matched and the routing table lookup
|
ip-route.8 | 106 .B realms 629 .BI realms " FROMREALM/TOREALM" 630 only list routes with these realms.
|
ip-route.8.in | 106 .B realms 629 .BI realms " FROMREALM/TOREALM" 630 only list routes with these 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]),
|
DigestChallenge.java | 326 * Return the list of the All the Realms 328 * @return List of all the realms
|
/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]),
|
DigestChallenge.java | 326 * Return the list of the All the Realms 328 * @return List of all the realms
|
/external/chromium_org/components/autofill/core/browser/ |
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,
|
/external/iproute2/doc/ |
ip-cref.tex | [all...] |