Searched defs:socket (Results 1 - 18 of 18) sorted by relevance

/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dsocket.h12 class socket : public object<socket> { class in namespace:zx
18 explicit socket(zx_handle_t value) : object(value) {} function in class:zx::socket
20 explicit socket(handle&& h) : object(h.release()) {} function in class:zx::socket
22 socket(socket&& other) : object(other.release()) {} function in class:zx::socket
[all...]
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dtest.h72 void SetOutputSocket(zx::socket socket) { argument
/fuchsia/zircon/kernel/syscalls/
H A Dsocket.cpp57 fbl::RefPtr<SocketDispatcher> socket; local
99 fbl::RefPtr<SocketDispatcher> socket; local
127 fbl::RefPtr<SocketDispatcher> socket; local
159 fbl::RefPtr<SocketDispatcher> socket; local
[all...]
H A Dobject.cpp623 fbl::RefPtr<SocketDispatcher> socket; local
[all...]
/fuchsia/zircon/system/utest/driver-tests/
H A Dmain.c112 zx_handle_t socket[2]; local
[all...]
/fuchsia/zircon/system/utest/libzx/
H A Dtraits.cpp245 zx::socket socket, socket2; local
H A Dzx-test.cpp194 zx::socket socket[2]; local
/fuchsia/zircon/system/utest/spawn/
H A Dspawn.cpp303 zx_handle_t socket = ZX_HANDLE_INVALID; local
325 zx::socket socket; local
345 zx::socket socket; local
[all...]
/fuchsia/zircon/system/host/bootserver/
H A Dtftp.c95 int socket; member in struct:__anon555
[all...]
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c41 int socket; member in struct:__anon580
[all...]
H A Dnetprotocol.c57 static int netboot_bind_to_cmd_port(int socket) { argument
71 static int netboot_send_query(int socket, unsigned port, const char *ifname) { argument
120 static bool netboot_receive_query(int socket, on_device_cb callback, void* data) { argument
[all...]
/fuchsia/zircon/system/utest/core/socket/
H A Dsocket.c328 zx_handle_t socket[2]; local
1040 zx_handle_t socket[2]; local
1056 zx_handle_t socket[2]; local
[all...]
/fuchsia/zircon/system/dev/serial/serial/
H A Dserial.c21 zx_handle_t socket; // socket used for communicating with our client member in struct:__anon470
204 zx_handle_t socket = ZX_HANDLE_INVALID; local
[all...]
/fuchsia/zircon/system/ulib/fdio/
H A Dbsdsocket.c88 int socket(int domain, int type, int protocol) { function
H A Dremoteio.c455 zx_status_t fdio_acquire_socket(zx_handle_t socket, fdio_t** out_io) { argument
[all...]
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-example.c44 int socket; member in struct:connection
[all...]
/fuchsia/zircon/system/ulib/zxio/
H A Dzxio.cpp32 zx_status_t zxio_acquire_socket(zx_handle_t socket, zxio_t** out_io) { argument
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-coordinator.cpp63 zx_handle_t socket; // socket to notify on for 'dm reboot' and 'dm poweroff' member in struct:__anon135

Completed in 83 milliseconds