|
Electroneum
|
#include <upnphttp.h>
Public Member Functions | |
| LIST_ENTRY (upnphttp) entries | |
Public Attributes | |
| int | socket |
| struct in_addr | clientaddr |
| char | clientaddr_str [64] |
| enum httpStates | state |
| char | HttpVer [16] |
| char * | req_buf |
| char | accept_language [8] |
| int | req_buflen |
| int | req_contentlen |
| int | req_contentoff |
| enum httpCommands | req_command |
| int | req_soapActionOff |
| int | req_soapActionLen |
| int | req_HostOff |
| int | req_HostLen |
| int | respflags |
| char * | res_buf |
| int | res_buflen |
| int | res_sent |
| int | res_buf_alloclen |
Definition at line 49 of file upnphttp.h.
| upnphttp::LIST_ENTRY | ( | upnphttp | ) |
| char upnphttp::accept_language[8] |
Definition at line 64 of file upnphttp.h.
| struct in_addr upnphttp::clientaddr |
Definition at line 51 of file upnphttp.h.
| char upnphttp::clientaddr_str[64] |
Definition at line 59 of file upnphttp.h.
| char upnphttp::HttpVer[16] |
Definition at line 61 of file upnphttp.h.
| char* upnphttp::req_buf |
Definition at line 63 of file upnphttp.h.
| int upnphttp::req_buflen |
Definition at line 65 of file upnphttp.h.
| enum httpCommands upnphttp::req_command |
Definition at line 68 of file upnphttp.h.
| int upnphttp::req_contentlen |
Definition at line 66 of file upnphttp.h.
| int upnphttp::req_contentoff |
Definition at line 67 of file upnphttp.h.
| int upnphttp::req_HostLen |
Definition at line 72 of file upnphttp.h.
| int upnphttp::req_HostOff |
Definition at line 71 of file upnphttp.h.
| int upnphttp::req_soapActionLen |
Definition at line 70 of file upnphttp.h.
| int upnphttp::req_soapActionOff |
Definition at line 69 of file upnphttp.h.
| char* upnphttp::res_buf |
Definition at line 87 of file upnphttp.h.
| int upnphttp::res_buf_alloclen |
Definition at line 90 of file upnphttp.h.
| int upnphttp::res_buflen |
Definition at line 88 of file upnphttp.h.
| int upnphttp::res_sent |
Definition at line 89 of file upnphttp.h.
| int upnphttp::respflags |
Definition at line 85 of file upnphttp.h.
| int upnphttp::socket |
Definition at line 50 of file upnphttp.h.
| enum httpStates upnphttp::state |
Definition at line 60 of file upnphttp.h.