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

Go to the source code of this file.

Functions

rcstring string_from_network_number (unsigned long num)

Function Documentation

rcstring string_from_network_number ( unsigned long  number)

The string_from_network_number function is used to convert and IPv4 network number into a string in canonical form.

Definition at line 27 of file string_from_network_number.cc.