| /src/external/bsd/wpa/dist/src/tls/ |
| tlsv1_client.c | 25 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) function 187 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, 213 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); 226 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, 309 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, 431 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
|
| /src/external/bsd/libpcap/dist/rpcapd/ |
| daemon.c | 188 struct tls_alert { struct 217 struct tls_alert tls_alert; local 401 tls_alert.alert_level = TLS_ALERT_LEVEL_FATAL; 402 tls_alert.alert_description = TLS_ALERT_HANDSHAKE_FAILURE; 403 if (sock_send(sockctrl, NULL, (char *) &tls_alert,
|
| /src/external/bsd/unbound/dist/services/ |
| listen_dnsport.h | 609 uint8_t tls_alert; member in struct:doq_conn
|
| /src/external/bsd/unbound/dist/testcode/ |
| doqclient.c | 130 uint8_t tls_alert; member in struct:doq_client_data 1326 data->tls_alert = alert; 1740 * data.tls_alert. */ 1743 &data->ccerr, data->tls_alert, 1748 data->tls_alert, NULL, 0);
|