]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Split interface and socket out into OS bpf, if-bsd and if-linux.
authorRoy Marples <roy@marples.name>
Mon, 24 Mar 2008 01:29:33 +0000 (01:29 +0000)
committerRoy Marples <roy@marples.name>
Mon, 24 Mar 2008 01:29:33 +0000 (01:29 +0000)
commita9819bfb1fdcb3233f49d5e0fee7939868005a4d
tree6e8c43bdf138c4b3b07dbf640e080281d85d403d
parentdaee47fc1d49cda866ed641bc516c627be75fc6d
Split interface and socket out into OS bpf, if-bsd and if-linux.
27 files changed:
Makefile
arp.c
arp.h
bpf-filter.h [new file with mode: 0644]
bpf.c [new file with mode: 0644]
client.c
config.h
configure.c
configure.h
dhcp.c
dhcp.h
dhcpcd.c
duid.h
if-bsd.c [new file with mode: 0644]
if-linux.c [new file with mode: 0644]
if.c [new file with mode: 0644]
if.h [moved from interface.h with 88% similarity]
info.c
info.h
interface.c [deleted file]
ipv4ll.h
mk/os-BSD.mk [new file with mode: 0644]
mk/os-Linux.mk [new file with mode: 0644]
mk/os.mk
mk/prog.mk
socket.c
socket.h