mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 02:28:57 +03:00
Remove some assumptions about DHCP obtaining only a single options block.
This commit is contained in:
@@ -512,6 +512,8 @@ dhcpopt_put ( struct dhcp_option_block *options ) {
|
||||
ref_put ( &options->refcnt );
|
||||
}
|
||||
|
||||
extern struct list_head dhcp_option_blocks;
|
||||
|
||||
extern unsigned long dhcp_num_option ( struct dhcp_option *option );
|
||||
extern void dhcp_ipv4_option ( struct dhcp_option *option,
|
||||
struct in_addr *inp );
|
||||
|
||||
Reference in New Issue
Block a user