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
/
dhcpd
/
bpf.c
Age
Commit message (
Expand
)
Author
2016-05-28
Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).
Martin Natano
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-07-11
Add -u option to bind UDP port as a socket to answer DHCPINFORM from
YASUOKA Masahiko
2013-04-05
send_packet() and writev() return ssize_t, not int. Use correct
Kenneth R Westerback
2013-02-03
Remove unused (a.k.a. always passed NULL) parameter 'data' from
Kenneth R Westerback
2009-12-14
Just like dhclient(8), we use the bpf filter drop to prevent
Marco Pfatschbacher
2008-09-15
When checking if a syscall like open(), ioctl() or writev() failed compare
Claudio Jeker
2005-07-29
Fix erroneous use of '=' instead of '+' that caused infinite loops
Kenneth R Westerback
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-21
filter writes and lock bpf descriptor, ok henning@
Can Erkin Acar
2004-04-15
dhcpd actually does not listen on port 68 ...
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer