Home
last modified time | relevance | path

Searched refs:BIO_ADDR (Results 1 - 25 of 143) sorted by relevance

123456

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c52 BIO_ADDR *BIO_ADDR_new(void) in BIO_ADDR_new()
54 BIO_ADDR *ret = OPENSSL_zalloc(sizeof(*ret)); in BIO_ADDR_new()
65 void BIO_ADDR_free(BIO_ADDR *ap) in BIO_ADDR_free()
70 void BIO_ADDR_clear(BIO_ADDR *ap) in BIO_ADDR_clear()
77 * BIO_ADDR_make - non-public routine to fill a BIO_ADDR with the contents
80 int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa) in BIO_ADDR_make()
102 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family, in BIO_ADDR_rawmake()
140 int BIO_ADDR_family(const BIO_ADDR *ap) in BIO_ADDR_family()
145 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l) in BIO_ADDR_rawaddress()
179 unsigned short BIO_ADDR_rawport(const BIO_ADDR *a
[all...]
H A Dbio_sock2.c79 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect()
148 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind()
222 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen()
299 * @addr: the BIO_ADDR to store the peer address in
303 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex()
307 BIO_ADDR locaddr; in BIO_accept_ex()
308 BIO_ADDR *addr = addr_ == NULL ? &locaddr : addr_; in BIO_accept_ex()
H A Dbio_local.h13 /* BEGIN BIO_ADDRINFO/BIO_ADDR stuff. */
86 /* END BIO_ADDRINFO/BIO_ADDR stuff. */
146 int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa);
147 const struct sockaddr *BIO_ADDR_sockaddr(const BIO_ADDR *ap);
148 struct sockaddr *BIO_ADDR_sockaddr_noconst(BIO_ADDR *ap);
149 socklen_t BIO_ADDR_sockaddr_size(const BIO_ADDR *ap);
/third_party/openssl/crypto/bio/
H A Dbio_addr.c52 BIO_ADDR *BIO_ADDR_new(void) in BIO_ADDR_new()
54 BIO_ADDR *ret = OPENSSL_zalloc(sizeof(*ret)); in BIO_ADDR_new()
65 void BIO_ADDR_free(BIO_ADDR *ap) in BIO_ADDR_free()
70 void BIO_ADDR_clear(BIO_ADDR *ap) in BIO_ADDR_clear()
77 * BIO_ADDR_make - non-public routine to fill a BIO_ADDR with the contents
80 int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa) in BIO_ADDR_make()
102 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family, in BIO_ADDR_rawmake()
140 int BIO_ADDR_family(const BIO_ADDR *ap) in BIO_ADDR_family()
145 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l) in BIO_ADDR_rawaddress()
179 unsigned short BIO_ADDR_rawport(const BIO_ADDR *a
[all...]
H A Dbio_sock2.c79 int BIO_connect(int sock, const BIO_ADDR *addr, int options) in BIO_connect()
148 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind()
222 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen()
299 * @addr: the BIO_ADDR to store the peer address in
303 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex()
307 BIO_ADDR locaddr; in BIO_accept_ex()
308 BIO_ADDR *addr = addr_ == NULL ? &locaddr : addr_; in BIO_accept_ex()
H A Dbio_local.h13 /* BEGIN BIO_ADDRINFO/BIO_ADDR stuff. */
86 /* END BIO_ADDRINFO/BIO_ADDR stuff. */
146 int BIO_ADDR_make(BIO_ADDR *ap, const struct sockaddr *sa);
147 const struct sockaddr *BIO_ADDR_sockaddr(const BIO_ADDR *ap);
148 struct sockaddr *BIO_ADDR_sockaddr_noconst(BIO_ADDR *ap);
149 socklen_t BIO_ADDR_sockaddr_size(const BIO_ADDR *ap);
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h174 typedef union bio_addr_st BIO_ADDR; typedef
377 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
644 BIO_ADDR *BIO_ADDR_new(void);
645 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
647 void BIO_ADDR_free(BIO_ADDR *);
648 void BIO_ADDR_clear(BIO_ADDR *ap);
649 int BIO_ADDR_family(const BIO_ADDR *ap);
650 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
651 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
652 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dbio.h213 typedef union bio_addr_st BIO_ADDR; typedef
453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
728 BIO_ADDR *BIO_ADDR_new(void);
729 int BIO_ADDR_rawmake(BIO_ADDR *ap, int family,
731 void BIO_ADDR_free(BIO_ADDR *);
732 void BIO_ADDR_clear(BIO_ADDR *ap);
733 int BIO_ADDR_family(const BIO_ADDR *ap);
734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
735 unsigned short BIO_ADDR_rawport(const BIO_ADDR *ap);
736 char *BIO_ADDR_hostname_string(const BIO_ADDR *a
[all...]

Completed in 37 milliseconds

123456