Home
last modified time | relevance | path

Searched refs:role (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/netbsd-src/tests/ipf/regress/
H A Dip13 table role = ipf type = tree number = 1
5 table role = ipf type = tree number = 100
7 table role = nat type = tree number = 110
9 table role = auth type = tree number = 120
11 table role = count type = tree number = 130
14 table role = ipf type = hash number = 2
16 table role = ipf type = hash number = 200
18 table role = nat type = hash number = 210
20 table role = auth type = hash number = 220
22 table role = count type = hash number = 230
[all …]
H A Dp3.pool1 group-map in role = ipf number = 1010
3 group-map out role = ipf number = 2010 group = 2020
/netbsd-src/tests/ipf/expected/
H A Dip11 table role=ipf type=tree number=1
3 table role=ipf type=tree number=100
5 table role=nat type=tree number=110
7 table role=auth type=tree number=120
9 table role=count type=tree number=130
11 table role=ipf type=hash number=2 size=1
13 table role=ipf type=hash number=200 size=5
15 table role=nat type=hash number=210 size=5
17 table role=auth type=hash number=220 size=5
19 table role=count type=hash number=230 size=5
[all …]
H A Dip37 table role=nat type=hash name=noproxy size=3
9 table role=nat type=tree name=raw
13 table role=all type=hash name=noproxy size=3
H A Dp218 table role=ipf type=hash number=2147483650 size=3
21 table role=ipf type=hash number=2147483649 size=3
H A Dp321 group-map out role=ipf number=2010 size=5
23 group-map in role=ipf number=1010 size=3
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dippool.c152 int err = 0, c, ipset, role, type = IPLT_POOL, ttl = 0; local
159 role = IPL_LOGIPF;
171 if (setnodeaddr(type, role, ptr, optarg) == 0)
186 role = getrole(optarg);
187 if (role == IPL_LOGNONE)
225 if (setnodeaddr(type, role, ptr, argv[optind]) == 0)
245 err = load_poolnode(role, poolname, &pnode, ttl, ioctl);
247 err = remove_poolnode(role, poolname, &pnode, ioctl);
251 err = load_hashnode(role, poolname, &hnode, ttl, ioctl);
253 err = remove_hashnode(role, poolname, &hnode, ioctl);
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dkaspconf.c133 key->role |= DNS_KASP_KEY_ROLE_KSK | DNS_KASP_KEY_ROLE_ZSK; in cfg_kaspkey_fromconfig()
150 rolestr = cfg_obj_asstring(cfg_tuple_get(config, "role")); in cfg_kaspkey_fromconfig()
152 key->role |= DNS_KASP_KEY_ROLE_KSK; in cfg_kaspkey_fromconfig()
154 key->role |= DNS_KASP_KEY_ROLE_ZSK; in cfg_kaspkey_fromconfig()
164 key->role |= DNS_KASP_KEY_ROLE_KSK; in cfg_kaspkey_fromconfig()
165 key->role |= DNS_KASP_KEY_ROLE_ZSK; in cfg_kaspkey_fromconfig()
202 if ((key->role & DNS_KASP_KEY_ROLE_KSK) != 0 && in cfg_kaspkey_fromconfig()
207 if ((key->role & DNS_KASP_KEY_ROLE_ZSK) != 0 && in cfg_kaspkey_fromconfig()
641 char role[256] = { 0 };
666 INSIST(keyalg < ARRAY_SIZE(role));
438 char role[256] = { 0 }; cfg_kasp_fromconfig() local
[all...]
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_cust.c82 ENDPOINT role, unsigned int ext_type, in custom_ext_find() argument
90 && (role == ENDPOINT_BOTH || role == meth->role in custom_ext_find()
91 || meth->role == ENDPOINT_BOTH)) { in custom_ext_find()
120 ENDPOINT role = ENDPOINT_BOTH; in custom_ext_parse() local
123 role = s->server ? ENDPOINT_SERVER : ENDPOINT_CLIENT; in custom_ext_parse()
125 meth = custom_ext_find(exts, role, ext_type, NULL); in custom_ext_parse()
258 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags()
343 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument
386 if (custom_ext_find(exts, role, ext_type, NULL)) in add_custom_ext_intern()
396 meth->role = role; in add_custom_ext_intern()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dextensions_cust.c82 ENDPOINT role, unsigned int ext_type, in custom_ext_find() argument
90 && (role == ENDPOINT_BOTH || role == meth->role in custom_ext_find()
91 || meth->role == ENDPOINT_BOTH)) { in custom_ext_find()
120 ENDPOINT role = ENDPOINT_BOTH; in custom_ext_parse() local
123 role = s->server ? ENDPOINT_SERVER : ENDPOINT_CLIENT; in custom_ext_parse()
125 meth = custom_ext_find(exts, role, ext_type, NULL); in custom_ext_parse()
260 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags()
347 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument
390 if (custom_ext_find(exts, role, ext_type, NULL)) in add_custom_ext_intern()
400 meth->role = role; in add_custom_ext_intern()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dkaspconf.c89 key->role |= DNS_KASP_KEY_ROLE_KSK | DNS_KASP_KEY_ROLE_ZSK; in cfg_kaspkey_fromconfig()
100 key->role |= DNS_KASP_KEY_ROLE_KSK; in cfg_kaspkey_fromconfig()
102 key->role |= DNS_KASP_KEY_ROLE_ZSK; in cfg_kaspkey_fromconfig()
104 key->role |= DNS_KASP_KEY_ROLE_KSK; in cfg_kaspkey_fromconfig()
105 key->role |= DNS_KASP_KEY_ROLE_ZSK; in cfg_kaspkey_fromconfig()
328 char role[256] = { 0 }; in cfg_kasp_fromconfig() local
346 INSIST(keyalg < ARRAY_SIZE(role)); in cfg_kasp_fromconfig()
349 role[keyalg] |= DNS_KASP_KEY_ROLE_ZSK; in cfg_kasp_fromconfig()
353 role[keyalg] |= DNS_KASP_KEY_ROLE_KSK; in cfg_kasp_fromconfig()
357 for (i = 0; i < ARRAY_SIZE(role); i++) { in cfg_kasp_fromconfig()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/Helpers/
H A DStyles.rst19 .. role:: nothingtodo
20 .. role:: inprogress
21 .. role:: partial
22 .. role:: complete
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticDocs.td62 .. role:: error
63 .. role:: warning
64 .. role:: remark
65 .. role:: diagtext
66 .. role:: placeholder(emphasis)
/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dcolour_prompt.rb92 def colour_puts(role,str) ColourCommandLine.new.out_c(:puts, role, str) end argument
93 def colour_print(role,str) ColourCommandLine.new.out_c(:print, role, str) end argument
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp27 QVariant EventListModel::data(const QModelIndex &index, int role) const in data()
32 if (role == Qt::DisplayRole) in data()
48 int role) const in headerData()
50 if (role != Qt::DisplayRole) in headerData()
H A Deventhistory.h26 QVariant data(const QModelIndex &index, int role) const;
28 int role = Qt::DisplayRole) const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DSyntax.td15 // The type of child in each role is also constrained.
67 string role = role_;
73 // Each child is characterized by a role (unique within the sequence), and
75 // The role sequence and role/type match are enforced invariants of the class.
81 // Children must be Role or have a default role derived from the NodeType.
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dload_dstlistnode.c19 load_dstlistnode(role, name, node, iocfunc) in load_dstlistnode() argument
20 int role; in load_dstlistnode()
37 op.iplo_unit = role;
H A Dload_poolnode.c19 load_poolnode(role, name, node, ttl, iocfunc) in load_poolnode() argument
20 int role; in load_poolnode()
34 op.iplo_unit = role;
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacsess.c237 rbac_to_lower( &reqp->role ); in rbac_session_add_role()
240 ber_dupbv( &vals[0], &reqp->role ); in rbac_session_add_role()
307 rbac_to_lower( &reqp->role ); in rbac_session_drop_role()
309 ber_dupbv( &m->sml_values[0], &reqp->role ); in rbac_session_drop_role()
314 ber_dupbv( &m->sml_nvalues[0], &reqp->role ); in rbac_session_drop_role()
974 struct berval role; in activate_session_roles() local
975 ber_dupbv_x( &role, &userp->roles[i], NULL ); in activate_session_roles()
976 ber_bvarray_add( &sessp->roles, &role ); in activate_session_roles()
993 struct berval role; in activate_session_roles() local
994 ber_dupbv_x( &role, &userp->roles[i], NULL ); in activate_session_roles()
[all …]
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c25 int role; /* 0 - not set, 1 - enrollee, 2 - registrar */ member
52 params->role = 1; in wpas_dbus_handler_wps_role()
54 params->role = 2; in wpas_dbus_handler_wps_role()
268 if (params.role == 0) { in wpas_dbus_handler_wps_start()
272 } else if (params.role == 2) { in wpas_dbus_handler_wps_start()
302 (params.role == 1 ? "enrollee" : "registrar"), in wpas_dbus_handler_wps_start()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4531.txt153 role has an anonymous association at the initiating peer in its new
154 server role. If the turn was mutual, the authentication association
155 of the initiating peer in its pre-existing client role is left intact
156 at the responding peer in its pre-existing server role. If the turn
159 The responding peer may establish its identity in its client role by
190 After the turn, the responding peer, in its new client role,
192 role.
210 responding peer, in its new client role, establishes its identity
211 with the initiating peer in its new server role.
216 authentication. The initiating peer, in its new server role, may use
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dpmi.ldif41 olcObjectIdentifier: {13}id-at-role 2.5.4.72
70 olcLdapSyntaxes: {2}( 1.3.6.1.4.1.4203.666.11.10.2.6 DESC 'X.509 PMI role synt
72 olcAttributeTypes: {0}( id-at-role NAME 'role' DESC 'X.509 Role attribute, use
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c163 role_t role);
710 if (devinfo.role == ROLE_INITIATOR) { in ahc_handle_seqint()
1637 u_int *period, u_int *ppr_options, role_t role) in ahc_devlimited_syncrate() argument
1666 if (role == ROLE_TARGET) in ahc_devlimited_syncrate()
1790 u_int *offset, int wide, role_t role) in ahc_validate_offset() argument
1807 if (role == ROLE_TARGET) in ahc_validate_offset()
1820 u_int *bus_width, role_t role) in ahc_validate_width() argument
1835 if (role == ROLE_TARGET) in ahc_validate_width()
2168 role_t role; in ahc_fetch_devinfo() local
2172 role = ROLE_TARGET; in ahc_fetch_devinfo()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dimx8mq-hummingboard-pulse.dts55 data-role = "dual";
56 power-role = "dual";
57 try-power-role = "sink";

12345678910>>...12