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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DHTTP.c1329 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 DSystemTable.c170 Status = HttpSendValue ( SocketFD,
432 Status = HttpSendValue ( SocketFD,
444 Status = HttpSendValue ( SocketFD,
H A DConfigurationTable.c221 Status = HttpSendValue ( SocketFD,
H A DWebServer.h756 HttpSendValue (
H A DACPI.c658 Status = HttpSendValue ( SocketFD,
682 Status = HttpSendValue ( SocketFD,

Completed in 155 milliseconds