summaryrefslogtreecommitdiff
path: root/socket.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-17llmnrd: Allow to bind to a specific network interfaceTobias Klauser1-2/+25
2016-08-16llmnrd: Don't enumerate and store IPv6 addresses if IPv6 is disabledTobias Klauser1-3/+5
2016-08-02socket: Set TTL values as suggested in RFC 4795, section 2.5Tobias Klauser1-1/+24
2015-04-08socket: Remove unused constantTobias Klauser1-1/+0
2015-02-18llmnrd: Add IPv6 supportTobias Klauser1-8/+15
2015-02-18socket: Add functions for multicast group join/leave and IPv6 socket creationTobias Klauser1-9/+83
2015-02-18socket: Don't unnecessarily disable IP_MULTICAST_LOOPTobias Klauser1-6/+0
2015-02-18socket: Use inet_pton instead of inet_addrTobias Klauser1-1/+1
2015-02-16all: Remove trailing whitespacesTobias Klauser1-1/+1
2015-02-06Initial import, still work in progressTobias Klauser1-0/+119