/external/iproute2/ip/ |
D | rtm_map.c | 96 static int get_rt_realms(__u32 *realms, char *arg) in get_rt_realms() argument 101 *realms = 0; in get_rt_realms() 104 if (rtnl_rtrealm_a2n(realms, arg)) { in get_rt_realms() 108 *realms <<= 16; in get_rt_realms() 114 *realms |= realm; in get_rt_realms() 118 int get_rt_realms_or_raw(__u32 *realms, char *arg) in get_rt_realms_or_raw() argument 120 if (!get_rt_realms(realms, arg)) in get_rt_realms_or_raw() 123 return get_unsigned(realms, arg, 0); in get_rt_realms_or_raw()
|
D | iproute.c | 259 __u32 realms = 0; in filter_nlmsg() local 262 realms = rta_getattr_u32(tb[RTA_FLOW]); in filter_nlmsg() 263 if ((realms^filter.realm)&filter.realmmask) in filter_nlmsg()
|
/external/iptables/extensions/ |
D | libipt_realm.c | 32 static struct xtables_lmap *realms; variable 38 realms = xtables_lmap_init(file); in realm_init() 39 if (realms == NULL && errno != ENOENT) in realm_init() 60 id = xtables_lmap_name2id(realms, cb->arg); in realm_parse() 80 name = xtables_lmap_id2name(realms, id); in print_realm() 122 name = xtables_lmap_id2name(realms, id); in print_realm_xlate()
|
D | libipt_realm.man | 1 This matches the routing realm. Routing realms are used in complex routing
|
/external/ppp/pppd/plugins/radius/etc/ |
D | realms | 1 # /etc/radiusclient/realms 19 # Any realms that do not match in the realms file automatically fall
|
D | radiusclient.conf.in | 65 # the radiusd directly form Livingston doesnt use any realms, so leave
|
/external/libnl/lib/route/ |
D | rtnl.c | 117 char * rtnl_realms2str(uint32_t realms, char *buf, size_t len) in rtnl_realms2str() argument 119 int from = RTNL_REALM_FROM(realms); in rtnl_realms2str() 120 int to = RTNL_REALM_TO(realms); in rtnl_realms2str()
|
D | nexthop.c | 261 void rtnl_route_nh_set_realms(struct rtnl_nexthop *nh, uint32_t realms) in rtnl_route_nh_set_realms() argument 263 nh->rtnh_realms = realms; in rtnl_route_nh_set_realms()
|
D | route_obj.c | 563 __ADD(ROUTE_ATTR_REALMS, realms) 987 uint32_t realms; in parse_multipath() local 989 realms = nla_get_u32(ntb[RTA_FLOW]); in parse_multipath() 990 rtnl_route_nh_set_realms(nh, realms); in parse_multipath()
|
D | rule.c | 693 void rtnl_rule_set_realms(struct rtnl_rule *rule, uint32_t realms) in rtnl_rule_set_realms() argument 695 rule->r_flow = realms; in rtnl_rule_set_realms()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_shared.c | 880 size_t realms; in hostapd_eid_fils_indic() local 887 realms = dl_list_len(&hapd->conf->fils_realms); in hostapd_eid_fils_indic() 888 if (realms > 7) in hostapd_eid_fils_indic() 889 realms = 7; /* 3 bit count field limits this to max 7 */ in hostapd_eid_fils_indic() 896 fils_info |= realms << 3; in hostapd_eid_fils_indic() 924 if (realms == 0) in hostapd_eid_fils_indic() 926 realms--; in hostapd_eid_fils_indic()
|
/external/iproute2/include/ |
D | rtm_map.h | 7 int get_rt_realms_or_raw(__u32 *realms, char *arg);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 351 static void nai_realm_free(struct nai_realm *realms, u16 count) in nai_realm_free() argument 355 if (realms == NULL) in nai_realm_free() 358 os_free(realms[i].eap); in nai_realm_free() 359 os_free(realms[i].realm); in nai_realm_free() 361 os_free(realms); in nai_realm_free()
|
D | ctrl_iface.c | 4506 u16 info, realms; in print_fils_indication() local 4548 realms = (info & (BIT(3) | BIT(4) | BIT(5))) >> 3; in print_fils_indication() 4549 if (realms) { in print_fils_indication() 4550 if (ie_end - ie < realms * 2) in print_fils_indication() 4557 ret = wpa_snprintf_hex(pos, end - pos, ie, realms * 2); in print_fils_indication() 4561 ie += realms * 2; in print_fils_indication()
|
/external/toybox/toys/pending/ |
D | ip.c | 2144 uint32_t realms = 0; in ruleupdate() local 2153 realms = ret; in ruleupdate() 2154 realms <<= 16; in ruleupdate() 2159 realms |= ret; in ruleupdate() 2161 RTA_FLOW, (void *)&realms, sizeof(uint32_t)); in ruleupdate()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a2.rst | 373 urllib2's auth handler now allows single-quoted realms in the
|
/external/libnl/ |
D | ChangeLog | 193 o Move realms translations from route to rtnl module.
|
/external/python/cpython2/Doc/howto/ |
D | urllib2.rst | 458 the mapping of URLs and realms to passwords and usernames. If you know what the
|
/external/python/cpython3/Doc/howto/ |
D | urllib2.rst | 481 the mapping of URLs and realms to passwords and usernames. If you know what the
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 155 From him who, in the happy realms of light 3687 Battles and realms: In these he put two weights, 4805 Yet chains in Hell, not realms, expect: Mean while 5684 Number sufficient to possess her realms
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 135215 realms %34714 rɛlmz
|
D | internal_raw_IPA-old.txt | 161401 realms %25261 rɛlmz
|