Searched refs:ifclose (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/usr/ |
H A D | ifmgmt.h | 15 extern void ifclose ( struct net_device *netdev );
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
H A D | ifmgmt_cmd.c | 113 /** "ifclose" command descriptor */ 119 * "ifclose" payload 125 ifclose ( netdev ); 130 * The "ifclose" command 174 .name = "ifclose",
|
/vbox/src/VBox/Devices/PC/ipxe/src/usr/ |
H A D | ifmgmt.c | 61 void ifclose ( struct net_device *netdev ) { function
|
H A D | autoboot.c | 235 ifclose ( netdev );
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | slirp_state.h | 443 # define DO_SOREAD(ret, data, so, ifclose) \ 445 (ret) = soread((data), (so), (ifclose)); \ 463 #define SOREAD(ret, data, so, ifclose) DO_SOREAD((ret), (data), (so), (ifclose))
|
Completed in 49 milliseconds