HomeSort by relevance Sort by last modified time
    Searched defs:realms (Results 1 - 7 of 7) sorted by null

  /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/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/iproute2/doc/
ip-cref.tex     [all...]
  /external/iproute2/ip/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 88 milliseconds