

Go to the source code of this file.
Classes | |
| struct | ssdp_prober_s |
Typedefs | |
| typedef struct ssdp_prober_s | ssdp_prober_s |
Functions | |
| const char * | ssdp_probe_message_create (void) |
| void | ssdp_prober_close (ssdp_prober_s *prober) |
| int | ssdp_prober_init (ssdp_prober_s *prober, configuration_s *conf) |
| int | ssdp_prober_start (ssdp_prober_s *prober, configuration_s *conf) |
The SSDP prober header file.
Definition in file ssdp_prober.h.
| typedef struct ssdp_prober_s ssdp_prober_s |
A container struct for the SSDP prober.
| const char* ssdp_probe_message_create | ( | void | ) |
Create a standard SSDP probe message.
Definition at line 38 of file ssdp_prober.c.
| void ssdp_prober_close | ( | ssdp_prober_s * | prober | ) |
Close the passed SSDP prober.
| listener | The SSDP prober to close. |
Definition at line 85 of file ssdp_prober.c.
| int ssdp_prober_init | ( | ssdp_prober_s * | prober, |
| configuration_s * | conf | ||
| ) |
Create a SSDP prober. It is used to probe/scan the network in order to discover the existing SSDP-capable devices on the network.
| prober | The prober to init. |
| conf | the global configuration. |
Definition at line 42 of file ssdp_prober.c.
| int ssdp_prober_start | ( | ssdp_prober_s * | prober, |
| configuration_s * | conf | ||
| ) |
Tells the SSDP prober to probe/scan for SSDP-capable nodes.
| prober | The prober to start. |
| conf | The global configuration to use. |
Definition at line 94 of file ssdp_prober.c.
1.8.8