Searched refs:real_socket (Results 1 – 1 of 1) sorted by relevance
49 static int (*real_socket)(int, int, int); variable65 real_socket = dlsym(RTLD_NEXT, "socket"); in init_fallbacks()81 return real_socket(domain, type, protocol); in socket()