Home
last modified time | relevance | path

Searched refs:protocol (Results 26 – 50 of 1238) sorted by relevance

12345678910>>...50

/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A DMakefile17 mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol
20 $(INSTALL) -m 644 $(SRCDIR)/protocol/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol
23 mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
24 $(INSTALL) -m 644 $(SRCDIR)/protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod8 - handle application layer protocol negotiation (ALPN)
63 vector in protocol-list format. The value of the B<out>, B<outlen> vector
64 should be set to the value of a single protocol selected from the B<in>,
81 client needs to select a protocol from the server's provided list, and a
85 The length of the protocol name must be written into B<outlen>. The
88 select a protocol. It is fatal to the connection if this callback returns
94 Negotiation. The returned list must be in protocol-list format, described
104 is set to 0 if no protocol has been selected. B<data> must not be freed.
107 client's requested protocol for this connection. If the client did not
110 the client can request any protocol it chooses. The value returned from
[all …]
H A DBIO_ADDRINFO.pod25 int family, int socktype, int protocol, BIO_ADDRINFO **res);
47 be if B<host> is B<NULL>. B<family>, B<socktype> and B<protocol> are used to
48 determine what protocol family, socket type and protocol should be used for
51 indicates that any type can be used. B<protocol> specifies a protocol such as
52 IPPROTO_TCP, IPPROTO_UDP or IPPORTO_SCTP. If set to 0 than any protocol can be
61 to select based on the protocol (any protocol may be returned).
71 BIO_ADDRINFO_protocol() returns the protocol id of the given
96 function. On Linux it is known that specifying 0 for the protocol will not
98 address is required then the B<protocol> parameter to BIO_lookup_ex() should be
H A DSSL_CTX_set_msg_callback.pod9 - install callback for observing protocol messages
31 protocol messages (such as handshake messages) that are received or
50 This flag is B<0> when a protocol message has been received and B<1>
51 when a protocol message has been sent.
55 The protocol version according to which the protocol message is
61 This is one of the content type values defined in the protocol specification
63 B<SSL3_RT_APPLICATION_DATA> because the callback will only be called for protocol
70 I<buf> points to a buffer containing the protocol message or other data (in the
91 If processing a received protocol message results in an error,
96 Due to automatic protocol version negotiation, I<version> is not
[all …]
H A DSSL_CTX_new.pod111 TLSv1.2 protocol. These methods are deprecated.
116 TLSv1.1 protocol. These methods are deprecated.
121 TLSv1 protocol. These methods are deprecated.
126 SSLv3 protocol.
127 The SSLv3 protocol is deprecated and should not be used.
152 All other methods only support one specific protocol version.
170 disable either all previous or all subsequent protocol versions.
171 In clients, when a protocol version is disabled without disabling I<all>
173 protocol versions.
175 The SSLv3 protocol is deprecated and should generally not be used.
[all …]
H A DSSL_CTX_set_min_proto_version.pod9 and maximum supported protocol version
27 The functions get or set the minimum and maximum supported protocol versions
31 specific protocol versions.
32 Use these functions instead of disabling specific protocol versions.
34 Setting the minimum or maximum version to 0, will enable protocol
49 lowest or highest protocol, respectively.
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod8 - handle application layer protocol negotiation (ALPN)
63 vector in protocol-list format. The value of the B<out>, B<outlen> vector
64 should be set to the value of a single protocol selected from the B<in>,
81 client needs to select a protocol from the server's provided list, and a
85 The length of the protocol name must be written into B<outlen>. The
88 select a protocol. It is fatal to the connection if this callback returns
94 Negotiation. The returned list must be in protocol-list format, described
104 is set to 0 if no protocol has been selected. B<data> must not be freed.
107 client's requested protocol for this connection. If the client did not
110 the client can request any protocol it chooses. The value returned from
[all …]
H A DBIO_ADDRINFO.pod25 int family, int socktype, int protocol, BIO_ADDRINFO **res);
47 be if B<host> is B<NULL>. B<family>, B<socktype> and B<protocol> are used to
48 determine what protocol family, socket type and protocol should be used for
51 indicates that any type can be used. B<protocol> specifies a protocol such as
52 IPPROTO_TCP, IPPROTO_UDP or IPPORTO_SCTP. If set to 0 than any protocol can be
60 to select based on the protocol (any protocol may be returned).
70 BIO_ADDRINFO_protocol() returns the protocol id of the given
95 function. On Linux it is known that specifying 0 for the protocol will not
97 address is required then the B<protocol> parameter to BIO_lookup_ex() should be
H A DSSL_CTX_set_msg_callback.pod9 - install callback for observing protocol messages
31 protocol messages (such as handshake messages) that are received or
50 This flag is B<0> when a protocol message has been received and B<1>
51 when a protocol message has been sent.
55 The protocol version according to which the protocol message is
61 This is one of the content type values defined in the protocol specification
63 B<SSL3_RT_APPLICATION_DATA> because the callback will only be called for protocol
70 I<buf> points to a buffer containing the protocol message or other data (in the
91 If processing a received protocol message results in an error,
96 Due to automatic protocol version negotiation, I<version> is not
[all …]
H A DSSL_CTX_set_min_proto_version.pod9 and maximum supported protocol version
27 The functions get or set the minimum and maximum supported protocol versions
31 specific protocol versions.
32 Use these functions instead of disabling specific protocol versions.
34 Setting the minimum or maximum version to 0, will enable protocol
49 lowest or highest protocol, respectively.
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/
H A Ds_socket.c79 int family, int type, int protocol) in init_client() argument
91 ret = BIO_lookup_ex(host, port, BIO_LOOKUP_CLIENT, family, type, protocol, in init_client()
100 family, type, protocol, &bindaddr); in init_client()
115 && (protocol == 0 in init_client()
116 || protocol == BIO_ADDRINFO_protocol(ai))); in init_client()
147 if (protocol == IPPROTO_SCTP) { in init_client()
260 int family, int type, int protocol, do_server_cb cb, in do_server() argument
288 && (protocol == 0 || protocol == BIO_ADDRINFO_protocol(res))); in do_server()
331 if (protocol == IPPROTO_SCTP) { in do_server()
384 i = (*cb)(sock, type, protocol, context); in do_server()
[all …]
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dattr_scan0.ref1 ./attr_print0: send attr protocol = test
9 ./attr_print0: send attr protocol = test
14 ./attr_print0: send attr protocol = not-test
15 ./attr_scan0: unknown_stream: wanted attribute: protocol
16 ./attr_scan0: input attribute name: protocol
45 ./attr_scan0: unknown_stream: wanted attribute: protocol
46 ./attr_scan0: input attribute name: protocol
62 ./attr_scan0: unknown_stream: wanted attribute: protocol
63 ./attr_scan0: input attribute name: protocol
65 ./attr_scan0: warning: unexpected protocol not-test from unknown_stream (expected: test)
H A Dattr_scan64.ref1 ./attr_print64: send attr protocol = test
9 ./attr_print64: send attr protocol = test
14 ./attr_print64: send attr protocol = not-test
15 ./attr_scan64: unknown_stream: wanted attribute: protocol
16 ./attr_scan64: input attribute name: protocol
45 ./attr_scan64: unknown_stream: wanted attribute: protocol
46 ./attr_scan64: input attribute name: protocol
62 ./attr_scan64: unknown_stream: wanted attribute: protocol
63 ./attr_scan64: input attribute name: protocol
65 ./attr_scan64: warning: unexpected protocol not-test from unknown_stream (expected: test)
H A Dattr_scan_plain.ref1 ./attr_print_plain: send attr protocol = test
9 ./attr_print_plain: send attr protocol = test
14 ./attr_print_plain: send attr protocol = not-test
15 ./attr_scan_plain: unknown_stream: wanted attribute: protocol
16 ./attr_scan_plain: input attribute name: protocol
45 ./attr_scan_plain: unknown_stream: wanted attribute: protocol
46 ./attr_scan_plain: input attribute name: protocol
62 ./attr_scan_plain: unknown_stream: wanted attribute: protocol
63 ./attr_scan_plain: input attribute name: protocol
65 ./attr_scan_plain: warning: unexpected protocol not-test from unknown_stream (expected: test)
/netbsd/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Dmakefile.hdr10 $(SDK_INSTALL_DIR)\include\efi\protocol\efivar.h \
11 $(SDK_INSTALL_DIR)\include\efi\protocol\legacyboot.h \
12 $(SDK_INSTALL_DIR)\include\efi\protocol\vgaclass.h \
13 $(SDK_INSTALL_DIR)\include\efi\protocol\efidbg.h \
25 $(SDK_INSTALL_DIR)\include\efi\protocol\$(PROCESSOR)\eficontext.h \
/netbsd/external/bsd/dhcpcd/dist/src/
H A Dauth.c109 uint8_t protocol, algorithm, rdm, *mm, type; in dhcp_auth_validate() local
136 protocol = *d++; in dhcp_auth_validate()
142 if (protocol != AUTH_PROTO_RECONFKEY) { in dhcp_auth_validate()
146 } else if (protocol != auth->protocol || in dhcp_auth_validate()
152 if (protocol != AUTH_PROTO_RECONFKEY || in dhcp_auth_validate()
201 switch (protocol) { in dhcp_auth_validate()
329 if (protocol == AUTH_PROTO_TOKEN) { in dhcp_auth_validate()
535 if (auth->protocol == AUTH_PROTO_TOKEN) { in dhcp_auth_encode()
554 switch(auth->protocol) { in dhcp_auth_encode()
593 switch(auth->protocol) { in dhcp_auth_encode()
[all …]
/netbsd/tests/lib/libc/net/
H A Dh_dns_server.c168 int s, r, protocol; in main() local
179 if (argc < 2 || ((protocol = argv[1][0]) != '4' && protocol != '6')) in main()
181 s = socket(protocol == '4' ? PF_INET : PF_INET6, SOCK_DGRAM, IPPROTO_UDP); in main()
184 if (protocol == '4') { in main()
205 protocol == '4' ? sizeof(struct sockaddr_in) : in main()
211 "dns_server_%c.pid", protocol); in main()
226 protocol == '4' ? sizeof(struct sockaddr_in) : in main()
/netbsd/usr.bin/rump_dhcpclient/
H A Dbpf.c53 open_socket(struct interface *iface, int protocol) in open_socket() argument
111 if (protocol == ETHERTYPE_ARP) { in open_socket()
137 send_raw_packet(const struct interface *iface, int protocol, in send_raw_packet() argument
146 hw.ether_type = htons(protocol); in send_raw_packet()
151 if (protocol == ETHERTYPE_ARP) in send_raw_packet()
161 get_raw_packet(struct interface *iface, int protocol, in get_raw_packet() argument
169 if (protocol == ETHERTYPE_ARP) in get_raw_packet()
/netbsd/tests/lib/libc/net/getaddrinfo/
H A Dspec_fam_v4.exp1 arg: flags 0x2 family 2 socktype 0 protocol 0 addrlen 0 host localhost serv http
2 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http
3 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http
5 arg: flags 0x2 family 24 socktype 0 protocol 0 addrlen 0 host localhost serv http
/netbsd/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc2222.txt16 This document specifies an Internet standards track protocol for the
90 use in a specific protocol.
92 Implementors of a protocol using this specification need the
93 protocol-specific profiling information in addition to the
132 security layer for subsequent protocol interactions.
221 the protocol.
493 7.2.1 Client side of authentication protocol exchange
533 7.2.2 Server side of authentication protocol exchange
604 protocol.
807 the protocol.
[all …]
/netbsd/external/gpl3/gcc.old/dist/libobjc/objc/
H A Druntime.h799 objc_EXPORT BOOL class_addProtocol (Class class_, Protocol *protocol);
807 objc_EXPORT BOOL class_conformsToProtocol (Class class_, Protocol *protocol);
823 objc_EXPORT BOOL protocol_conformsToProtocol (Protocol *protocol, Protocol *anotherProtocol);
828 objc_EXPORT BOOL protocol_isEqual (Protocol *protocol, Protocol *anotherProtocol);
832 objc_EXPORT const char *protocol_getName (Protocol *protocol);
847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol,
866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol,
885 objc_EXPORT Property protocol_getProperty (Protocol *protocol, const char *propertyName,
900 objc_EXPORT Property *protocol_copyPropertyList (Protocol *protocol, unsigned int *numberOfReturned…
910 objc_EXPORT Protocol **protocol_copyProtocolList (Protocol *protocol, unsigned int *numberOfReturne…
/netbsd/external/gpl3/gcc/dist/libobjc/objc/
H A Druntime.h799 objc_EXPORT BOOL class_addProtocol (Class class_, Protocol *protocol);
807 objc_EXPORT BOOL class_conformsToProtocol (Class class_, Protocol *protocol);
823 objc_EXPORT BOOL protocol_conformsToProtocol (Protocol *protocol, Protocol *anotherProtocol);
828 objc_EXPORT BOOL protocol_isEqual (Protocol *protocol, Protocol *anotherProtocol);
832 objc_EXPORT const char *protocol_getName (Protocol *protocol);
847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol,
866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol,
885 objc_EXPORT Property protocol_getProperty (Protocol *protocol, const char *propertyName,
900 objc_EXPORT Property *protocol_copyPropertyList (Protocol *protocol, unsigned int *numberOfReturned…
910 objc_EXPORT Protocol **protocol_copyProtocolList (Protocol *protocol, unsigned int *numberOfReturne…
/netbsd/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_context_scan.c81 VSTRING *protocol = vstring_alloc(25); in tls_proxy_context_scan() local
109 RECV_ATTR_STR(TLS_ATTR_CIPHER_PROTOCOL, protocol), in tls_proxy_context_scan()
133 tls_context->protocol = vstring_export(protocol); in tls_proxy_context_scan()
167 if (tls_context->protocol) in tls_proxy_context_free()
168 myfree((void *) tls_context->protocol); in tls_proxy_context_free()
/netbsd/external/gpl3/gcc.old/dist/libobjc/
H A Dinit.c95 static void __objc_init_protocol (struct objc_protocol *protocol);
961 __objc_init_protocol (struct objc_protocol *protocol) in __objc_init_protocol() argument
968 if (((size_t)protocol->class_pointer) == PROTOCOL_VERSION) in __objc_init_protocol()
971 protocol->class_pointer = proto_class; in __objc_init_protocol()
979 if (protocol->class_methods) in __objc_init_protocol()
980 __objc_register_selectors_from_description_list (protocol->class_methods); in __objc_init_protocol()
982 if (protocol->instance_methods) in __objc_init_protocol()
987 __objc_protocols_add_protocol (protocol->protocol_name, protocol); in __objc_init_protocol()
990 __objc_init_protocols (protocol->protocol_list); in __objc_init_protocol()
992 else if (protocol->class_pointer != proto_class) in __objc_init_protocol()
[all …]
/netbsd/external/gpl3/gcc/dist/libobjc/
H A Dinit.c95 static void __objc_init_protocol (struct objc_protocol *protocol);
961 __objc_init_protocol (struct objc_protocol *protocol) in __objc_init_protocol() argument
968 if (((size_t)protocol->class_pointer) == PROTOCOL_VERSION) in __objc_init_protocol()
971 protocol->class_pointer = proto_class; in __objc_init_protocol()
979 if (protocol->class_methods) in __objc_init_protocol()
980 __objc_register_selectors_from_description_list (protocol->class_methods); in __objc_init_protocol()
982 if (protocol->instance_methods) in __objc_init_protocol()
987 __objc_protocols_add_protocol (protocol->protocol_name, protocol); in __objc_init_protocol()
990 __objc_init_protocols (protocol->protocol_list); in __objc_init_protocol()
992 else if (protocol->class_pointer != proto_class) in __objc_init_protocol()
[all …]

12345678910>>...50