1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Remove the unused HOST_FIREWALLED and HOST_BROADCAST flags. The only flags used

are HOST_UNKNOWN, HOST_UP, and HOST_DOWN, and they're not "flags" as such
because they are mutually exclusive.
This commit is contained in:
david
2008-12-04 17:20:07 +00:00
parent c561222685
commit e37bb72cd1
4 changed files with 7 additions and 35 deletions

2
nmap.h
View File

@@ -332,8 +332,6 @@ void *realloc();
#define HOST_UNKNOWN 0
#define HOST_UP 1
#define HOST_DOWN 2
#define HOST_FIREWALLED 4
#define HOST_BROADCAST 8 /* use the weird_responses member of hoststruct instead */
#define PINGTYPE_UNKNOWN 0
#define PINGTYPE_NONE 1