|
Electroneum
|
#include "miniupnpdtypes.h"
Go to the source code of this file.
Functions | |
| int | OpenAndConfSSDPReceiveSocket (int ipv6) |
| int | OpenAndConfSSDPNotifySockets (int *sockets) |
| void | SendSSDPNotifies2 (int *sockets, unsigned short http_port, unsigned int lifetime) |
| void | ProcessSSDPRequest (int s, unsigned short http_port) |
| void | ProcessSSDPData (int s, const char *bufr, int n, const struct sockaddr *sendername, int source_if, unsigned short http_port) |
| int | SendSSDPGoodbye (int *sockets, int n) |
| int | SubmitServicesToMiniSSDPD (const char *host, unsigned short port) |
| int OpenAndConfSSDPNotifySockets | ( | int * | sockets | ) |
| int OpenAndConfSSDPReceiveSocket | ( | int | ipv6 | ) |
| void ProcessSSDPData | ( | int | s, |
| const char * | bufr, | ||
| int | n, | ||
| const struct sockaddr * | sendername, | ||
| int | source_if, | ||
| unsigned short | http_port ) |
| void ProcessSSDPRequest | ( | int | s, |
| unsigned short | http_port ) |
| int SendSSDPGoodbye | ( | int * | sockets, |
| int | n ) |
| void SendSSDPNotifies2 | ( | int * | sockets, |
| unsigned short | http_port, | ||
| unsigned int | lifetime ) |
| int SubmitServicesToMiniSSDPD | ( | const char * | host, |
| unsigned short | port ) |