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

12

/bionic/libc/kernel/arch-x86/asm/
H A Dsocket.h19 #include <asm-generic/socket.h>
/bionic/libc/bionic/
H A Drecv.c29 #include <sys/socket.h>
31 ssize_t recv(int socket, void *buf, size_t buflen, unsigned int flags) argument
33 return recvfrom(socket, buf, buflen, flags, NULL, 0);
H A Dsend.c29 #include <sys/socket.h>
31 ssize_t send(int socket, const void *buf, size_t buflen, unsigned int flags) argument
33 return (ssize_t) sendto(socket, buf, buflen, flags, NULL, 0);
H A Dif_indextoname.c33 #include <sys/socket.h>
52 if ((ctl_sock = socket(AF_INET, SOCK_DGRAM, 0)) >= 0) {
H A Dif_nametoindex.c33 #include <sys/socket.h>
51 if ((ctl_sock = socket(AF_INET, SOCK_DGRAM, 0)) >= 0) {
H A Dbindresvport.c30 #include <sys/socket.h>
/bionic/libc/include/net/
H A Dif_arp.h1 #include <sys/socket.h>
H A Dif.h29 #include <sys/socket.h>
/bionic/libc/arch-mips/syscalls/
H A Dsocket.S4 .globl socket
6 .ent socket
8 socket: label
22 .end socket
/bionic/libc/arch-arm/syscalls/
H A Dsocket.S6 ENTRY(socket) function
15 END(socket)
/bionic/libc/include/netinet/
H A Dif_ether.h29 #include <sys/socket.h>
H A Din.h34 #include <sys/socket.h>
/bionic/libc/kernel/common/linux/
H A Dif_pppopns.h21 #include <linux/socket.h>
H A Dif_pppolac.h21 #include <linux/socket.h>
H A Dnet.h22 #include <asm/socket.h>
H A Dcan.h22 #include <linux/socket.h>
H A Dipx.h22 #include <linux/socket.h>
/bionic/libc/arch-x86/syscalls/
H A Dsocket.S6 ENTRY(socket) function
25 END(socket)
/bionic/libc/upstream-netbsd/libc/inet/
H A Dinet_ntoa.c43 #include <sys/socket.h>
/bionic/libc/include/
H A Dresolv.h34 #include <sys/socket.h>
/bionic/libc/kernel/common/linux/sunrpc/
H A Dxprt.h22 #include <linux/socket.h>
105 struct socket * sock;
/bionic/tests/
H A Dnetdb_test.cpp20 #include <sys/socket.h>
/bionic/linker/
H A Ddebugger.cpp37 #include <sys/socket.h>
50 // dump a backtrace only back to the socket
54 /* message sent over the socket */
77 /* This is used for abstract socket namespace, we need
78 * an initial '\0' at the start of the Unix socket path.
90 int s = socket(AF_LOCAL, type, 0);
195 // local socket but we need to tell it the tid of the crashing thread.
219 /* socket failed; maybe process ran out of fds */
/bionic/libc/netbsd/inet/
H A Dnsap_addr.c31 #include <sys/socket.h>
/bionic/libc/include/sys/
H A Dsocket.h33 #include <linux/socket.h>
35 #include <asm/socket.h>
276 __socketcall int socket(int, int, int);

Completed in 564 milliseconds

12