Searched refs:real_socket (Results 1 – 3 of 3) sorted by relevance
108 static int (*real_socket)(int, int, int); variable160 return real_socket(domain, type, protocol); in socket()164 rc = real_socket(domain, type, protocol); in socket()
62 func_socket real_socket; member
98 static int (*real_socket)(int, int, int); variable