HomeSort by relevance Sort by last modified time
    Searched full:realms (Results 1 - 25 of 29) sorted by null

1 2

  /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 71 fprintf(stderr, " [ ssthresh NUMBER ] [ realms REALM ] [ src ADDRESS ]\n");
249 __u32 realms = 0; local
251 realms = *(__u32*)RTA_DATA(tb[RTA_FLOW]);
252 if ((realms^filter.realm)&filter.realmmask)
613 } else if (matches(*argv, "realms") == 0) {
872 } else if (matches(*argv, "realms") == 0) {
1122 } else if (matches(*argv, "realms") == 0) {
1126 invarg("invalid realms\n", *argv);
    [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/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/iproute2/doc/
ip-cref.tex     [all...]
  /external/quake/quake/src/WinQuake/
quake-hipnotic.spec.sh 86 you in the Ancient Realms. Swallow your fear as you wind our way through the
  /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);
459 "enough data (%u octets) for that many realms",
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 372 # according to packet source/destination realms. For information about
373 # realms, see Alexey Kuznetsov's IP Command Reference. This script
374 # does not define any realms, it justs builds "tc filter" commands
795 ### Split realm into source & destination realms
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpAuthHeader.java 240 // it is a good idea to enforce non-null realms!
  /external/iproute2/man/man8/
ip.8 237 .B realms
298 .BR prohibit " | " reject " | " unreachable " ] [ " realms
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/conf/
jetty.xml 153 <!-- Realms may be configured for the entire server here, or -->
  /external/chromium/net/http/
http_auth_cache_unittest.cc 80 // Add cache entries for 4 realms: "Realm1", "Realm2", "Realm3" and
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 363 * 2. all realms that share the same EAP methods in a NAI Realm Data

Completed in 623 milliseconds

1 2