Home
last modified time | relevance | path

Searched refs:real_ioctl (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c124 static int (*real_ioctl)(int, int, void *); variable
372 return real_ioctl(sockfd, request, p); in ioctl()
378 return real_ioctl(sockfd, request, p); in ioctl()
/f-stack/app/micro_thread/
H A Dmt_sys_hook.h75 func_ioctl real_ioctl; member
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c122 static int (*real_ioctl)(int, int, void *); variable