inet: Create helper function for IP address checking
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 4 Jun 2012 10:45:02 +0000 (13:45 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 14 Jun 2012 12:05:55 +0000 (15:05 +0300)
commitb93f2462a3dc6cc00810ed28b87a5c05516c0921
tree4c79fa22d5976691536906976272f6e948162d65
parent23da213b31cac162597b73438885ca756d11bafd
inet: Create helper function for IP address checking

Create a helper function that checks if a given hostname is an IPv4
or IPv6 address. If it is, AF_INET or AF_INET6 is returned. On
error the negative error value from getaddrinfo is returned.
include/inet.h
src/inet.c