summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-17/+17
* Several minor tweaks.renato2016-07-011-2/+2
* Add GTSM support (RFC 6720).renato2016-07-011-13/+93
* Make functions and variables static whenever possible.renato2016-05-231-4/+1
* Add support for IPv6 (RFC 7552).renato2016-05-231-29/+102
* Use SO_BINDANY before binding sockets to the transport-address.renato2016-05-231-1/+17
* Create network sockets on the parent process.renato2016-05-231-3/+3
* Move socket creation and setup into a specialized function.renato2016-05-231-1/+101
* Fix mess caused by my commit script.renato2016-05-231-1/+1
* Move setsockopt helper functions to a separate file.renato2016-05-231-0/+125