| 82 | typedef ssize_t (*recv_pfn_t)(int socket, void *buffer, size_t length, int flags); |
| 83 | |
| 84 | typedef int (*poll_pfn_t)(struct pollfd fds[], nfds_t nfds, int timeout); |
| 85 | typedef int (*setsockopt_pfn_t)(int socket, int level, int option_name, |
| 86 | const void *option_value, socklen_t option_len); |
| 87 |
nothing calls this directly
no outgoing calls
no test coverage detected