From 883992d876f34a0486e675160a60701dc0a1b66a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 13 Apr 2012 13:33:44 +0200 Subject: Add client and server config options IPv4Only and IPv6Only. Related to RADSECPROXY-37. TODO: Add documentation. --- hostport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hostport.h') diff --git a/hostport.h b/hostport.h index 425bb8f..207e2ba 100644 --- a/hostport.h +++ b/hostport.h @@ -17,9 +17,9 @@ struct hostportres *newhostport(char *hostport, char *default_port, uint8_t pref int addhostport(struct list **hostports, char **hostport, char *portdefault, uint8_t prefixok); void freehostport(struct hostportres *hp); void freehostports(struct list *hostports); -int resolvehostport(struct hostportres *hp, int socktype, uint8_t passive); -int resolvehostports(struct list *hostports, int socktype); -struct addrinfo *resolvepassiveaddrinfo(char *hostport, char *default_port, int socktype); +int resolvehostport(struct hostportres *hp, int af, int socktype, uint8_t passive); +int resolvehostports(struct list *hostports, int af, int socktype); +struct addrinfo *resolvepassiveaddrinfo(char *hostport, int af, char *default_port, int socktype); int addressmatches(struct list *hostports, struct sockaddr *addr, uint8_t checkport); int connecttcphostlist(struct list *hostports, struct addrinfo *src); -- cgit v1.1