Searched refs:HttpSendValue (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
D | HTTP.c | 1478 Status = HttpSendValue ( SocketFD, pPort, (UINT8)pIpv4->sin_addr.s_addr ); in HttpSendIpAddress() 1486 Status = HttpSendValue ( SocketFD, pPort, (UINT8)( pIpv4->sin_addr.s_addr >> 8 )); in HttpSendIpAddress() 1494 Status = HttpSendValue ( SocketFD, pPort, (UINT8)( pIpv4->sin_addr.s_addr >> 16 )); in HttpSendIpAddress() 1502 Status = HttpSendValue ( SocketFD, pPort, (UINT8)( pIpv4->sin_addr.s_addr >> 24 )); in HttpSendIpAddress() 1520 Status = HttpSendValue ( SocketFD, pPort, htons ( PortNumber )); in HttpSendIpAddress() 1646 HttpSendValue ( in HttpSendValue() function
|
D | SystemTable.c | 160 Status = HttpSendValue ( SocketFD, in RowDecimalValue() 422 Status = HttpSendValue ( SocketFD, in RowRevision() 434 Status = HttpSendValue ( SocketFD, in RowRevision()
|
D | Mtrr.c | 448 Status = HttpSendValue ( SocketFD, in MemoryTypeRegistersPage() 649 Status = HttpSendValue ( SocketFD, in MemoryTypeRegistersPage()
|
D | ConfigurationTable.c | 211 Status = HttpSendValue ( SocketFD, in RowGuid()
|
D | MemoryMap.c | 103 Status = HttpSendValue ( SocketFD, in MemoryMapPage()
|
D | WebServer.h | 961 HttpSendValue (
|
D | ACPI.c | 662 Status = HttpSendValue ( SocketFD, in RowGenericAddress() 686 Status = HttpSendValue ( SocketFD, in RowGenericAddress()
|