Searched refs:ifclose (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/usr/
H A Difmgmt.h15 extern void ifclose ( struct net_device *netdev );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Difmgmt_cmd.c113 /** "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 Difmgmt.c61 void ifclose ( struct net_device *netdev ) { function
H A Dautoboot.c235 ifclose ( netdev );
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_state.h443 # 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