7 #ifndef MINISSDP_H_INCLUDED 8 #define MINISSDP_H_INCLUDED 21 unsigned short http_port,
22 unsigned short https_port,
23 unsigned int lifetime);
27 unsigned short http_port,
28 unsigned int lifetime);
34 unsigned short http_port,
unsigned short https_port);
42 const struct sockaddr * sendername,
int source_if,
43 unsigned short http_port,
unsigned short https_port);
47 const struct sockaddr * sendername,
int source_if,
48 unsigned short http_port);
int SendSSDPGoodbye(int *sockets, int n)
int OpenAndConfSSDPNotifySockets(int *sockets)
void ProcessSSDPData(int s, const char *bufr, int n, const struct sockaddr *sendername, int source_if, unsigned short http_port)
int SubmitServicesToMiniSSDPD(const char *host, unsigned short port)
void ProcessSSDPRequest(int s, unsigned short http_port)
boost::endian::big_uint16_t port
void SendSSDPNotifies2(int *sockets, unsigned short http_port, unsigned int lifetime)
int OpenAndConfSSDPReceiveSocket(int ipv6)