author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | |
Sat, 8 Mar 2003 02:26:22 +0000 (02:26 +0000) | ||
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | |
Sat, 8 Mar 2003 02:26:22 +0000 (02:26 +0000) | ||
commit | 4a95946a9b634513494553808b31372060e3c045 | |
tree | 25a976382e9e4812e565599de93e68cb0b2d0a83 | tree | snapshot |
parent | c8ba525d6a1f040cb439f3a963cdb32c36c8f2a8 | commit | diff |
AF indepedent routines introduced.
Modifed process_request() & my_connect() parameters to make 'proto' type
'int' rather than 'char *' and use IPPROTO_* POSIX values.
Removed is_dotted_quad() & my_inet_aton() functions
Added is_addr(), is_inet_addr(), is_inet6_addr() and resolve_host_or_addr()
functions to check whether it is a valid IP address
Modified is_host() to call is_addr() and is_hostname()
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@384 f882894a-f735-0410-b71e-b25c423dba1c
Modifed process_request() & my_connect() parameters to make 'proto' type
'int' rather than 'char *' and use IPPROTO_* POSIX values.
Removed is_dotted_quad() & my_inet_aton() functions
Added is_addr(), is_inet_addr(), is_inet6_addr() and resolve_host_or_addr()
functions to check whether it is a valid IP address
Modified is_host() to call is_addr() and is_hostname()
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@384 f882894a-f735-0410-b71e-b25c423dba1c
plugins/netutils.c | diff | blob | history | |
plugins/netutils.h.in | diff | blob | history | |
plugins/utils.c | diff | blob | history | |
plugins/utils.h.in | diff | blob | history |