summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-04 08:31:00 +0000
committerRoy Marples <roy@marples.name>2008-09-04 08:31:00 +0000
commitf0f4b8b6df73aaa57672c47a7f339b52db23e68f (patch)
treeec6ce5531dbe3863b5206f1930b237fb4793fbcd /net.h
parent25312cdd58c66ead7c218ce88e5994f47e7c9266 (diff)
downloaddhcpcd-f0f4b8b6df73aaa57672c47a7f339b52db23e68f.tar.xz
Use static buffers for ARP and move the send code to arp.c. Also, move the hwaddr buffer to the top of the file for clarity.
Diffstat (limited to 'net.h')
-rw-r--r--net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net.h b/net.h
index fd96f692..bf8e4ba5 100644
--- a/net.h
+++ b/net.h
@@ -148,8 +148,6 @@ ssize_t send_raw_packet(const struct interface *, int,
const void *, ssize_t);
ssize_t get_raw_packet(struct interface *, int, void *, ssize_t);
-int send_arp(const struct interface *, int, in_addr_t, in_addr_t);
-
int open_link_socket(void);
int link_changed(int, const struct interface *);
int carrier_status(const char *);