

Go to the source code of this file.
Classes | |
| struct | ssdp_recv_node_s |
Macros | |
| #define | SSDP_RECV_DATA_LEN 2048 /* 2KiB */ |
Typedefs | |
| typedef struct ssdp_recv_node_s | ssdp_recv_node_s |
Functions | |
| void | print_forwarder (configuration_s *conf, struct sockaddr_storage *forwarder) |
Header file for ssdp_common.s.
Definition in file ssdp_common.h.
| #define SSDP_RECV_DATA_LEN 2048 /* 2KiB */ |
Size of the receive-buffer (the buffer we put node responses in).
Definition at line 15 of file ssdp_common.h.
| typedef struct ssdp_recv_node_s ssdp_recv_node_s |
Info about the node that we received a mesage from.
| void print_forwarder | ( | configuration_s * | conf, |
| struct sockaddr_storage * | forwarder | ||
| ) |
Print forwarding status (after being parsed into a network-order address).
| conf | The global configuration to use. |
| forwarder | The address of the forward recipient. |
Definition at line 14 of file ssdp_common.c.
1.8.8