Port Scanner
Lightweight TCP port scanner for Linux
Loading...
Searching...
No Matches
Typedefs
types.hpp File Reference
#include <vector>
#include <string>
#include <cstdint>
+ Include dependency graph for types.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using ipaddr_t = std::string
 IP address type.
 
using port_t = uint16_t
 Port number type.
 
using ports_t = std::vector< port_t >
 Vector of ports type.
 

Typedef Documentation

◆ ipaddr_t

using ipaddr_t = std::string

IP address type.

Definition at line 8 of file types.hpp.

◆ port_t

using port_t = uint16_t

Port number type.

Definition at line 9 of file types.hpp.

◆ ports_t

using ports_t = std::vector<port_t>

Vector of ports type.

Definition at line 10 of file types.hpp.