Home | History | Annotate | Download | only in unistd

Lines Matching refs:socket

29 #include <sys/socket.h>
54 int socket(int domain, int type, int protocol)
159 ssize_t sendto(int socket, const void *message, size_t length, int flags,
164 t[0] = (unsigned long) socket;
176 ssize_t recvfrom(int socket, void *buffer, size_t length, unsigned int flags,
181 t[0] = (unsigned long) socket;
193 int shutdown(int socket, int how)
197 t[0] = (unsigned long) socket;
235 int sendmsg (int socket, const struct msghdr *message, unsigned int flags)
239 t[0] = (unsigned long) socket;
248 int recvmsg(int socket, struct msghdr *message, unsigned int flags)
252 t[0] = (unsigned long) socket;