|
NAMEipaddr_str - convert address to a human-readable stringSYNOPSIS
DESCRIPTIONFormats address as a human-readable string.addr: IP address object. buf: Buffer to store the result in. It must be at least IPADDR_MAXSTRLEN bytes long. This function is not available if libdill is compiled with --disable-sockets option. RETURN VALUEThe function returns ipstr argument, i.e. pointer to the formatted string.ERRORSNone.EXAMPLE
SEE ALSOipaddr_equal(3) ipaddr_family(3) ipaddr_len(3) ipaddr_local(3) ipaddr_port(3) ipaddr_remote(3) ipaddr_remotes(3) ipaddr_setport(3) ipaddr_sockaddr(3)
Visit the GSP FreeBSD Man Page Interface. |