- #ifndef ZMAP_TYPES_H
- #define ZMAP_TYPES_H
- #include <stdint.h>
- #include <stdint.h>
- typedef uint32_t ipaddr_n_t; // IPv4 address network order
- typedef uint32_t ipaddr_h_t; // IPv4 address host order
- typedef uint16_t port_n_t; // port network order
- typedef uint16_t port_h_t; // port host order
- typedef unsigned char macaddr_t;
- #endif /* ZMAP_TYPES_H */
|