Searched refs:client_ip (Results 1 - 10 of 10) sorted by relevance
/third_party/mbedtls/programs/fuzz/ |
H A D | fuzz_dtlsserver.c | 20 const unsigned char client_ip[4] = { 0x7F, 0, 0, 1 }; variable 131 if (mbedtls_ssl_set_client_transport_id(&ssl, client_ip, sizeof(client_ip)) != 0) { in LLVMFuzzerTestOneInput() 141 if (mbedtls_ssl_set_client_transport_id(&ssl, client_ip, sizeof(client_ip)) != 0) { in LLVMFuzzerTestOneInput()
|
/third_party/curl/lib/ |
H A D | cf-haproxy.c | 74 const char *client_ip; in cf_haproxy_date_out_set() local 87 client_ip = data->set.str[STRING_HAPROXY_CLIENT_IP]; in cf_haproxy_date_out_set() 89 client_ip = data->info.conn_local_ip; in cf_haproxy_date_out_set() 93 client_ip, in cf_haproxy_date_out_set()
|
/third_party/mbedtls/programs/ssl/ |
H A D | dtls_server.c | 82 unsigned char client_ip[16] = { 0 }; in main() local 260 client_ip, sizeof(client_ip), &cliip_len)) != 0) { in main() 267 client_ip, cliip_len)) != 0) { in main()
|
H A D | ssl_server2.c | 1524 unsigned char client_ip[16] = { 0 }; in main() local 3357 client_ip, sizeof(client_ip), &cliip_len)) != 0) { in main() 3388 client_ip, cliip_len)) != 0) { in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dhcp.h | 32 be32 client_ip; member 51 be32 client_ip; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dhcp.h | 32 be32 client_ip; member 51 be32 client_ip; member
|
/third_party/mbedtls/library/ |
H A D | net_sockets.c | 352 void *client_ip, size_t buf_size, size_t *cip_len) 432 if (client_ip != NULL) { 441 memcpy(client_ip, &addr4->sin_addr.s_addr, *cip_len); 450 memcpy(client_ip, &addr6->sin6_addr.s6_addr, *cip_len); 350 mbedtls_net_accept(mbedtls_net_context *bind_ctx, mbedtls_net_context *client_ctx, void *client_ip, size_t buf_size, size_t *cip_len) global() argument
|
/third_party/mbedtls/include/mbedtls/ |
H A D | net_sockets.h | 144 * \param client_ip Will contain the client IP address, can be NULL 145 * \param buf_size Size of the client_ip buffer 147 * can be NULL if client_ip is null 159 void *client_ip, size_t buf_size, size_t *cip_len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | fils_hlp.c | 268 iph->ip_dst.s_addr = dhcp->client_ip; in fils_dhcp_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | fils_hlp.c | 268 iph->daddr = dhcp->client_ip; in fils_dhcp_handler()
|
Completed in 12 milliseconds