PostgreSQL network types binary format. *
Struct holds PostgreSQL 'cidr' and 'inet' data types. Supports IPv4 and IPv6 with explicit mask designation (CIDR model).
MAC address. Struct holds 6 octets of the address. * Serializes to bson as string like 'xx:xx:xx:xx:xx:xx'
See Source File
NCrashed <ncrashed@gmail.com>
Subject to the terms of the MIT license, as written in the included LICENSE file.
© 2014 DSoftOut
PostgreSQL network types binary format. *