etharp_*_input() return value (pbuf) removed; it has not been used since the packet queue

implementation. Packets are always sent to the network interface on behalf of ARP.
This commit is contained in:
likewise
2004-05-05 15:59:12 +00:00
parent b217b020a5
commit 015cb1a35d
2 changed files with 6 additions and 10 deletions

View File

@@ -95,8 +95,8 @@ struct ethip_hdr {
void etharp_init(void);
void etharp_tmr(void);
struct pbuf *etharp_ip_input(struct netif *netif, struct pbuf *p);
struct pbuf *etharp_arp_input(struct netif *netif, struct eth_addr *ethaddr,
void etharp_ip_input(struct netif *netif, struct pbuf *p);
void etharp_arp_input(struct netif *netif, struct eth_addr *ethaddr,
struct pbuf *p);
struct pbuf *etharp_output(struct netif *netif, struct ip_addr *ipaddr,
struct pbuf *q);