#include <stdio.h>#include <string.h>#include <sys/socket.h>#include "configuration.h"#include "net_utils.h"
Go to the source code of this file.
Functions | |
| void | print_forwarder (configuration_s *conf, struct sockaddr_storage *forwarder) |
Functions common to all the SSDP entities.
Definition in file ssdp_common.c.
| 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