index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bpf-filter.h
Commit message (
Expand
)
Author
Age
*
bpf: ARP and BOOTP filter improvements
Roy Marples
2017-03-05
*
Re-work the BPF filters so they are early return.
Roy Marples
2017-02-26
*
dhcp_bpf_filter -> bootp_bpf_filter (and DHCP -> BOOTP for ports).
Roy Marples
2016-05-14
*
Test for ETHERTYPE_IP as the protocol type in the ARP BPF filter.
Roy Marples
2015-12-15
*
Optimise the ARP BPF filter, thanks to Nate Karstens.
Roy Marples
2015-12-15
*
Move the bpf filter len to a define.
Roy Marples
2014-04-01
*
BPF filter size is unsigned int
Roy Marples
2014-03-31
*
Remove some const const warnings found by clang.
Roy Marples
2013-05-22
*
Add (c) to Copyright
Roy Marples
2009-05-01
*
Allow ARP_REQUESTS through the filter as well so we work with conflicting IPV...
Roy Marples
2008-07-10
*
Put my code at the top and UNCONST filters in bpf.c
Roy Marples
2008-05-22
*
Add ISC copyright to dhcp_bpf_filter.
Roy Marples
2008-05-22
*
Use constant BPF structures and defines to alter the data instead of function...
Roy Marples
2008-05-22
*
Prettify code a little.
Roy Marples
2008-05-14
*
Split interface and socket out into OS bpf, if-bsd and if-linux.
Roy Marples
2008-03-24