| /openbsd-src/regress/lib/libssl/unit/ |
| H A D | ssl_set_alpn_protos.c | 40 const uint8_t protocols[24]; member 48 .protocols = { 57 .protocols = { 65 .protocols = { 75 .protocols = { 85 .protocols = { 95 .protocols = { 103 .protocols = { 124 ret = SSL_CTX_set_alpn_protos(ctx, tc->protocols, tc->protocols_len); in test_ssl_set_alpn_protos() 134 ret = SSL_set_alpn_protos(ssl, tc->protocols, tc->protocols_len); in test_ssl_set_alpn_protos()
|
| /openbsd-src/usr.sbin/ypserv/ypinit/ |
| H A D | Makefile.yp | 26 all: passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases 212 protocols.time: $(DIR)/protocols 215 $(MAKEDBM) - protocols.bynumber; \ 218 $(MAKEDBM) - protocols.byname; \ 222 $(YPPUSH) -d $(DOMAIN) protocols.bynumber; \ 223 $(YPPUSH) -d $(DOMAIN) protocols.byname; \ 326 protocols: protocols.time 337 $(DIR)/protocols:
|
| H A D | Makefile.main | 5 passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases : _SUBDIRUSE
|
| /openbsd-src/regress/lib/libtls/config/ |
| H A D | configtest.c | 142 uint32_t protocols = 0; in do_parse_protocols_test() 146 rv = tls_config_parse_protocols(&protocols, ppt->protostr); in do_parse_protocols_test() 152 if (protocols != ppt->want_protocols) { in do_parse_protocols_test() 153 fprintf(stderr, "FAIL: test %i - got protocols 0x%x, " in do_parse_protocols_test() 154 "want 0x%x\n", test_no, protocols, ppt->want_protocols); in do_parse_protocols_test() 139 uint32_t protocols = 0; do_parse_protocols_test() local
|
| /openbsd-src/usr.sbin/dhcrelay6/ |
| H A D | dispatch.c | 76 struct protocol *protocols; variable 281 for (l = protocols; l; l = l->next) in dispatch() 321 for (l = protocols; l; l = l->next) { in dispatch() 352 for (l = protocols; l; l = l->next) { in dispatch() 475 p->next = protocols; in add_protocol() 476 protocols = p; in add_protocol() 485 for (p = protocols; p; p = next) { in remove_protocol() 491 protocols = p->next; in remove_protocol()
|
| /openbsd-src/usr.sbin/dhcrelay/ |
| H A D | dispatch.c | 76 struct protocol *protocols; variable 258 for (l = protocols; l; l = l->next) in dispatch() 298 for (l = protocols; l; l = l->next) { in dispatch() 329 for (l = protocols; l; l = l->next) { in dispatch() 459 p->next = protocols; in add_protocol() 460 protocols = p; in add_protocol() 469 for (p = protocols; p; p = next) { in remove_protocol() 475 protocols = p->next; in remove_protocol()
|
| /openbsd-src/share/snmp/ |
| H A D | IANA-RTPROTO-MIB.txt | 52 routing protocols is not intended to imply that those 53 protocols need be supported." 61 -- routing protocols 85 multicast routing protocols is not intended to imply that 86 those protocols need be supported."
|
| /openbsd-src/usr.sbin/pppd/ |
| H A D | demand.c | 111 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_conf() 128 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_drop() 154 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_unblock() 327 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
|
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | dispatch.c | 73 struct protocol *protocols; variable 310 for (nfds = 0, l = protocols; l; l = l->next) in dispatch() 353 for (i = 0, l = protocols; l; l = l->next) { in dispatch() 383 for (i = 0, l = protocols; l; l = l->next) { in dispatch() 623 p->next = protocols; in add_protocol() 624 protocols = p; in add_protocol() 632 for (p = protocols; p; p = next) { in remove_protocol() 638 protocols = p->next; in remove_protocol()
|
| /openbsd-src/usr.sbin/ypserv/ypxfr/ |
| H A D | ypxfr_1perday.sh | 9 /usr/sbin/ypxfr protocols.byname 10 /usr/sbin/ypxfr protocols.bynumber
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | smtpc.c | 49 static const char *protocols = NULL; variable 106 protocols = value; in parse_tls_options() 226 if (protocols) { in main() 227 if (tls_config_parse_protocols(&protos, protocols) == -1) in main() 228 fatalx("failed to parse protocol '%s'", protocols); in main()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | communications | 7 # It is used for conformance testing of communication protocols. 18 # described in ITU-T Z.120, mainly used for communication protocols.
|
| /openbsd-src/regress/lib/libtls/tls/ |
| H A D | tlstest.c | 299 uint32_t protocols; in test_tls() local 307 if (tls_config_parse_protocols(&protocols, client_protocols) == -1) in test_tls() 308 errx(1, "failed to parse protocols: %s", tls_config_error(client_cfg)); in test_tls() 309 if (tls_config_set_protocols(client_cfg, protocols) == -1) in test_tls() 310 errx(1, "failed to set protocols: %s", tls_config_error(client_cfg)); in test_tls() 320 if (tls_config_parse_protocols(&protocols, server_protocols) == -1) in test_tls() 321 errx(1, "failed to parse protocols: %s", tls_config_error(server_cfg)); in test_tls() 322 if (tls_config_set_protocols(server_cfg, protocols) == -1) in test_tls() 323 errx(1, "failed to set protocols: %s", tls_config_error(server_cfg)); in test_tls()
|
| /openbsd-src/lib/libfido2/src/ |
| H A D | info.c | 262 return (decode_protocols(val, &ci->protocols)); in parse_reply_element() 360 fido_byte_array_free(&ci->protocols); in fido_cbor_info_reset() 481 return (ci->protocols.ptr); in fido_cbor_info_protocols_ptr() 487 return (ci->protocols.len); in fido_cbor_info_protocols_len()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 321 SmallVector<Decl *, 4> protocols; in ParseObjCAtInterfaceDeclaration() local 342 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 360 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration() 362 } else if (protocols.empty() && Tok.is(tok::less) && in ParseObjCAtInterfaceDeclaration() 363 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 370 Actions.ActOnTypedefedProtocols(protocols, protocolLocs, in ParseObjCAtInterfaceDeclaration() 377 SourceRange(typeArgsLAngleLoc, typeArgsRAngleLoc), protocols.data(), in ParseObjCAtInterfaceDeclaration() 378 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration() 1609 SmallVector<Decl *, 8> protocols; in parseObjCProtocolQualifierType() local 1611 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType() [all …]
|
| /openbsd-src/lib/libtls/ |
| H A D | tls_config.c | 226 tls_config_parse_protocols(uint32_t *protocols, const char *protostr) in tls_config_parse_protocols() argument 233 *protocols = TLS_PROTOCOLS_DEFAULT; in tls_config_parse_protocols() 283 *protocols = protos; in tls_config_parse_protocols() 714 tls_config_set_protocols(struct tls_config *config, uint32_t protocols) in tls_config_set_protocols() argument 716 config->protocols = protocols; in tls_config_set_protocols()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 171 for (const auto *PI : PD->protocols()) in HasUserDeclaredSetterMethod() 278 for (const auto *I : PID->protocols()) in FindPropertyDeclaration() 309 for (const auto *I : OCD->protocols()) in FindPropertyDeclaration() 728 for (const auto *I : ClassDecl->protocols()) in lookupMethod() 1277 for (const auto *P : Category->protocols()) in CollectOverriddenMethodsRecurse() 1295 for (const auto *P : Protocol->protocols()) in CollectOverriddenMethodsRecurse() 1300 for (const auto *P : Interface->protocols()) in CollectOverriddenMethodsRecurse() 1802 for (auto *PI : IDecl->protocols()){ in ClassImplementsProtocol() 1819 for (auto *PI : Cat->protocols()) in ClassImplementsProtocol() 1979 for (const auto *Parent : PD->protocols()) { in getImpliedProtocols() [all …]
|
| /openbsd-src/usr.bin/getent/ |
| H A D | getent.c | 62 static int protocols(int, char *[]); 85 { "protocols", protocols, "stdio rpath", "/etc/protocols" }, 327 protocols(int argc, char *argv[]) in protocols() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | comp-types-5.m | 1 /* Test assignments and comparisons involving `one-off' protocols. */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | formal_protocol-7.m | 6 /* Test defining two protocols, one incorporating the other one. */
|
| /openbsd-src/distrib/luna88k/ramdisk/ |
| H A D | list | 72 COPY ${CURDIR}/../../miniroot/protocols etc/protocols
|
| /openbsd-src/distrib/sparc64/ramdisk/ |
| H A D | list | 70 COPY ${CURDIR}/../../miniroot/protocols etc/protocols
|
| /openbsd-src/distrib/sparc64/ramdiskB/ |
| H A D | list | 67 COPY ${CURDIR}/../../miniroot/protocols etc/protocols
|
| /openbsd-src/distrib/amd64/ramdiskA/ |
| H A D | list | 72 COPY ${CURDIR}/../../miniroot/protocols etc/protocols
|
| /openbsd-src/share/man/man5/ |
| H A D | Makefile | 14 printcap.5 protocols.5 \
|