|
int socket(int domain, int type, int protocol)
|
|
int socket(int domain, int type, int protocol)
|
|
int s = socketcall(socket, domain, type, protocol, 0, 0, 0);
|
|
int s = socketcall(socket, domain, type, protocol, 0, 0, 0);
|
|
s = socketcall(socket, domain,
|
|
s = socketcall(socket, domain,
|
|
type & ~(SOCK_CLOEXEC|SOCK_NONBLOCK),
|
|
type & ~(SOCK_CLOEXEC|SOCK_NONBLOCK),
|