Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 9808028: NaCl proxy for PPB_NetAddress_Private_1_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
index 1b6a485e5fddf21da5d6fd919973617e41e6b0d8..288455f2e19923a346dd06d7458f9624f03d959a 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
@@ -799,6 +799,21 @@ class PpbNetAddressPrivateRpcClient {
nacl_abi_size_t addr_bytes, char* addr,
nacl_abi_size_t* address_bytes, char* address,
int32_t* success);
+ static NaClSrpcError PPB_NetAddress_Private_GetScopeID(
+ NaClSrpcChannel* channel,
+ nacl_abi_size_t addr_bytes, char* addr,
+ int32_t* scope_id);
+ static NaClSrpcError PPB_NetAddress_Private_CreateFromIPv4Address(
+ NaClSrpcChannel* channel,
+ nacl_abi_size_t ip_bytes, char* ip,
+ int32_t port,
+ nacl_abi_size_t* addr_bytes, char* addr);
+ static NaClSrpcError PPB_NetAddress_Private_CreateFromIPv6Address(
+ NaClSrpcChannel* channel,
+ nacl_abi_size_t ip_bytes, char* ip,
+ int32_t scope_id,
+ int32_t port,
+ nacl_abi_size_t* addr_bytes, char* addr);
private:
PpbNetAddressPrivateRpcClient();
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698