- bsd_socketpair
int bsd_socketpair(int domain, int type, int protocol, int* socket_vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- socketpair
int socketpair(int d, int t, int p, int sv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.