summaryrefslogtreecommitdiff
path: root/lib/socket-util.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Adding explicit typecasts to fix C++ compilation issuesShireesh Singh2017-12-191-2/+2
* socket-util: Make parse_bracketed_token() public, as inet_parse_token().Ben Pfaff2017-10-241-1/+2
* socket-util: Change ss_format_address() to take a dynamic string.Ben Pfaff2017-07-171-3/+3
* socket-util: Support sendmmsg() regardless of platform.Ben Pfaff2017-07-121-0/+27
* stream-unix: only use path-based socket namesThadeu Lima de Souza Cascardo2016-07-191-1/+2
* lib: add ipv6 helper functions for tnl_configJiri Benc2015-11-101-0/+1
* Undefined symbol make_unix_socketAlin Serdean2015-07-101-0/+7
* socket-util: Use correct address family in set_dscp(), instead of guessing.Ben Pfaff2015-02-201-2/+2
* stream-tcp: Call setsockopt TCP_NODELAY after TCP is connected.Gurucharan Shetty2014-10-231-0/+1
* socket-util: Log the kernel assigned port number when asked.Gurucharan Shetty2014-05-281-1/+2
* socket-util: Refactor unix specific code to a new file.Gurucharan Shetty2014-05-271-25/+19
* socket-util: pipe for Windows.Gurucharan Shetty2014-02-261-0/+2
* socket-util: drain_rcvbuf() for Windows.Gurucharan Shetty2014-02-241-0/+2
* socket-util: Move get_null_fd() to daemon.c.Gurucharan Shetty2014-02-211-1/+0
* socket-util: Move get_max_fds() to process.c.Gurucharan Shetty2014-02-211-2/+0
* socket-util: Unix socket related calls for non-windows platform.Gurucharan Shetty2014-02-211-0/+2
* socket-util: af_inet_ioctl() for Windows.Gurucharan Shetty2014-02-211-0/+2
* socket-util: getsockopt for Windows.Gurucharan Shetty2014-02-211-0/+8
* socket-util: closesocket() for Windows.Gurucharan Shetty2014-02-211-0/+4
* socket-util: Move sock_errno() to socket-util.Gurucharan Shetty2014-02-211-0/+12
* stream-ssl: Add support for Windows platform.Gurucharan Shetty2014-02-111-0/+11
* socket-util: error number to string for sockets.Gurucharan Shetty2014-02-111-0/+1
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-5/+13
* socket-util: Remove unused functions.Ben Pfaff2014-01-311-24/+0
* netdev-linux, netdev-bsd: Make access to AF_INET socket thread-safe.Ben Pfaff2013-08-091-1/+7
* include some headers to satisfy header file dependencies on NetBSD-6YAMAMOTO Takashi2013-04-221-0/+1
* socket-util: Remove get_socket_error().Ben Pfaff2012-11-201-1/+0
* lib: Add xpipe_nonblocking helperEd Maste2012-09-281-0/+1
* socket-util: export set_dscp()Isaku Yamahata2012-09-261-0/+1
* socket-util: Add functions for sending fds over Unix domain sockets.Ben Pfaff2012-07-181-0/+24
* socket-util: New function xset_nonblocking().Ben Pfaff2012-07-181-0/+2
* socket-util: Remove 'passcred' parameter from make_unix_socket().Ben Pfaff2012-07-181-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* vswitch: Use consistent representation of DSCP bits.Ethan Jackson2012-04-171-2/+2
* socket-util: Remove DSCP_INVALID.Ethan Jackson2012-04-171-5/+0
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+13
* socket-util: New function get_socket_rcvbuf().Ben Pfaff2011-10-141-0/+1
* Include <sys/time.h> in socket-util.hSimon Horman2011-09-221-0/+1
* Include <sys/socket.h> in socket-util.hSimon Horman2011-09-221-0/+1
* socket-util: inet_parse_passive() had incorrect argument type.Ethan Jackson2011-09-131-1/+1
* socket-util: New function lookup_hostname().Ben Pfaff2011-07-271-0/+4
* socket-util: Factor inet_parse_passive() out of inet_open_passive().Ben Pfaff2011-07-271-0/+3
* Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff2011-05-161-1/+2
* poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff2011-05-131-0/+2
* Log anything that could prevent a daemon from starting.Ben Pfaff2011-04-041-1/+3
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-021-0/+1
* socket-util: Move get_mtime() here from stream-ssl.Ben Pfaff2010-04-261-0/+1
* socket-util: Factor out new function inet_parse_active().Ben Pfaff2010-04-261-0/+2
* ovsdb: Factor out code to fsync a file's containing directory.Ben Pfaff2010-02-151-0/+2
* socket-util: Make inet_open_passive() pass back the bound address.Ben Pfaff2010-01-071-1/+2