mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Only FD_SET and FD_CLR were available. Added a FD_ISSET equivalent. Implemented them as static inline instead of macros for consistency. These functions abort() if the FD number is higher than FD_SETSIZE (except on windows where no check is performed). |
||
|---|---|---|
| .. | ||
| test | ||
| acinclude.m4 | ||
| CHANGELOG | ||
| configure | ||
| configure.ac | ||
| getaddrinfo.c | ||
| getnameinfo.c | ||
| getopt.c | ||
| getopt.h | ||
| inet_ntop.c | ||
| inet_pton.c | ||
| Makefile.in | ||
| nbase.h | ||
| nbase.vcxproj | ||
| nbase_addrset.c | ||
| nbase_addrset.h | ||
| nbase_config.h.in | ||
| nbase_crc32ct.h | ||
| nbase_ipv6.h | ||
| nbase_memalloc.c | ||
| nbase_misc.c | ||
| nbase_rnd.c | ||
| nbase_str.c | ||
| nbase_time.c | ||
| nbase_winconfig.h | ||
| nbase_winunix.c | ||
| nbase_winunix.h | ||
| snprintf.c | ||
| strcasecmp.c | ||