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