|
Electroneum
|

Go to the source code of this file.
Macros | |
| #define | MINISSDPC_SUCCESS (0) |
| #define | MINISSDPC_UNKNOWN_ERROR (-1) |
| #define | MINISSDPC_SOCKET_ERROR (-101) |
| #define | MINISSDPC_MEMORY_ERROR (-102) |
| #define | MINISSDPC_INVALID_INPUT (-103) |
| #define | MINISSDPC_INVALID_SERVER_REPLY (-104) |
Functions | |
| MINIUPNP_LIBSPEC struct UPNPDev * | getDevicesFromMiniSSDPD (const char *devtype, const char *socketpath, int *error) |
| MINIUPNP_LIBSPEC int | connectToMiniSSDPD (const char *socketpath) |
| MINIUPNP_LIBSPEC int | disconnectFromMiniSSDPD (int fd) |
| MINIUPNP_LIBSPEC int | requestDevicesFromMiniSSDPD (int fd, const char *devtype) |
| MINIUPNP_LIBSPEC struct UPNPDev * | receiveDevicesFromMiniSSDPD (int fd, int *error) |
| MINIUPNP_LIBSPEC struct UPNPDev * | ssdpDiscoverDevices (const char *const deviceTypes[], int delay, const char *multicastif, int localport, int ipv6, unsigned char ttl, int *error, int searchalltypes) |
| #define MINISSDPC_INVALID_INPUT (-103) |
Definition at line 19 of file minissdpc.h.
| #define MINISSDPC_INVALID_SERVER_REPLY (-104) |
Definition at line 20 of file minissdpc.h.
| #define MINISSDPC_MEMORY_ERROR (-102) |
Definition at line 18 of file minissdpc.h.
| #define MINISSDPC_SOCKET_ERROR (-101) |
Definition at line 17 of file minissdpc.h.
| #define MINISSDPC_SUCCESS (0) |
Definition at line 15 of file minissdpc.h.
| #define MINISSDPC_UNKNOWN_ERROR (-1) |
Definition at line 16 of file minissdpc.h.
| MINIUPNP_LIBSPEC int connectToMiniSSDPD | ( | const char * | socketpath | ) |
| MINIUPNP_LIBSPEC int disconnectFromMiniSSDPD | ( | int | fd | ) |
| MINIUPNP_LIBSPEC struct UPNPDev * getDevicesFromMiniSSDPD | ( | const char * | devtype, |
| const char * | socketpath, | ||
| int * | error ) |
| MINIUPNP_LIBSPEC struct UPNPDev * receiveDevicesFromMiniSSDPD | ( | int | fd, |
| int * | error ) |
| MINIUPNP_LIBSPEC int requestDevicesFromMiniSSDPD | ( | int | fd, |
| const char * | devtype ) |
| MINIUPNP_LIBSPEC struct UPNPDev * ssdpDiscoverDevices | ( | const char *const | deviceTypes[], |
| int | delay, | ||
| const char * | multicastif, | ||
| int | localport, | ||
| int | ipv6, | ||
| unsigned char | ttl, | ||
| int * | error, | ||
| int | searchalltypes ) |