Home | History | Annotate | Download | only in usr

Lines Matching refs:netdev

48  * @ret netdev		Boot network device
128 * @v netdev Network device
131 static int netboot ( struct net_device *netdev ) {
144 if ( ( rc = ifopen ( netdev ) ) != 0 )
146 ifstat ( netdev );
149 if ( ( rc = dhcp ( netdev ) ) != 0 )
163 return pxe_menu_boot ( netdev );
205 struct net_device *netdev;
207 for_each_netdev ( netdev ) {
208 ifclose ( netdev );
217 struct net_device *netdev;
225 for_each_netdev ( netdev ) {
226 if ( netdev == boot_netdev )
229 netboot ( netdev );