X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsocket-util.h;h=f4e617a6561fcecbad5b142456351314d540c937;hb=d31f1109f10e5ffb9bf266306b913ebf23781666;hp=40a96144d9b21e7fd411c72be4da58bf129a1fc1;hpb=bad68a9965215511b305c59d7f1830344ec2241f;p=sliver-openvswitch.git diff --git a/lib/socket-util.h b/lib/socket-util.h index 40a96144d..f4e617a65 100644 --- a/lib/socket-util.h +++ b/lib/socket-util.h @@ -24,6 +24,7 @@ int set_nonblocking(int fd); int get_max_fds(void); int lookup_ip(const char *host_name, struct in_addr *address); +int lookup_ipv6(const char *host_name, struct in6_addr *address); int get_socket_error(int sock); int check_connection_completion(int fd); int drain_rcvbuf(int fd);