Searched refs:client_ip (Results 1 – 6 of 6) sorted by relevance
/mbedtls-3.5.0/programs/fuzz/ |
D | fuzz_dtlsserver.c | 23 const unsigned char client_ip[4] = { 0x7F, 0, 0, 1 }; variable 124 if (mbedtls_ssl_set_client_transport_id(&ssl, client_ip, sizeof(client_ip)) != 0) { in LLVMFuzzerTestOneInput() 134 if (mbedtls_ssl_set_client_transport_id(&ssl, client_ip, sizeof(client_ip)) != 0) { in LLVMFuzzerTestOneInput()
|
/mbedtls-3.5.0/programs/ssl/ |
D | dtls_server.c | 94 unsigned char client_ip[16] = { 0 }; in main() local 262 client_ip, sizeof(client_ip), &cliip_len)) != 0) { in main() 269 client_ip, cliip_len)) != 0) { in main()
|
D | ssl_server2.c | 1483 unsigned char client_ip[16] = { 0 }; in main() local 3334 client_ip, sizeof(client_ip), &cliip_len)) != 0) { in main() 3365 client_ip, cliip_len)) != 0) { in main()
|
/mbedtls-3.5.0/library/ |
D | net_sockets.c | 335 void *client_ip, size_t buf_size, size_t *ip_len) in mbedtls_net_accept() argument 415 if (client_ip != NULL) { in mbedtls_net_accept() 424 memcpy(client_ip, &addr4->sin_addr.s_addr, *ip_len); in mbedtls_net_accept() 433 memcpy(client_ip, &addr6->sin6_addr.s6_addr, *ip_len); in mbedtls_net_accept()
|
/mbedtls-3.5.0/include/mbedtls/ |
D | net_sockets.h | 171 void *client_ip, size_t buf_size, size_t *ip_len);
|
/mbedtls-3.5.0/ |
D | ChangeLog | 3852 * net_accept() gained new arguments for the size of the client_ip buffer.
|