summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcrelay/dhcpd.h
AgeCommit message (Expand)Author
2017-04-05Rework the packet.c code for decoding and assembling DHCP messages.Reyk Floeter
2017-04-04constify pc_remote and pc_circuitReyk Floeter
2017-03-16Move the server struct to header file and make it compatible with IPv6.Rafael Zalamena
2017-03-15Improve the interface and addresses discovery code and prepare toRafael Zalamena
2017-03-14Remove some global variables that are not being used.Rafael Zalamena
2016-12-12Implement support for layer 2 relaying and add further Relay AgentRafael Zalamena
2016-12-08Clean up function prototypes: use a single struct to hold all addressRafael Zalamena
2016-12-08Simplify get_interfaces function, make it return NULL if we didn't findRafael Zalamena
2016-12-07Rename function discover_interfaces into get_interface and change itsRafael Zalamena
2016-02-07Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2016-02-02Remove unused (a.k.a. always passed NULL) parameter 'data' fromStuart Henderson
2009-09-03Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP RelayReyk Floeter
2007-01-04<sys/un.h> not neededKevin Steves
2006-12-18warn() -> warning() to not overload with libc function; this hasKevin Steves
2006-11-29remove incorrect commentKevin Steves
2006-11-21remove unused #defines, no binary change; ok henning@Kevin Steves
2006-11-21remove duplicate #include <unistd.h> (same change as dhclient)Kevin Steves
2004-05-04remove unused stuff; henning okTheo de Raadt
2004-04-20get rid of the -p switch, use fixed values for server and client ports,Can Erkin Acar
2004-04-20more shrinking; ok henningTheo de Raadt
2004-04-20tree.h is not used at allTheo de Raadt
2004-04-13chroot to /var/empty and drop privileges, theo okHenning Brauer
2004-04-12initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclientHenning Brauer