Searched refs:swrap_socket (Results 1 – 2 of 2) sorted by relevance
41 int swrap_socket(int family, int type, int protocol);129 #define socket(domain,type,protocol) swrap_socket(domain,type,protocol)
1212 _PUBLIC_ int swrap_socket(int family, int type, int protocol) in swrap_socket() function