Lines Matching defs:fd
57 MtHookFd* mt_hook_find_fd(int fd) in mt_hook_find_fd()
71 void mt_hook_new_fd(int fd) in mt_hook_new_fd()
83 void mt_hook_free_fd(int fd) in mt_hook_free_fd()
98 int ioctl(int fd, unsigned long cmd, ...) in ioctl()
132 int fd = ff_hook_socket(domain, type, protocol); in socket() local
147 int close(int fd) in close()
159 int connect(int fd, const struct sockaddr *address, socklen_t address_len) in connect()
176 ssize_t read(int fd, void *buf, size_t nbyte) in read()
193 ssize_t write(int fd, const void *buf, size_t nbyte) in write()
210 ssize_t sendto(int fd, const void *message, size_t length, int flags, in sendto()
229 ssize_t recvfrom(int fd, void *buffer, size_t length, int flags, in recvfrom()
248 ssize_t recv(int fd, void *buffer, size_t length, int flags) in recv()
265 ssize_t send(int fd, const void *buf, size_t nbyte, int flags) in send()
282 int setsockopt(int fd, int level, int option_name, const void *option_value, socklen_t option_len) in setsockopt()
307 int fcntl(int fd, int cmd, ...) in fcntl()
358 int accept(int fd, struct sockaddr *addr, socklen_t *addrlen) in accept()