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

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

Issue 10735056: AllowBroadcast() is exposed to NaCl. (Closed) Base URL: http://git.chromium.org/chromium/src.git@udp_broadcast
Patch Set: Sync. Created 8 years, 3 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
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 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 static void PPB_UDPSocket_Private_Create( 1130 static void PPB_UDPSocket_Private_Create(
1131 NaClSrpcRpc* rpc, 1131 NaClSrpcRpc* rpc,
1132 NaClSrpcClosure* done, 1132 NaClSrpcClosure* done,
1133 PP_Instance instance_id, 1133 PP_Instance instance_id,
1134 PP_Resource* resource); 1134 PP_Resource* resource);
1135 static void PPB_UDPSocket_Private_IsUDPSocket( 1135 static void PPB_UDPSocket_Private_IsUDPSocket(
1136 NaClSrpcRpc* rpc, 1136 NaClSrpcRpc* rpc,
1137 NaClSrpcClosure* done, 1137 NaClSrpcClosure* done,
1138 PP_Resource resource_id, 1138 PP_Resource resource_id,
1139 int32_t* is_udp_socket_private); 1139 int32_t* is_udp_socket_private);
1140 static void PPB_UDPSocket_Private_SetSocketFeature(
1141 NaClSrpcRpc* rpc,
1142 NaClSrpcClosure* done,
1143 PP_Resource udp_socket,
1144 int32_t name,
1145 nacl_abi_size_t value_bytes, char* value,
1146 int32_t* pp_error);
1140 static void PPB_UDPSocket_Private_Bind( 1147 static void PPB_UDPSocket_Private_Bind(
1141 NaClSrpcRpc* rpc, 1148 NaClSrpcRpc* rpc,
1142 NaClSrpcClosure* done, 1149 NaClSrpcClosure* done,
1143 PP_Resource udp_socket, 1150 PP_Resource udp_socket,
1144 nacl_abi_size_t addr_bytes, char* addr, 1151 nacl_abi_size_t addr_bytes, char* addr,
1145 int32_t callback_id, 1152 int32_t callback_id,
1146 int32_t* pp_error); 1153 int32_t* pp_error);
1147 static void PPB_UDPSocket_Private_GetBoundAddress( 1154 static void PPB_UDPSocket_Private_GetBoundAddress(
1148 NaClSrpcRpc* rpc, 1155 NaClSrpcRpc* rpc,
1149 NaClSrpcClosure* done, 1156 NaClSrpcClosure* done,
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 }; // class PpbZoomRpcServer 1436 }; // class PpbZoomRpcServer
1430 1437
1431 class PpbRpcs { 1438 class PpbRpcs {
1432 public: 1439 public:
1433 static NaClSrpcHandlerDesc srpc_methods[]; 1440 static NaClSrpcHandlerDesc srpc_methods[];
1434 }; // class PpbRpcs 1441 }; // class PpbRpcs
1435 1442
1436 1443
1437 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1444 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1438 1445
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698