mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
socket-util: Unix socket related calls for non-windows platform.
Don't try to compile Unix socket related functions for Windows. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
This commit is contained in:
@@ -42,9 +42,11 @@ int get_socket_rcvbuf(int sock);
|
||||
int check_connection_completion(int fd);
|
||||
int drain_rcvbuf(int fd);
|
||||
void drain_fd(int fd, size_t n_packets);
|
||||
#ifndef _WIN32
|
||||
int make_unix_socket(int style, bool nonblock,
|
||||
const char *bind_path, const char *connect_path);
|
||||
int get_unix_name_len(socklen_t sun_len);
|
||||
#endif
|
||||
ovs_be32 guess_netmask(ovs_be32 ip);
|
||||
int get_null_fd(void);
|
||||
|
||||
|
Reference in New Issue
Block a user