nis-util  1.0.D108
Functions
lib/net_utils/canonical_network_address.cc File Reference
#include <arpa/inet.h>
#include <netinet/in.h>
#include <lib/net_utils.h>

Go to the source code of this file.

Functions

rcstring canonical_network_address (const rcstring &text)

Function Documentation

The canonical_network_address class method is used to convert an address into its canonical form. Invalid addresses, or addresses already in canonical form, will be passed through unchanged.

Definition at line 26 of file canonical_network_address.cc.