Searched refs:iflinkwait (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/usr/
H A Difmgmt.h17 extern int iflinkwait ( struct net_device *netdev, unsigned int max_wait_ms );
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Ddhcpmgmt.c51 if ( ( rc = iflinkwait ( netdev, LINK_WAIT_MS ) ) != 0 )
H A Dlotest.c190 if ( ( rc = iflinkwait ( sender, LINK_WAIT_MS ) ) != 0 )
192 if ( ( rc = iflinkwait ( receiver, LINK_WAIT_MS ) ) != 0 )
H A Difmgmt.c112 int iflinkwait ( struct net_device *netdev, unsigned int max_wait_ms ) { function

Completed in 57 milliseconds