Functions | |
Scope restricted to file | |
| void | send_search_result (void *data) |
| Sends a callback to the control point application with a SEARCH result. | |
| int | CreateClientRequestPacket (char *RqstBuf, size_t RqstBufSize, int Mx, char *SearchTarget, int AddressFamily) |
| Creates a HTTP search request packet depending on the input parameter. | |
| int | CreateClientRequestPacketUlaGua (char *RqstBuf, size_t RqstBufSize, int Mx, char *SearchTarget, int AddressFamily) |
| Creates a HTTP search request packet for IPv6 UlaGua depending on the input parameter. | |
| void | searchExpired (void *arg) |
| Remove search Target from list and call client back. | |
|
inline |
Sends a callback to the control point application with a SEARCH result.
| [in] | data | Search reply from the device. |
Definition at line 67 of file ssdp_ctrlpt.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int anonymous_namespace{ssdp_ctrlpt.cpp}::CreateClientRequestPacket | ( | char * | RqstBuf, |
| size_t | RqstBufSize, | ||
| int | Mx, | ||
| char * | SearchTarget, | ||
| int | AddressFamily | ||
| ) |
Creates a HTTP search request packet depending on the input parameter.
| [in,out] | RqstBuf | Output string in HTTP format. |
| [in] | RqstBufSize | RqstBuf size. |
| [in] | Mx | Search Target. |
| [in] | SearchTarget | Number of seconds to wait to collect all the responses. |
| [in] | AddressFamily | search address family. |
Definition at line 87 of file ssdp_ctrlpt.cpp.
Here is the caller graph for this function:
|
inline |
Creates a HTTP search request packet for IPv6 UlaGua depending on the input parameter.
| [in,out] | RqstBuf | Output string in HTTP format. |
| [in] | RqstBufSize | RqstBuf size. |
| [in] | Mx | Search Target. |
| [in] | SearchTarget | Number of seconds to wait to collect all the responses. |
| [in] | AddressFamily | search address family. |
Definition at line 167 of file ssdp_ctrlpt.cpp.
Here is the caller graph for this function:
|
inline |
Remove search Target from list and call client back.
| [in] | arg | Search target |
Definition at line 237 of file ssdp_ctrlpt.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: