|
ieee_test(3) -- IEEE test functions
|
These functions allow users to test conformance to IEEE Std 754-1985. Their use is not otherwise recommended. logb(x) returns x's exponent n, a signed integer converted to double-precision floating-p... |
if_freenameindex(3) -- provide mappings between interface names and indexes
|
The if_nametoindex() function maps the interface name specified in ifname to its corresponding index. If the specified interface does not exist, it returns 0. The if_indextoname() function maps the in... |
if_indextoname(3) -- provide mappings between interface names and indexes
|
The if_nametoindex() function maps the interface name specified in ifname to its corresponding index. If the specified interface does not exist, it returns 0. The if_indextoname() function maps the in... |
if_nameindex(3) -- provide mappings between interface names and indexes
|
The if_nametoindex() function maps the interface name specified in ifname to its corresponding index. If the specified interface does not exist, it returns 0. The if_indextoname() function maps the in... |
if_nametoindex(3) -- provide mappings between interface names and indexes
|
The if_nametoindex() function maps the interface name specified in ifname to its corresponding index. If the specified interface does not exist, it returns 0. The if_indextoname() function maps the in... |
ilogb(3) -- Functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero... |
ilogbf(3) -- Functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero... |
index(3) -- locate character in string
|
The index() function locates the first character matching c (converted to a char) in the null-terminated string s. |
inet(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... |
inet6_option_alloc(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constranints, padding and ancillary data manipulation. RFC2292 defines a set of functions to help the applic... |
inet6_option_append(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constranints, padding and ancillary data manipulation. RFC2292 defines a set of functions to help the applic... |
inet6_option_find(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constranints, padding and ancillary data manipulation. RFC2292 defines a set of functions to help the applic... |
inet6_option_init(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constranints, padding and ancillary data manipulation. RFC2292 defines a set of functions to help the applic... |