Searched refs:common_socketpair (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dsocket.cpp585 common_socketpair(int family, int type, int protocol, int fds[2], bool kernel) function
781 RETURN_AND_SET_ERRNO(common_socketpair(family, type, protocol,
1223 error = common_socketpair(family, type, protocol, socketVector, false);

Completed in 35 milliseconds