Don't require a configured network interface to start up, and add network interface monitoring support on Linux.
This commit is contained in:
21
minissdp.h
21
minissdp.h
@ -29,25 +29,16 @@
|
||||
#ifndef __MINISSDP_H__
|
||||
#define __MINISSDP_H__
|
||||
|
||||
int
|
||||
OpenAndConfSSDPReceiveSocket();
|
||||
int OpenAndConfSSDPReceiveSocket(void);
|
||||
|
||||
int
|
||||
OpenAndConfSSDPNotifySockets(int * sockets);
|
||||
int OpenAndConfSSDPNotifySocket(in_addr_t addr);
|
||||
|
||||
void
|
||||
SendSSDPNotifies2(int * sockets,
|
||||
unsigned short port,
|
||||
unsigned int lifetime);
|
||||
void SendSSDPNotifies(int s, const char *host, unsigned short port, unsigned int lifetime);
|
||||
|
||||
void
|
||||
ProcessSSDPRequest(int s, unsigned short port);
|
||||
void ProcessSSDPRequest(int s, unsigned short port);
|
||||
|
||||
int
|
||||
SendSSDPGoodbye(int * sockets, int n);
|
||||
int SendSSDPGoodbyes(void);
|
||||
|
||||
int
|
||||
SubmitServicesToMiniSSDPD(const char * host, unsigned short port);
|
||||
int SubmitServicesToMiniSSDPD(const char *host, unsigned short port);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user