Lines Matching defs:fd
45 int ff_hook_close(int fd) in ff_hook_close()
54 int ff_hook_connect(int fd, const struct sockaddr *address, socklen_t addrlen_len) in ff_hook_connect()
63 ssize_t ff_hook_read(int fd, void *buf, size_t nbyte) in ff_hook_read()
72 ssize_t ff_hook_write(int fd, const void *buf, size_t nbyte) in ff_hook_write()
80 ssize_t ff_hook_sendto(int fd, const void *message, size_t length, int flags, in ff_hook_sendto()
89 ssize_t ff_hook_recvfrom(int fd, void *buffer, size_t length, int flags, in ff_hook_recvfrom()
98 ssize_t ff_hook_recv(int fd, void *buffer, size_t length, int flags) in ff_hook_recv()
106 ssize_t ff_hook_send(int fd, const void *buf, size_t nbyte, int flags) in ff_hook_send()
115 int ff_hook_setsockopt(int fd, int level, int option_name, const void *option_value, socklen_t opti… in ff_hook_setsockopt()
124 int ff_hook_ioctl(int fd, int cmd, void *arg) in ff_hook_ioctl()
133 int ff_hook_fcntl(int fd, int cmd, void *arg) in ff_hook_fcntl()
142 int ff_hook_listen(int fd, int backlog) in ff_hook_listen()
151 int ff_hook_bind(int fd, const struct sockaddr *addr, socklen_t addrlen) in ff_hook_bind()
160 int ff_hook_accept(int fd, struct sockaddr *addr, socklen_t *addrlen) in ff_hook_accept()