Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dsocket.c27 __socket (int fd, int type, int domain) in __socket() argument
30 return INLINE_SYSCALL (socket, 3, fd, type, domain); in __socket()
32 return SOCKETCALL (socket, fd, type, domain); in __socket()
A Dsocketpair.c27 __socketpair (int domain, int type, int protocol, int sv[2]) in __socketpair() argument
30 return INLINE_SYSCALL (socketpair, 4, domain, type, protocol, &sv[0]); in __socketpair()
32 return SOCKETCALL (socketpair, domain, type, protocol, sv); in __socketpair()
/sysdeps/mach/hurd/
A Dsocket.c30 __socket (int domain, int type, int protocol) in __socket() argument
41 server = _hurd_socket_server (domain, 0); in __socket()
51 server = _hurd_socket_server (domain, 1); in __socket()
A Dsocketpair.c33 __socketpair (int domain, int type, int protocol, int fds[2]) in __socketpair() argument
48 server = _hurd_socket_server (domain, 0); in __socketpair()
60 server = _hurd_socket_server (domain, 1); in __socketpair()

Completed in 4 milliseconds