Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/StdLib/Include/Protocol/EfiSocket.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103761
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/StdLib/Include/Protocol/EfiSocket.h
r48674 r58459 614 614 615 615 /** 616 Free the socket resources 617 618 This releases the socket resources allocated by calling 619 EslServiceGetProtocol. 620 621 This routine is called from the ::close routine in BsdSocketLib 622 to release the socket resources. 623 624 @param [in] pSocketProtocol Address of an ::EFI_SOCKET_PROTOCOL 625 structure 626 627 @return Value for ::errno, zero (0) indicates success. 628 629 **/ 630 int 631 EslServiceFreeProtocol ( 632 IN EFI_SOCKET_PROTOCOL * pSocketProtocol 633 ); 634 635 /** 616 636 Connect to the EFI socket library 617 637
Note:
See TracChangeset
for help on using the changeset viewer.