1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_ntoa4 3 2002-03-31
4 firedns_ntoa4 \- convert a binary format IPv4 address to a dotted quad string
6 .B #include <firedns.h>
10 .BI "char *firedns_ntoa4(const struct in_addr *" "ip" ")"
12 .BI "char *firedns_ntoa4_r(const struct in_addr *" "ip" ")"
14 .BI "char *firedns_ntoa4_s(const struct in_addr *" "ip" ", char *" "result" ")"
16 firedns_ntoa4() takes an IPv4 address in binary format in
20 of the IP in human-readable dotted quad format.
22 Returns a string containing the IP address in human-readable dotted quad format.
24 Ian Gulliver <ian@penguinhosting.net>