Searched refs:type (Results 1 – 4 of 4) sorted by relevance
/socket/ |
A D | opensock.c | 28 int type = SOCK_DGRAM | SOCK_CLOEXEC; in __opensock() local 31 fd = __socket (AF_UNIX, type, 0); in __opensock() 34 fd = __socket (AF_INET, type, 0); in __opensock() 37 fd = __socket (AF_INET6, type, 0); in __opensock()
|
A D | socketpair.c | 26 socketpair (int domain, int type, int protocol, int fds[2]) in socketpair() argument
|
A D | socket.c | 25 __socket (int domain, int type, int protocol) in __socket() argument
|
/socket/sys/ |
A D | socket.h | 78 # define __SOCKADDR_ONETYPE(type) struct type *__restrict __##type##__; argument 82 # define __SOCKADDR_ONETYPE(type) const struct type *__restrict __##type##__; argument
|
Completed in 4 milliseconds