Searched defs:type (Results 1 – 4 of 4) sorted by relevance
28 int type = SOCK_DGRAM | SOCK_CLOEXEC; in __opensock() local
25 __socket (int domain, int type, int protocol) in __socket()
26 socketpair (int domain, int type, int protocol, int fds[2]) in socketpair()
78 # define __SOCKADDR_ONETYPE(type) struct type *__restrict __##type##__; argument82 # define __SOCKADDR_ONETYPE(type) const struct type *__restrict __##type##__; argument
Completed in 10 milliseconds