Data Fields | |
UINT32 | Signature |
EFI_HTTP_PROTOCOL | Http |
EFI_HANDLE | Handle |
HTTP_SERVICE * | Service |
LIST_ENTRY | Link |
BOOLEAN | InDestroy |
INTN | State |
EFI_HANDLE | TcpChildHandle |
EFI_TCP4_PROTOCOL * | Tcp4 |
EFI_TCP4_CONFIG_DATA | Tcp4CfgData |
EFI_TCP4_OPTION | Tcp4Option |
EFI_TCP4_CONNECTION_TOKEN | ConnToken |
BOOLEAN | IsConnDone |
EFI_TCP4_CLOSE_TOKEN | CloseToken |
BOOLEAN | IsCloseDone |
CHAR8 * | RemoteHost |
UINT16 | RemotePort |
EFI_IPv4_ADDRESS | RemoteAddr |
EFI_TCP4_IO_TOKEN | RxToken |
EFI_TCP4_RECEIVE_DATA | RxData |
BOOLEAN | IsRxDone |
CHAR8 * | CacheBody |
CHAR8 * | NextMsg |
UINTN | CacheLen |
UINTN | CacheOffset |
VOID * | MsgParser |
EFI_HTTP_VERSION | HttpVersion |
UINT32 | TimeOutMillisec |
BOOLEAN | LocalAddressIsIPv6 |
EFI_HTTPv4_ACCESS_POINT | IPv4Node |
NET_MAP | TxTokens |
NET_MAP | RxTokens |
CHAR8 * | Url |
CHAR8* _HTTP_PROTOCOL::CacheBody |
Referenced by HttpResponseWorker(), and HttpTcpReceiveNotifyDpc().
UINTN _HTTP_PROTOCOL::CacheLen |
Referenced by HttpResponseWorker(), and HttpTcpReceiveNotifyDpc().
Referenced by HttpResponseWorker(), and HttpTcpReceiveNotifyDpc().
EFI_TCP4_CLOSE_TOKEN _HTTP_PROTOCOL::CloseToken |
EFI_TCP4_CONNECTION_TOKEN _HTTP_PROTOCOL::ConnToken |
EFI_HANDLE _HTTP_PROTOCOL::Handle |
Referenced by HttpDestroyChildEntryInHandleBuffer(), and HttpServiceBindingCreateChild().
EFI_HTTP_PROTOCOL _HTTP_PROTOCOL::Http |
Referenced by HttpServiceBindingCreateChild().
EFI_HTTP_VERSION _HTTP_PROTOCOL::HttpVersion |
Referenced by EfiHttpConfigure(), and EfiHttpGetModeData().
BOOLEAN _HTTP_PROTOCOL::InDestroy |
Referenced by HttpServiceBindingDestroyChild().
EFI_HTTPv4_ACCESS_POINT _HTTP_PROTOCOL::IPv4Node |
Referenced by EfiHttpConfigure(), and EfiHttpGetModeData().
BOOLEAN _HTTP_PROTOCOL::IsCloseDone |
BOOLEAN _HTTP_PROTOCOL::IsConnDone |
BOOLEAN _HTTP_PROTOCOL::IsRxDone |
Referenced by HttpResponseWorker().
LIST_ENTRY _HTTP_PROTOCOL::Link |
Referenced by HttpServiceBindingCreateChild(), and HttpServiceBindingDestroyChild().
Referenced by EfiHttpConfigure(), EfiHttpGetModeData(), EfiHttpPoll(), EfiHttpRequest(), and EfiHttpResponse().
Referenced by HttpResponseWorker(), and HttpTcpReceiveNotifyDpc().
CHAR8* _HTTP_PROTOCOL::NextMsg |
Referenced by HttpBodyParserCallback(), HttpResponseWorker(), and HttpTcpReceiveNotifyDpc().
EFI_IPv4_ADDRESS _HTTP_PROTOCOL::RemoteAddr |
Referenced by EfiHttpRequest().
CHAR8* _HTTP_PROTOCOL::RemoteHost |
Referenced by EfiHttpRequest().
UINT16 _HTTP_PROTOCOL::RemotePort |
Referenced by EfiHttpRequest().
EFI_TCP4_RECEIVE_DATA _HTTP_PROTOCOL::RxData |
EFI_TCP4_IO_TOKEN _HTTP_PROTOCOL::RxToken |
Referenced by HttpResponseWorker().
NET_MAP _HTTP_PROTOCOL::RxTokens |
Referenced by EfiHttpResponse(), and HttpTcpReceiveNotifyDpc().
Referenced by EfiHttpConfigure(), and HttpServiceBindingDestroyChild().
UINT32 _HTTP_PROTOCOL::Signature |
Referenced by EfiHttpCancel(), EfiHttpConfigure(), EfiHttpGetModeData(), EfiHttpPoll(), EfiHttpRequest(), and EfiHttpResponse().
EFI_TCP4_PROTOCOL* _HTTP_PROTOCOL::Tcp4 |
Referenced by EfiHttpPoll(), EfiHttpRequest(), and HttpResponseWorker().
EFI_TCP4_CONFIG_DATA _HTTP_PROTOCOL::Tcp4CfgData |
EFI_TCP4_OPTION _HTTP_PROTOCOL::Tcp4Option |
EFI_HANDLE _HTTP_PROTOCOL::TcpChildHandle |
Referenced by EfiHttpConfigure(), and EfiHttpGetModeData().
NET_MAP _HTTP_PROTOCOL::TxTokens |
Referenced by EfiHttpRequest(), HttpResponseWorker(), and HttpTcpTransmitNotifyDpc().
CHAR8* _HTTP_PROTOCOL::Url |
Referenced by EfiHttpRequest().