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

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

Issue 9212047: Add GetBoundAddress to PPB_UDPSocket_Private (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix build error after rebase Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
6 // 6 //
7 // Automatically generated code. See srpcgen.py 7 // Automatically generated code. See srpcgen.py
8 // 8 //
9 // NaCl Simple Remote Procedure Call interface abstractions. 9 // NaCl Simple Remote Procedure Call interface abstractions.
10 10
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 static NaClSrpcError PPB_UDPSocket_Private_IsUDPSocket( 974 static NaClSrpcError PPB_UDPSocket_Private_IsUDPSocket(
975 NaClSrpcChannel* channel, 975 NaClSrpcChannel* channel,
976 PP_Resource resource_id, 976 PP_Resource resource_id,
977 int32_t* is_udp_socket_private); 977 int32_t* is_udp_socket_private);
978 static NaClSrpcError PPB_UDPSocket_Private_Bind( 978 static NaClSrpcError PPB_UDPSocket_Private_Bind(
979 NaClSrpcChannel* channel, 979 NaClSrpcChannel* channel,
980 PP_Resource udp_socket, 980 PP_Resource udp_socket,
981 nacl_abi_size_t addr_bytes, char* addr, 981 nacl_abi_size_t addr_bytes, char* addr,
982 int32_t callback_id, 982 int32_t callback_id,
983 int32_t* pp_error); 983 int32_t* pp_error);
984 static NaClSrpcError PPB_UDPSocket_Private_GetBoundAddress(
985 NaClSrpcChannel* channel,
986 PP_Resource udp_socket,
987 nacl_abi_size_t* addr_bytes, char* addr,
988 int32_t* success);
984 static NaClSrpcError PPB_UDPSocket_Private_RecvFrom( 989 static NaClSrpcError PPB_UDPSocket_Private_RecvFrom(
985 NaClSrpcChannel* channel, 990 NaClSrpcChannel* channel,
986 PP_Resource udp_socket, 991 PP_Resource udp_socket,
987 int32_t num_bytes, 992 int32_t num_bytes,
988 int32_t callback_id, 993 int32_t callback_id,
989 nacl_abi_size_t* buffer_bytes, char* buffer, 994 nacl_abi_size_t* buffer_bytes, char* buffer,
990 int32_t* pp_error_or_bytes); 995 int32_t* pp_error_or_bytes);
991 static NaClSrpcError PPB_UDPSocket_Private_GetRecvFromAddress( 996 static NaClSrpcError PPB_UDPSocket_Private_GetRecvFromAddress(
992 NaClSrpcChannel* channel, 997 NaClSrpcChannel* channel,
993 PP_Resource udp_socket, 998 PP_Resource udp_socket,
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 PpbZoomRpcClient(); 1256 PpbZoomRpcClient();
1252 PpbZoomRpcClient(const PpbZoomRpcClient&); 1257 PpbZoomRpcClient(const PpbZoomRpcClient&);
1253 void operator=(const PpbZoomRpcClient); 1258 void operator=(const PpbZoomRpcClient);
1254 }; // class PpbZoomRpcClient 1259 }; // class PpbZoomRpcClient
1255 1260
1256 1261
1257 1262
1258 1263
1259 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1264 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1260 1265
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698