diff options
author | Josh Blum <josh@joshknows.com> | 2012-02-24 16:56:31 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-23 14:36:21 -0700 |
commit | e4d3f63ce0bb04287a61e9547acfa02a50e84326 (patch) | |
tree | 7e52abd987a51a50d2f5f0f7707c435104ae08ba /firmware/zpu/lib/net_common.h | |
parent | ea19de0ba230b738a102d4ebb089614bd3ca2fa0 (diff) | |
download | uhd-e4d3f63ce0bb04287a61e9547acfa02a50e84326.tar.gz uhd-e4d3f63ce0bb04287a61e9547acfa02a50e84326.tar.bz2 uhd-e4d3f63ce0bb04287a61e9547acfa02a50e84326.zip |
usrp2: work on alternative stream destination
Diffstat (limited to 'firmware/zpu/lib/net_common.h')
-rw-r--r-- | firmware/zpu/lib/net_common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/zpu/lib/net_common.h b/firmware/zpu/lib/net_common.h index 3cbc5c514..5e6daf689 100644 --- a/firmware/zpu/lib/net_common.h +++ b/firmware/zpu/lib/net_common.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 Ettus Research LLC + * Copyright 2009-2012 Ettus Research LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -55,4 +55,7 @@ void handle_eth_packet(uint32_t *p, size_t nlines); void send_gratuitous_arp(void); +//! Send an ARP request for the given IP address +void net_common_send_arp_request(const struct ip_addr *addr); + #endif /* INCLUDED_NET_COMMON_H */ |