Searched defs:socketpair (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dsocketpair.c47 socketpair(int domain, int type, int protocol, int socket_vector[2]) function
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmemdebug.h112 #define socketpair(domain,type,protocol,socket_vector)\ macro
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h690 #undef socketpair macro
691 #define socketpair(a, t, p, s) rb_w32_socketpair(a, t, p, s) macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_syscalls.c1006 socketpair(struct proc *p, struct socketpair_args *uap, function
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsocket.h1274 int socketpair(int, int, int, int *) __DARWIN_ALIAS(socketpair); variable

Completed in 288 milliseconds