summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/socket.c
AgeCommit message (Expand)Author
2016-07-01Several minor tweaks.Renato Westphal
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-05-23Make functions and variables static whenever possible.Renato Westphal
2016-05-23Add support for IPv6 (RFC 7552).Renato Westphal
2016-05-23Use SO_BINDANY before binding sockets to the transport-address.Renato Westphal
2016-05-23Create network sockets on the parent process.Renato Westphal
2016-05-23Move socket creation and setup into a specialized function.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Move setsockopt helper functions to a separate file.Renato Westphal