Searched refs:fake_socket (Results 1 – 2 of 2) sorted by relevance
48 int fake_socket(int domain, int type, int protocol);51 #define socket(a, b, c) fake_socket((a), (b), (c))
202 fake_socket(int domain, int type, int protocol) in fake_socket() function