Home
last modified time | relevance | path

Searched refs:realms (Results 1 – 25 of 26) sorted by relevance

12

/third_party/iptables/extensions/
Dlibipt_realm.c33 static struct xtables_lmap *realms; variable
41 xtables_parse_val_mask(cb, &id, &mask, realms); in realm_parse()
59 xtables_print_val_mask(ri->id, ri->mask, numeric ? NULL : realms); in realm_print()
70 xtables_print_val_mask(ri->id, ri->mask, realms); in realm_save()
84 name = xtables_lmap_id2name(realms, id); in print_realm_xlate()
125 realms = xtables_lmap_init(f_realms); in _init()
126 if (realms == NULL && errno != ENOENT) in _init()
Dlibipt_realm.man1 This matches the routing realm. Routing realms are used in complex routing
/third_party/skia/third_party/externals/angle2/infra/config/generated/
Drealms.cfg5 # https://luci-config.appspot.com/schemas/projects:realms.cfg
7 realms {
62 realms {
73 realms {
76 realms {
79 realms {
/third_party/gn/infra/config/generated/
Drealms.cfg5 # https://luci-config.appspot.com/schemas/projects:realms.cfg
7 realms {
34 realms {
41 realms {
/third_party/skia/third_party/externals/tint/infra/config/global/generated/
Drealms.cfg5 # https://luci-config.appspot.com/schemas/projects:realms.cfg
7 realms {
38 realms {
49 realms {
/third_party/skia/third_party/externals/dawn/infra/config/global/generated/
Drealms.cfg5 # https://luci-config.appspot.com/schemas/projects:realms.cfg
7 realms {
38 realms {
53 realms {
/third_party/libnl/lib/route/
Drtnl.c118 char * rtnl_realms2str(uint32_t realms, char *buf, size_t len) in rtnl_realms2str() argument
120 int from = RTNL_REALM_FROM(realms); in rtnl_realms2str()
121 int to = RTNL_REALM_TO(realms); in rtnl_realms2str()
Dnexthop.c339 void rtnl_route_nh_set_realms(struct rtnl_nexthop *nh, uint32_t realms) in rtnl_route_nh_set_realms() argument
341 nh->rtnh_realms = realms; in rtnl_route_nh_set_realms()
Droute_obj.c589 __ADD(ROUTE_ATTR_REALMS, realms),
1064 uint32_t realms; in parse_multipath() local
1066 realms = nla_get_u32(ntb[RTA_FLOW]); in parse_multipath()
1067 rtnl_route_nh_set_realms(nh, realms); in parse_multipath()
Drule.c927 void rtnl_rule_set_realms(struct rtnl_rule *rule, uint32_t realms) in rtnl_rule_set_realms() argument
929 rule->r_flow = realms; in rtnl_rule_set_realms()
/third_party/skia/third_party/externals/swiftshader/infra/config/generated/
Drealms.cfg5 # https://luci-config.appspot.com/schemas/projects:realms.cfg
7 realms {
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_shared.c880 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_shared.c925 size_t realms; in hostapd_eid_fils_indic() local
932 realms = dl_list_len(&hapd->conf->fils_realms); in hostapd_eid_fils_indic()
933 if (realms > 7) in hostapd_eid_fils_indic()
934 realms = 7; /* 3 bit count field limits this to max 7 */ in hostapd_eid_fils_indic()
941 fils_info |= realms << 3; in hostapd_eid_fils_indic()
969 if (realms == 0) in hostapd_eid_fils_indic()
971 realms--; in hostapd_eid_fils_indic()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dinterworking.c351 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()
Dctrl_iface.c4945 u16 info, realms; in print_fils_indication() local
4987 realms = (info & (BIT(3) | BIT(4) | BIT(5))) >> 3; in print_fils_indication()
4988 if (realms) { in print_fils_indication()
4989 if (ie_end - ie < realms * 2) in print_fils_indication()
4996 ret = wpa_snprintf_hex(pos, end - pos, ie, realms * 2); in print_fils_indication()
5000 ie += realms * 2; in print_fils_indication()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dinterworking.c351 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()
Dctrl_iface.c4613 u16 info, realms; in print_fils_indication() local
4655 realms = (info & (BIT(3) | BIT(4) | BIT(5))) >> 3; in print_fils_indication()
4656 if (realms) { in print_fils_indication()
4657 if (ie_end - ie < realms * 2) in print_fils_indication()
4664 ret = wpa_snprintf_hex(pos, end - pos, ie, realms * 2); in print_fils_indication()
4668 ie += realms * 2; in print_fils_indication()
/third_party/toybox/toys/pending/
Dip.c2254 uint32_t realms = 0; in ruleupdate() local
2263 realms = ret; in ruleupdate()
2264 realms <<= 16; in ruleupdate()
2269 realms |= ret; in ruleupdate()
2271 RTA_FLOW, (void *)&realms, sizeof(uint32_t)); in ruleupdate()
/third_party/lwip/src/netif/ppp/
DPPPD_FOLLOWUP347 2014-08-01 - radius: Fix realms-config-file option
/third_party/libnl/
DChangeLog193 o Move realms translations from route to rtnl module.
/third_party/python/Doc/howto/
Durllib2.rst481 the mapping of URLs and realms to passwords and usernames. If you know what the
/third_party/boost/libs/math/doc/quaternion/
Dmath-quaternion.qbk48 too much change into the realms of quaternions, but other, such as taking
/third_party/boost/libs/math/doc/octonion/
Dmath-octonion.qbk39 much change into the realms of octonions, but other, such as taking a square root,
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dplrabn12.txt155 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
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt18815 realms

12