Include dependency graph for winsock.c:

Data Structures | |
| struct | wsaerrmsg_t |
Functions | |
| const char * | net_strerror (int value) |
| ssize_t | vlc_sendmsg (int s, struct msghdr *hdr, int flags) |
| ssize_t | vlc_recvmsg (int s, struct msghdr *hdr, int flags) |
Variables | |
| static const wsaerrmsg_t | wsaerrmsg [] |
| const char* net_strerror | ( | int | value | ) |
| ssize_t vlc_recvmsg | ( | int | s, | |
| struct msghdr * | hdr, | |||
| int | flags | |||
| ) |
| ssize_t vlc_sendmsg | ( | int | s, | |
| struct msghdr * | hdr, | |||
| int | flags | |||
| ) |
const wsaerrmsg_t wsaerrmsg[] [static] |
1.5.1