Searched refs:BIO_R_UNSUPPORTED_IP_FAMILY (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/include/openssl/ |
D | bioerr.h | 118 # define BIO_R_UNSUPPORTED_IP_FAMILY 146 macro
|
/third_party/openssl/crypto/bio/ |
D | bio_err.c | 123 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNSUPPORTED_IP_FAMILY),
|
D | bss_conn.c | 121 BIOerr(BIO_F_CONN_STATE, BIO_R_UNSUPPORTED_IP_FAMILY); in conn_state()
|
D | bss_acpt.c | 206 BIOerr(BIO_F_ACPT_STATE, BIO_R_UNSUPPORTED_IP_FAMILY); in acpt_state()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 827 #ifdef BIO_R_UNSUPPORTED_IP_FAMILY 828 {"UNSUPPORTED_IP_FAMILY", ERR_LIB_BIO, BIO_R_UNSUPPORTED_IP_FAMILY},
|
D | _ssl_data_111.h | 888 #ifdef BIO_R_UNSUPPORTED_IP_FAMILY 889 {"UNSUPPORTED_IP_FAMILY", ERR_LIB_BIO, BIO_R_UNSUPPORTED_IP_FAMILY},
|
D | _ssl_data_300.h | 938 #ifdef BIO_R_UNSUPPORTED_IP_FAMILY 939 {"UNSUPPORTED_IP_FAMILY", ERR_LIB_BIO, BIO_R_UNSUPPORTED_IP_FAMILY},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1925 BIO_R_UNSUPPORTED_IP_FAMILY:146:unsupported ip family
|