2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

Merge citrix branch into master.

This commit is contained in:
Ben Pfaff
2009-07-16 11:54:37 -07:00
48 changed files with 1287 additions and 359 deletions

View File

@@ -32,6 +32,7 @@ int make_unix_socket(int style, bool nonblock, bool passcred,
const char *bind_path, const char *connect_path);
int get_unix_name_len(socklen_t sun_len);
uint32_t guess_netmask(uint32_t ip);
int get_null_fd(void);
int tcp_open_active(const char *target, uint16_t default_port,
struct sockaddr_in *sinp, int *fdp);