Searched refs:client_ip (Results 1 – 11 of 11) sorted by relevance
/third_party/grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 162 std::string client_ip; in GetCensusSafeClientIpString() local 163 client_ip.reserve(32); in GetCensusSafeClientIpString() 166 absl::StrAppendFormat(&client_ip, "%08x", grpc_ntohl(*addr6_next_long++)); in GetCensusSafeClientIpString() 168 return client_ip; in GetCensusSafeClientIpString() 176 std::string client_ip = GetCensusSafeClientIpString(); in StoreClientIpAndLrToken() local 178 kLengthPrefixSize + client_ip.size() + lr_token_len; in StoreClientIpAndLrToken() 183 if (client_ip.empty()) { in StoreClientIpAndLrToken() 185 } else if (client_ip.size() == 8) { in StoreClientIpAndLrToken() 187 } else if (client_ip.size() == 32) { in StoreClientIpAndLrToken() 194 if (!client_ip.empty()) { in StoreClientIpAndLrToken() [all …]
|
/third_party/mbedtls/programs/fuzz/ |
D | fuzz_dtlsserver.c | 21 const unsigned char client_ip[4] = {0x7F, 0, 0, 1}; variable 108 if( mbedtls_ssl_set_client_transport_id( &ssl, client_ip, sizeof(client_ip) ) != 0 ) in LLVMFuzzerTestOneInput() 117 if( mbedtls_ssl_set_client_transport_id( &ssl, client_ip, sizeof(client_ip) ) != 0 ) in LLVMFuzzerTestOneInput()
|
/third_party/mbedtls/programs/ssl/ |
D | dtls_server.c | 105 unsigned char client_ip[16] = { 0 }; in main() local 278 client_ip, sizeof( client_ip ), &cliip_len ) ) != 0 ) in main() 286 client_ip, cliip_len ) ) != 0 ) in main()
|
D | ssl_server2.c | 1301 unsigned char client_ip[16] = { 0 }; in main() local 3112 client_ip, sizeof( client_ip ), &cliip_len ) ) != 0 ) in main() 3145 client_ip, cliip_len ) ) != 0 ) in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dhcp.h | 32 be32 client_ip; member 51 be32 client_ip; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dhcp.h | 32 be32 client_ip; member 51 be32 client_ip; member
|
/third_party/mbedtls/library/ |
D | net_sockets.c | 341 void *client_ip, size_t buf_size, size_t *ip_len ) in mbedtls_net_accept() argument 428 if( client_ip != NULL ) in mbedtls_net_accept() 438 memcpy( client_ip, &addr4->sin_addr.s_addr, *ip_len ); in mbedtls_net_accept() 448 memcpy( client_ip, &addr6->sin6_addr.s6_addr, *ip_len); in mbedtls_net_accept()
|
/third_party/mbedtls/include/mbedtls/ |
D | net_sockets.h | 172 void *client_ip, size_t buf_size, size_t *ip_len );
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
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/ |
D | fils_hlp.c | 268 iph->daddr = dhcp->client_ip; in fils_dhcp_handler()
|
/third_party/mbedtls/ |
D | ChangeLog | 3161 * net_accept() gained new arguments for the size of the client_ip buffer.
|