DragonFly On-Line Manual Pages

Search: Section:  


firedns_ntoa4(3)      DragonFly Library Functions Manual      firedns_ntoa4(3)

NAME

firedns_ntoa4 - convert a binary format IPv4 address to a dotted quad string

SYNOPSIS

#include <firedns.h> -lfiredns char *firedns_ntoa4(const struct in_addr *ip) char *firedns_ntoa4_r(const struct in_addr *ip) char *firedns_ntoa4_s(const struct in_addr *ip, char *result)

DESCRIPTION

firedns_ntoa4() takes an IPv4 address in binary format in ip and returns a char * of the IP in human-readable dotted quad format.

RETURN VALUE

Returns a string containing the IP address in human-readable dotted quad format.

AUTHOR

Ian Gulliver <ian@penguinhosting.net>

SEE ALSO

libfiredns(3) 2002-03-31 firedns_ntoa4(3)

Search: Section: