Home
last modified time | relevance | path

Searched refs:last_opened_netdev (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/gpxe/src/net/
Dcachedhcp.c68 parent = netdev_settings ( last_opened_netdev() ); in store_cached_dhcpack()
Dnetdevice.c508 struct net_device * last_opened_netdev ( void ) { in last_opened_netdev() function
/external/syslinux/gpxe/src/arch/i386/image/
Dpxe_image.c51 if ( ( netdev = last_opened_netdev() ) == NULL ) { in pxe_exec()
Dnbi.c379 boot_netdev = last_opened_netdev(); in nbi_prepare_dhcp()
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Daoeboot.c32 struct net_device *netdev = last_opened_netdev(); in aoeboot()
Discsiboot.c44 struct net_device *netdev = last_opened_netdev(); in iscsiboot()
/external/syslinux/gpxe/src/include/gpxe/
Dnetdevice.h502 extern struct net_device * last_opened_netdev ( void );
/external/syslinux/gpxe/src/core/
Dsettings.c340 ( ( netdev = last_opened_netdev() ) != NULL ) ) in parse_settings_name()