GetBoundAddress 284 native_client_sdk/src/examples/api/socket/socket.cc pp::NetAddress addr = udp_socket_.GetBoundAddress(); GetBoundAddress 210 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h METHOD1(UDPSocketInterface, PP_Resource, GetBoundAddress, PP_Resource) GetBoundAddress 216 native_client_sdk/src/libraries/nacl_io/socket/udp_node.cc out_addr = UDPInterface()->GetBoundAddress(socket_resource_); GetBoundAddress 132 ppapi/c/ppb_udp_socket.h PP_Resource (*GetBoundAddress)(PP_Resource udp_socket); GetBoundAddress 85 ppapi/c/private/ppb_udp_socket_private.h PP_Bool (*GetBoundAddress)(PP_Resource udp_socket, GetBoundAddress 142 ppapi/c/private/ppb_udp_socket_private.h PP_Bool (*GetBoundAddress)(PP_Resource udp_socket, GetBoundAddress 70 ppapi/cpp/private/udp_socket_private.cc get_interface<PPB_UDPSocket_Private_0_4>()->GetBoundAddress( GetBoundAddress 76 ppapi/cpp/private/udp_socket_private.cc get_interface<PPB_UDPSocket_Private_0_3>()->GetBoundAddress( GetBoundAddress 28 ppapi/cpp/private/udp_socket_private.h bool GetBoundAddress(PP_NetAddress_Private* addr); GetBoundAddress 66 ppapi/cpp/udp_socket.cc get_interface<PPB_UDPSocket_1_0>()->GetBoundAddress(pp_resource())); GetBoundAddress 84 ppapi/cpp/udp_socket.h NetAddress GetBoundAddress(); GetBoundAddress 1412 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetBoundAddress(udp_socket); GetBoundAddress 3812 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetBoundAddress(udp_socket, addr); GetBoundAddress 3861 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c return iface->GetBoundAddress(udp_socket, addr); GetBoundAddress 4607 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetBoundAddress = (PP_Resource (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_UDPSocket_GetBoundAddress, GetBoundAddress 5291 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetBoundAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddress_Private* addr))&Pnacl_M19_PPB_UDPSocket_Private_GetBoundAddress, GetBoundAddress 5303 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c .GetBoundAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddress_Private* addr))&Pnacl_M23_PPB_UDPSocket_Private_GetBoundAddress, GetBoundAddress 33 ppapi/proxy/udp_socket_private_resource.h virtual PP_Bool GetBoundAddress(PP_NetAddress_Private* addr) OVERRIDE; GetBoundAddress 29 ppapi/proxy/udp_socket_resource.h virtual PP_Resource GetBoundAddress() OVERRIDE; GetBoundAddress 144 ppapi/tests/test_udp_socket.cc *address = socket->GetBoundAddress(); GetBoundAddress 206 ppapi/tests/test_udp_socket.cc if (server_socket.GetBoundAddress().pp_resource() != 0) GetBoundAddress 222 ppapi/tests/test_udp_socket.cc pp::NetAddress server_address = server1.GetBoundAddress(); GetBoundAddress 118 ppapi/tests/test_udp_socket_private.cc if (!socket->GetBoundAddress(address)) GetBoundAddress 130 ppapi/tests/test_udp_socket_private.cc ASSERT_FALSE(socket->GetBoundAddress(address)); GetBoundAddress 187 ppapi/tests/test_udp_socket_private.cc if (server_socket.GetBoundAddress(&server_address)) GetBoundAddress 214 ppapi/tests/test_udp_socket_private.cc ASSERT_TRUE(server1.GetBoundAddress(&server_address)); GetBoundAddress 24 ppapi/thunk/ppb_udp_socket_api.h virtual PP_Resource GetBoundAddress() = 0; GetBoundAddress 26 ppapi/thunk/ppb_udp_socket_private_api.h virtual PP_Bool GetBoundAddress(PP_NetAddress_Private* addr) = 0; GetBoundAddress 56 ppapi/thunk/ppb_udp_socket_private_thunk.cc return enter.object()->GetBoundAddress(addr); GetBoundAddress 114 ppapi/thunk/ppb_udp_socket_private_thunk.cc &GetBoundAddress, GetBoundAddress 126 ppapi/thunk/ppb_udp_socket_private_thunk.cc &GetBoundAddress, GetBoundAddress 49 ppapi/thunk/ppb_udp_socket_thunk.cc return enter.object()->GetBoundAddress(); GetBoundAddress 107 ppapi/thunk/ppb_udp_socket_thunk.cc &GetBoundAddress, GetBoundAddress 160 remoting/client/plugin/pepper_packet_socket_factory.cc pp::NetAddress address = socket_.GetBoundAddress();