diff options
| author | Roy Marples <roy@marples.name> | 2008-09-04 08:31:00 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-04 08:31:00 +0000 |
| commit | f0f4b8b6df73aaa57672c47a7f339b52db23e68f (patch) | |
| tree | ec6ce5531dbe3863b5206f1930b237fb4793fbcd /net.h | |
| parent | 25312cdd58c66ead7c218ce88e5994f47e7c9266 (diff) | |
| download | dhcpcd-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 *); |
