iPXE
dhcpmgmt.h
Go to the documentation of this file.
1 #ifndef _USR_DHCPMGMT_H
2 #define _USR_DHCPMGMT_H
3 
4 /** @file
5  *
6  * DHCP management
7  *
8  */
9 
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 
12 struct net_device;
13 
14 extern int pxebs ( struct net_device *netdev, unsigned int pxe_type );
15 
16 #endif /* _USR_DHCPMGMT_H */
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
static struct net_device * netdev
Definition: gdbudp.c:52
int pxebs(struct net_device *netdev, unsigned int pxe_type)
Definition: dhcpmgmt.c:41
A network device.
Definition: netdevice.h:352