Searched defs:FD_SET_ALLOC_SIZE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dwin32select.c103 #define FD_SET_ALLOC_SIZE(n) ((sizeof(struct win_fd_set) + ((n)-1)*sizeof(SOCKET))) macro
/netbsd-current/external/bsd/libevent/dist/
H A Dwin32select.c104 #define FD_SET_ALLOC_SIZE(n) ((sizeof(struct win_fd_set) + ((n)-1)*sizeof(SOCKET))) macro

Completed in 120 milliseconds