summaryrefslogtreecommitdiff
path: root/lib/socket-util.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-server: Fix handling of DNS name for listener configuration.Frode Nordahl2023-02-101-1/+2
* ovsdb: raft: Fix inability to read the database with DNS host names.Ilya Maximets2022-03-301-1/+2
* socket-util: Emulate recvmmsg() and sendmmsg() on Linux only.Ben Pfaff2020-01-141-10/+10
* socket-util: Introduce emulation and wrapper for recvmmsg().Ben Pfaff2020-01-091-10/+14
* ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm buildNuman Siddique2018-11-051-1/+1
* socket-util: Add more functions for IPv[46] sockaddr and sockaddr_storage.Ben Pfaff2018-04-161-0/+12
* Make <host>:<port> parsing uniform treewide.Ben Pfaff2018-04-161-1/+2
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-2/+2
* socket-util: New function inet_parse_address().Ben Pfaff2018-04-161-0/+2
* ovn-northd: Use common code for sockaddr_storage.Ben Pfaff2018-04-161-0/+1
* 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