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

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

Completed in 60 milliseconds