diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/arp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ipxe/arp.h b/src/include/ipxe/arp.h index 93195010a..5822fa095 100644 --- a/src/include/ipxe/arp.h +++ b/src/include/ipxe/arp.h @@ -57,4 +57,8 @@ static inline int arp_tx ( struct io_buffer *iobuf, struct net_device *netdev, &arp_discovery, net_source, ll_source ); } +extern int arp_tx_request ( struct net_device *netdev, + struct net_protocol *net_protocol, + const void *net_dest, const void *net_source ); + #endif /* _IPXE_ARP_H */ |
