mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 09:04:37 +03:00
[ipv4] Add self-tests for IPv4 routing
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -92,6 +92,8 @@ extern struct list_head ipv4_miniroutes;
|
||||
|
||||
extern struct net_protocol ipv4_protocol __net_protocol;
|
||||
|
||||
extern struct ipv4_miniroute * ipv4_route ( unsigned int scope_id,
|
||||
struct in_addr *dest );
|
||||
extern int ipv4_has_any_addr ( struct net_device *netdev );
|
||||
extern int parse_ipv4_setting ( const struct setting_type *type,
|
||||
const char *value, void *buf, size_t len );
|
||||
|
||||
Reference in New Issue
Block a user