# Functions

BetweenMatch checks if ip belongs to specific IP Start-End range (ip-ip).
BytesToMAC converts a binary representation of a MAC address to string representation.
No description provided by the author
CIDRMatch checks if specific ip belongs to specific cidr block (ip/mask).
No description provided by the author
No description provided by the author
GetLocalHostName returns the local hostname or the local IP if the hostname cannot be resolved.
GetLocalIP returns the non loopback local IP of the host.
GetMacAddr returns the local mac address.
IntToIP decodes a uint32 encoded IP to a string representation.
IPBetween does determine if a given ip is between two others (inclusive).
No description provided by the author
IPToInt encodes a string representation of a IP to a uint32.
No description provided by the author
MACToByte converts a binary representation of a MAC address to string representation.
WildcardMatch checks if specific ip belongs to specific wildcard IP block.

# Constants

No description provided by the author
No description provided by the author