index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dhcrelay
/
packet.c
Age
Commit message (
Expand
)
Author
2016-12-08
Clean up function prototypes: use a single struct to hold all address
Rafael Zalamena
2016-02-07
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2016-02-03
be very careful accepting packets via bpf. First check that the
Kenneth R Westerback
2016-02-02
Variables to count seen packets should be unsigned.
Stuart Henderson
2016-02-02
Nuke local #define ETHER_HEADER_SIZE and use the identical value'd
Stuart Henderson
2016-02-02
Remove unused (a.k.a. always passed NULL) parameter 'data' from
Stuart Henderson
2016-01-13
"Check UDP length for short as well as long values" - apply the fix from
Stuart Henderson
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-07-28
merge dhcpd's packet.c revision 1.7:
Tobias Stoeckmann
2009-09-03
Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relay
Reyk Floeter
2004-04-20
get rid of the -p switch, use fixed values for server and client ports,
Can Erkin Acar
2004-04-12
initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclient
Henning Brauer