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

/haiku/src/system/kernel/fs/
H A Dsocket.cpp369 common_socket(int family, int type, int protocol, bool kernel) function
654 RETURN_AND_SET_ERRNO(common_socket(family, type, protocol, true));
811 return result = common_socket(family, type, protocol, false);

Completed in 92 milliseconds