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

  /external/iproute2/include/
rtm_map.h 7 int get_rt_realms(__u32 *realms, char *arg);
  /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/iptables/extensions/
libipt_realm.man 1 This matches the routing realm. Routing realms are used in complex routing
libipt_realm.c 40 /* array of realms from /etc/iproute2/rt_realms */
41 static struct realmname *realms = NULL; variable in typeref:struct:realmname
111 realms = newnm;
123 if ((realms == NULL) && (rdberr == 0))
125 cur = realms;
141 if ((realms == NULL) && (rdberr == 0))
143 cur = realms;
  /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");
158 fprintf(fp, "realms %s/",
287 } else if (matches(*argv, "realms") == 0) {
291 invarg("invalid realms\n", *argv);
iproute.c 70 fprintf(stderr, " [ ssthresh NUMBER ] [ realms REALM ] [ src ADDRESS ]\n");
256 __u32 realms = 0; local
258 realms = *(__u32*)RTA_DATA(tb[RTA_FLOW]);
259 if ((realms^filter.realm)&filter.realmmask)
624 } else if (matches(*argv, "realms") == 0) {
873 } else if (matches(*argv, "realms") == 0) {
1125 } else if (matches(*argv, "realms") == 0) {
1129 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/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
menu.cpp     [all...]
  /external/iproute2/man/man8/
ip.8 195 .B realms
254 .BR prohibit " | " reject " | " unreachable " ] [ " realms
    [all...]
  /external/chromium/net/http/
http_auth_cache_unittest.cc 50 // Add cache entries for 3 realms: "Realm1", "Realm2", "Realm3"
http_network_transaction.cc     [all...]
http_network_transaction_unittest.cc     [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!

Completed in 1368 milliseconds