|
inet_net_ntop(3) -- Internet network number manipulation routines
|
The inet_net_ntop() function converts an Internet network number from network format (usually a struct in_addr or some other binary form, in network byte order) to CIDR presentation format (suitable f... |
inet_net_pton(3) -- Internet network number manipulation routines
|
The inet_net_ntop() function converts an Internet network number from network format (usually a struct in_addr or some other binary form, in network byte order) to CIDR presentation format (suitable f... |
inet_ntoa(3) -- Internet address manipulation routines
|
The routines inet_aton(), inet_addr() and inet_network() interpret character strings representing numbers expressed in the Internet standard "dotted quad" notation. The inet_pton() function converts... |
inet_ntop(3) -- Internet address manipulation routines
|
The routines inet_aton(), inet_addr() and inet_network() interpret character strings representing numbers expressed in the Internet standard "dotted quad" notation. The inet_pton() function converts... |
inet_pton(3) -- Internet address manipulation routines
|
The routines inet_aton(), inet_addr() and inet_network() interpret character strings representing numbers expressed in the Internet standard "dotted quad" notation. The inet_pton() function converts... |
initgroups(3) -- initialize supplementary group IDs
|
The initgroups() function uses the getgrouplist(3) function to calculate the supplementary group IDs for the user specified in name. This group list then set up for the current process using setgroups... |
initstate(3) -- better random number generator; routines for changing generators
|
The random() function uses a non-linear additive feedback random number generator employing a default table of size 31 long integers to return successive pseudo-random numbers in the range from 0 to (... |
init_error_table(3) -- common error display library
|
The com_err library provides a common error-reporting mechanism for defining and accessing error codes and descriptions for application software packages. Error descriptions are defined in a table and... |
innetgr(3) -- netgroup database operations
|
These functions operate on the netgroup database file which is described in netgroup(5). The database defines a set of netgroups, each made up of one or more triples: (host, user, domain) that defines... |
insque(3) -- insert/remove element from a queue
|
These interfaces are available from the compatibility library, libcompat. insque() and remque() manipulate queues built from doubly linked lists. Each element in the queue must begin with a "struct q... |
intro(3) -- introduction to the system libraries
|
This section provides an overview of the system libraries, their functions, error returns and other common definitions and concepts. Most of these functions are available from the standard C library, ... |
ipsec_dump_policy(3) -- manipulate IPsec policy specification structure from readable string
|
ipsec_set_policy() generates IPsec policy specification structure, namely struct sadb_x_policy and/or struct sadb_x_ipsecrequest from human-readable policy specification. policy specification must be ... |
ipsec_get_policylen(3) -- manipulate IPsec policy specification structure from readable string
|
ipsec_set_policy() generates IPsec policy specification structure, namely struct sadb_x_policy and/or struct sadb_x_ipsecrequest from human-readable policy specification. policy specification must be ... |