Searched refs:udp_socket (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_udp_socket_private.h66 * Sets a socket feature to |udp_socket|. Should be called before
70 * PP_ERROR_BADRESOURCE (if bad |udp_socket| provided),
74 int32_t (*SetSocketFeature)(PP_Resource udp_socket,
78 int32_t (*Bind)(PP_Resource udp_socket,
85 PP_Bool (*GetBoundAddress)(PP_Resource udp_socket,
92 int32_t (*RecvFrom)(PP_Resource udp_socket,
99 PP_Bool (*GetRecvFromAddress)(PP_Resource udp_socket,
105 int32_t (*SendTo)(PP_Resource udp_socket,
111 void (*Close)(PP_Resource udp_socket);
119 int32_t (*Bind)(PP_Resource udp_socket,
[all...]
/external/chromium_org/ppapi/c/
H A Dppb_udp_socket.h110 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
121 int32_t (*Bind)(PP_Resource udp_socket,
127 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
132 PP_Resource (*GetBoundAddress)(PP_Resource udp_socket);
137 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
150 int32_t (*RecvFrom)(PP_Resource udp_socket,
158 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
172 int32_t (*SendTo)(PP_Resource udp_socket,
187 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
190 void (*Close)(PP_Resource udp_socket);
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_udp_socket_private_thunk.cc33 int32_t SetSocketFeature(PP_Resource udp_socket, argument
36 EnterUDP enter(udp_socket, true);
42 int32_t Bind(PP_Resource udp_socket, argument
45 EnterUDP enter(udp_socket, callback, true);
51 PP_Bool GetBoundAddress(PP_Resource udp_socket, argument
53 EnterUDP enter(udp_socket, true);
59 int32_t RecvFrom(PP_Resource udp_socket, argument
64 EnterUDP enter(udp_socket, callback, false);
66 EnterUDP enter(udp_socket, callback, true);
74 PP_Bool GetRecvFromAddress(PP_Resource udp_socket, argument
82 SendTo(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, const PP_NetAddress_Private* addr, PP_CompletionCallback callback) argument
94 Close(PP_Resource udp_socket) argument
[all...]
H A Dppb_udp_socket_thunk.cc34 int32_t Bind(PP_Resource udp_socket, argument
38 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true);
44 PP_Resource GetBoundAddress(PP_Resource udp_socket) { argument
46 EnterResource<PPB_UDPSocket_API> enter(udp_socket, true);
52 int32_t RecvFrom(PP_Resource udp_socket, argument
58 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true);
67 int32_t SendTo(PP_Resource udp_socket, argument
73 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true);
82 void Close(PP_Resource udp_socket) { argument
84 EnterResource<PPB_UDPSocket_API> enter(udp_socket, tru
90 SetOption(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback) argument
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppb_udp_socket_private.idl44 * Sets a socket feature to |udp_socket|. Should be called before
48 * PP_ERROR_BADRESOURCE (if bad |udp_socket| provided),
53 int32_t SetSocketFeature([in] PP_Resource udp_socket,
58 int32_t Bind([in] PP_Resource udp_socket,
67 PP_Bool GetBoundAddress([in] PP_Resource udp_socket,
75 int32_t RecvFrom([in] PP_Resource udp_socket,
83 PP_Bool GetRecvFromAddress([in] PP_Resource udp_socket,
90 int32_t SendTo([in] PP_Resource udp_socket,
97 void Close([in] PP_Resource udp_socket);
/external/chromium_org/ppapi/api/
H A Dppb_udp_socket.idl92 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
103 int32_t Bind([in] PP_Resource udp_socket,
110 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
115 PP_Resource GetBoundAddress([in] PP_Resource udp_socket);
121 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
134 int32_t RecvFrom([in] PP_Resource udp_socket,
143 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
157 int32_t SendTo([in] PP_Resource udp_socket,
173 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
176 void Close([in] PP_Resource udp_socket);
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dif_pppolac.h27 int udp_socket; member in struct:sockaddr_pppolac
/external/mtpd/
H A Dmtpd.h40 int udp_socket; member in struct:sockaddr_pppolac
H A Dl2tp.c361 .udp_socket = the_socket,
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dcontent_browser_pepper_host_factory.cc123 scoped_refptr<ResourceMessageFilter> udp_socket(
126 host_->GetPpapiHost(), instance, params.pp_resource(), udp_socket));
206 scoped_refptr<ResourceMessageFilter> udp_socket(
209 host_->GetPpapiHost(), instance, params.pp_resource(), udp_socket));
/external/libsepol/tests/policies/test-expander/
H A Dalias-base.conf26 class udp_socket
212 class udp_socket
H A Drole-base.conf26 class udp_socket
212 class udp_socket
H A Duser-base.conf26 class udp_socket
212 class udp_socket
H A Dsmall-base.conf26 class udp_socket
212 class udp_socket
/external/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf26 class udp_socket
212 class udp_socket
H A Dsmall-base.conf26 class udp_socket
212 class udp_socket
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1643 static int32_t Pnacl_M29_PPB_UDPSocket_Bind(PP_Resource udp_socket, PP_Resource addr, struct PP_CompletionCallback* callback) { argument
1645 return iface->Bind(udp_socket, addr, *callback);
1648 static PP_Resource Pnacl_M29_PPB_UDPSocket_GetBoundAddress(PP_Resource udp_socket) { argument
1650 return iface->GetBoundAddress(udp_socket);
1653 static int32_t Pnacl_M29_PPB_UDPSocket_RecvFrom(PP_Resource udp_socket, char* buffer, int32_t num_bytes, PP_Resource* addr, struct PP_CompletionCallback* callback) { argument
1655 return iface->RecvFrom(udp_socket, buffer, num_bytes, addr, *callback);
1658 static int32_t Pnacl_M29_PPB_UDPSocket_SendTo(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, PP_Resource addr, struct PP_CompletionCallback* callback) { argument
1660 return iface->SendTo(udp_socket, buffer, num_bytes, addr, *callback);
1663 static void Pnacl_M29_PPB_UDPSocket_Close(PP_Resource udp_socket) { argument
1665 iface->Close(udp_socket);
1668 Pnacl_M29_PPB_UDPSocket_SetOption(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) argument
4169 Pnacl_M17_PPB_UDPSocket_Private_Bind(PP_Resource udp_socket, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback* callback) argument
4174 Pnacl_M17_PPB_UDPSocket_Private_RecvFrom(PP_Resource udp_socket, char* buffer, int32_t num_bytes, struct PP_CompletionCallback* callback) argument
4179 Pnacl_M17_PPB_UDPSocket_Private_GetRecvFromAddress(PP_Resource udp_socket, struct PP_NetAddress_Private* addr) argument
4184 Pnacl_M17_PPB_UDPSocket_Private_SendTo(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback* callback) argument
4189 Pnacl_M17_PPB_UDPSocket_Private_Close(PP_Resource udp_socket) argument
4208 Pnacl_M19_PPB_UDPSocket_Private_Bind(PP_Resource udp_socket, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback* callback) argument
4213 Pnacl_M19_PPB_UDPSocket_Private_GetBoundAddress(PP_Resource udp_socket, struct PP_NetAddress_Private* addr) argument
4218 Pnacl_M19_PPB_UDPSocket_Private_RecvFrom(PP_Resource udp_socket, char* buffer, int32_t num_bytes, struct PP_CompletionCallback* callback) argument
4223 Pnacl_M19_PPB_UDPSocket_Private_GetRecvFromAddress(PP_Resource udp_socket, struct PP_NetAddress_Private* addr) argument
4228 Pnacl_M19_PPB_UDPSocket_Private_SendTo(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback* callback) argument
4233 Pnacl_M19_PPB_UDPSocket_Private_Close(PP_Resource udp_socket) argument
4252 Pnacl_M23_PPB_UDPSocket_Private_SetSocketFeature(PP_Resource udp_socket, PP_UDPSocketFeature_Private name, struct PP_Var* value) argument
4257 Pnacl_M23_PPB_UDPSocket_Private_Bind(PP_Resource udp_socket, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback* callback) argument
4262 Pnacl_M23_PPB_UDPSocket_Private_GetBoundAddress(PP_Resource udp_socket, struct PP_NetAddress_Private* addr) argument
4267 Pnacl_M23_PPB_UDPSocket_Private_RecvFrom(PP_Resource udp_socket, char* buffer, int32_t num_bytes, struct PP_CompletionCallback* callback) argument
4272 Pnacl_M23_PPB_UDPSocket_Private_GetRecvFromAddress(PP_Resource udp_socket, struct PP_NetAddress_Private* addr) argument
4277 Pnacl_M23_PPB_UDPSocket_Private_SendTo(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback* callback) argument
4282 Pnacl_M23_PPB_UDPSocket_Private_Close(PP_Resource udp_socket) argument
[all...]
/external/libsepol/tests/policies/test-deps/
H A Dbase-metreq.conf26 class udp_socket
212 class udp_socket
H A Dbase-notmetreq.conf26 class udp_socket
211 class udp_socket
H A Dsmall-base.conf26 class udp_socket
212 class udp_socket
/external/libsepol/tests/policies/test-linker/
H A Dsmall-base.conf26 class udp_socket
212 class udp_socket
/external/sepolicy/
H A Dsystem_server.te144 allow system_server mediaserver:udp_socket rw_socket_perms;
317 allow system_server appdomain:{ tcp_socket udp_socket } { getattr getopt setopt read write shutdown };
H A Daccess_vectors235 class udp_socket
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc205 scoped_ptr<net::DatagramClientSocket> udp_socket = local
211 DCHECK(udp_socket);
213 socket_ = udp_socket.Pass();
/external/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf16 class udp_socket
199 class udp_socket
1515 allow kernel_t port_type:udp_socket { send_msg recv_msg };
1516 allow kernel_t port_type:{ tcp_socket udp_socket rawip_socket } name_bind;
1517 allow kernel_t node_type:{ tcp_socket udp_socket rawip_socket } node_bind;
1528 allow kernel_t domain:{ { tcp_socket udp_socket rawip_socket netlink_socket packet_socket unix_stream_socket unix_dgram_socket netlink_route_socket netlink_firewall_socket netlink_tcpdiag_socket netlink_nflog_socket netlink_xfrm_socket netlink_selinux_socket netlink_audit_socket netlink_ip6fw_socket netlink_dnrt_socket netlink_kobject_uevent_socket } socket key_socket } *;
1650 constrain { tcp_socket udp_socket rawip_socket netlink_socket packet_socket unix_stream_socket unix_dgram_socket netlink_route_socket netlink_firewall_socket netlink_tcpdiag_socket netlink_nflog_socket netlink_xfrm_socket netlink_selinux_socket netlink_audit_socket netlink_ip6fw_socket netlink_dnrt_socket netlink_kobject_uevent_socket } { create relabelto relabelfrom }

Completed in 1224 milliseconds