diff options
Diffstat (limited to 'src/include/ipxe/ip.h')
| -rw-r--r-- | src/include/ipxe/ip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ipxe/ip.h b/src/include/ipxe/ip.h index 3234b7b0e..1a93a552e 100644 --- a/src/include/ipxe/ip.h +++ b/src/include/ipxe/ip.h @@ -75,5 +75,10 @@ extern struct list_head ipv4_miniroutes; extern struct net_protocol ipv4_protocol __net_protocol; 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 ); +extern int format_ipv4_setting ( const struct setting_type *type, + const void *raw, size_t raw_len, char *buf, + size_t len ); #endif /* _IPXE_IP_H */ |
