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

1234

/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsocket.h19 #include <asm-generic/socket.h>
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dsocket.h19 #include <asm-generic/socket.h>
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsocket.h19 #include <asm-generic/socket.h>
/bionic/libc/bionic/
H A Dsocket.cpp19 #include <sys/socket.h>
21 int socket(int domain, int type, int protocol) { function
22 return __netdClientDispatch.socket(domain, type, protocol);
H A Drecv.cpp30 #include <sys/socket.h>
32 ssize_t recv(int socket, void *buf, size_t len, int flags) { argument
33 return recvfrom(socket, buf, len, flags, NULL, 0);
H A Dsend.cpp29 #include <sys/socket.h>
31 ssize_t send(int socket, const void* buf, size_t len, int flags) { argument
32 return sendto(socket, buf, len, flags, NULL, 0);
H A D__recvfrom_chk.cpp32 #include <sys/socket.h>
35 ssize_t __recvfrom_chk(int socket, void* buf, size_t len, size_t buflen, argument
42 return recvfrom(socket, buf, len, flags, src_addr, addrlen);
H A Daccept.cpp17 #include <sys/socket.h>
H A Dconnect.cpp19 #include <sys/socket.h>
H A Daccept4.cpp19 #include <sys/socket.h>
H A Dif_indextoname.c33 #include <sys/socket.h>
51 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 D__cmsg_nxthdr.cpp29 #include <sys/socket.h>
/bionic/libc/include/net/
H A Dif_arp.h1 #include <sys/socket.h>
H A Droute.h32 #include <sys/socket.h>
H A Dif.h32 #include <sys/socket.h>
/bionic/libc/kernel/uapi/linux/
H A Dun.h21 #include <linux/socket.h>
H A Dif_pppopns.h21 #include <linux/socket.h>
H A Dnet.h21 #include <linux/socket.h>
22 #include <asm/socket.h>
H A Dif_pppolac.h21 #include <linux/socket.h>
/bionic/libc/private/
H A DNetdClientDispatch.h21 #include <sys/socket.h>
28 int (*socket)(int, int, int); member in struct:NetdClientDispatch
/bionic/libc/include/netinet/
H A Dif_ether.h29 #include <sys/socket.h>
H A Din.h35 #include <sys/socket.h>
/bionic/libc/kernel/uapi/linux/caif/
H A Dif_caif.h24 #include <linux/socket.h>
/bionic/libc/include/
H A Dresolv.h34 #include <sys/socket.h>

Completed in 1448 milliseconds

1234