Home
last modified time | relevance | path

Searched refs:type (Results 1 – 4 of 4) sorted by relevance

/socket/
A Dopensock.c28 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 Dsocketpair.c26 socketpair (int domain, int type, int protocol, int fds[2]) in socketpair() argument
A Dsocket.c25 __socket (int domain, int type, int protocol) in __socket() argument
/socket/sys/
A Dsocket.h78 # define __SOCKADDR_ONETYPE(type) struct type *__restrict __##type##__; argument
82 # define __SOCKADDR_ONETYPE(type) const struct type *__restrict __##type##__; argument

Completed in 4 milliseconds