summaryrefslogtreecommitdiff
path: root/gdhcp/ipv4ll.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-13gdhcp: Fix resource leakDanny Jeongseok Seo1-1/+1
The socket was not closed when the sendto failed.
2012-10-15gdhcp: Returned IP address is already in host byte orderJukka Rissanen1-1/+1
2012-10-11gdhcp: Use host byte order internallyJukka Rissanen1-2/+2
Convert to network byte order just before sending the packet.
2011-10-25gdhcp: Add SOCK_CLOEXEC to socket()Daniel Wagner1-2/+2
Make sure all file descriptor are closed.
2010-12-14gdhcp: Add IPv4 Link-Local supportJulien Massot1-0/+139
IPv4 Link-Local negociation starts on gdhcp client failure.