1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_aton4 3 2002-03-31
4 firedns_aton4 \- convert a dotted quad IPv4 address to binary format
6 .B #include <firedns.h>
10 .BI "struct in_addr *firedns_aton4(const char * const " "ipstring" ")"
12 .BI "struct in_addr *firedns_aton4_r(const char * const " "ipstring" ")"
14 .BI "struct in_addr *firedns_aton4_s(const char * const " "ipstring" ", struct in_addr *" "ip" ")"
16 firedns_aton4() takes an IPv4 address in dotted quad notation in
20 containing the address in binary format.
24 containing the IP address in binary form, or
30 Ian Gulliver <ian@penguinhosting.net>