Searched refs:boot_netdev (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/usr/
H A Dautoboot.c216 struct net_device *boot_netdev; local
221 if ( ( boot_netdev = find_boot_netdev() ) )
222 netboot ( boot_netdev );
226 if ( netdev == boot_netdev )
/external/syslinux/gpxe/src/arch/i386/image/
H A Dnbi.c376 struct net_device *boot_netdev; local
379 boot_netdev = last_opened_netdev();
380 if ( ! boot_netdev ) {
386 if ( ( rc = create_fakedhcpack ( boot_netdev, basemem_packet,

Completed in 567 milliseconds