vswitchd: Properly calculate output port.
[openvswitch] / lib / socket-util.h
index f5d60105eede92f99b0626bcb21315948a3a9ece..f4e617a6561fcecbad5b142456351314d540c937 100644 (file)
@@ -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);
@@ -45,5 +46,6 @@ int read_fully(int fd, void *, size_t, size_t *bytes_read);
 int write_fully(int fd, const void *, size_t, size_t *bytes_written);
 
 int fsync_parent_dir(const char *file_name);
+int get_mtime(const char *file_name, struct timespec *mtime);
 
 #endif /* socket-util.h */