Searched refs:HttpSendValue (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/ |
H A D | HTTP.c | 1329 Status = HttpSendValue ( SocketFD, pPort, (UINT8)pAddress->sin_addr.s_addr ); 1333 Status = HttpSendValue ( SocketFD, pPort, (UINT8)( pAddress->sin_addr.s_addr >> 8 )); 1337 Status = HttpSendValue ( SocketFD, pPort, (UINT8)( pAddress->sin_addr.s_addr >> 16 )); 1341 Status = HttpSendValue ( SocketFD, pPort, (UINT8)( pAddress->sin_addr.s_addr >> 24 )); 1348 Status = HttpSendValue ( SocketFD, pPort, htons ( pAddress->sin_port )); 1480 HttpSendValue ( function
|
H A D | SystemTable.c | 170 Status = HttpSendValue ( SocketFD, 432 Status = HttpSendValue ( SocketFD, 444 Status = HttpSendValue ( SocketFD,
|
H A D | ConfigurationTable.c | 221 Status = HttpSendValue ( SocketFD,
|
H A D | WebServer.h | 756 HttpSendValue (
|
H A D | ACPI.c | 658 Status = HttpSendValue ( SocketFD, 682 Status = HttpSendValue ( SocketFD,
|
Completed in 155 milliseconds