nmap/nbase
henri 64fb5b3482 Added safe fd_set operations.
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).
2014-01-30 19:02:57 +00:00
..
test
acinclude.m4
CHANGELOG
configure Re-autoconf the configure scripts (using 2.69) 2013-12-11 23:17:47 +00:00
configure.ac
getaddrinfo.c
getnameinfo.c
getopt.c
getopt.h
inet_ntop.c
inet_pton.c
Makefile.in
nbase.h Added safe fd_set operations. 2014-01-30 19:02:57 +00:00
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