/bionic/libc/kernel/arch-x86/asm/ |
H A D | socket.h | 19 #include <asm-generic/socket.h>
|
/bionic/libc/bionic/ |
H A D | recv.c | 29 #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 D | send.c | 29 #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 D | if_indextoname.c | 33 #include <sys/socket.h> 52 if ((ctl_sock = socket(AF_INET, SOCK_DGRAM, 0)) >= 0) {
|
H A D | if_nametoindex.c | 33 #include <sys/socket.h> 51 if ((ctl_sock = socket(AF_INET, SOCK_DGRAM, 0)) >= 0) {
|
H A D | bindresvport.c | 30 #include <sys/socket.h>
|
/bionic/libc/include/net/ |
H A D | if_arp.h | 1 #include <sys/socket.h>
|
H A D | if.h | 29 #include <sys/socket.h>
|
/bionic/libc/arch-mips/syscalls/ |
H A D | socket.S | 4 .globl socket 6 .ent socket 8 socket: label 22 .end socket
|
/bionic/libc/arch-arm/syscalls/ |
H A D | socket.S | 6 ENTRY(socket) function 15 END(socket)
|
/bionic/libc/include/netinet/ |
H A D | if_ether.h | 29 #include <sys/socket.h>
|
H A D | in.h | 34 #include <sys/socket.h>
|
/bionic/libc/kernel/common/linux/ |
H A D | if_pppopns.h | 21 #include <linux/socket.h>
|
H A D | if_pppolac.h | 21 #include <linux/socket.h>
|
H A D | net.h | 22 #include <asm/socket.h>
|
H A D | can.h | 22 #include <linux/socket.h>
|
H A D | ipx.h | 22 #include <linux/socket.h>
|
/bionic/libc/arch-x86/syscalls/ |
H A D | socket.S | 6 ENTRY(socket) function 25 END(socket)
|
/bionic/libc/upstream-netbsd/libc/inet/ |
H A D | inet_ntoa.c | 43 #include <sys/socket.h>
|
/bionic/libc/include/ |
H A D | resolv.h | 34 #include <sys/socket.h>
|
/bionic/libc/kernel/common/linux/sunrpc/ |
H A D | xprt.h | 22 #include <linux/socket.h> 105 struct socket * sock;
|
/bionic/tests/ |
H A D | netdb_test.cpp | 20 #include <sys/socket.h>
|
/bionic/linker/ |
H A D | debugger.cpp | 37 #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 D | nsap_addr.c | 31 #include <sys/socket.h>
|
/bionic/libc/include/sys/ |
H A D | socket.h | 33 #include <linux/socket.h> 35 #include <asm/socket.h> 276 __socketcall int socket(int, int, int);
|