Date: Mon, 24 Nov 1997 03:43:09 -0500 (EST) From: Jim Flowers <jflowers@ezo.net> To: freebsd-hackers@freebsd.org Subject: inet_addr function? Message-ID: <Pine.BSI.3.91.971124033548.2892A-100000@lily.ezo.net>
next in thread | raw e-mail | index | archive | help
I am tyring to debug a C program that uses functions named inet_ntoa and inet_addr. I found inet_ntoa ok but there does not seem to be an inet_addr, anywhere. It's purpose is to convert a dotted quad (###.###.###.###) Internet address into an unsigned long. I suppose if worse comes to worse I could just write it but the context looks as if it is supposed to be an OS function that I should just be able to get in a .h file somewhere. Any help? ; Thanks. Jim Flowers <jflowers@ezo.net> #4 ISP on C|NET, #1 in Ohio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.971124033548.2892A-100000>