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