Monero
Loading...
Searching...
No Matches
portlistingparse.h File Reference
#include "miniupnpc_declspec.h"
#include "miniupnpctypes.h"
Include dependency graph for portlistingparse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PortMapping
struct  PortMappingParserData

Enumerations

enum  portMappingElt {
  PortMappingEltNone , PortMappingEntry , NewRemoteHost , NewExternalPort ,
  NewProtocol , NewInternalPort , NewInternalClient , NewEnabled ,
  NewDescription , NewLeaseTime
}

Functions

MINIUPNP_LIBSPEC void ParsePortListing (const char *buffer, int bufsize, struct PortMappingParserData *pdata)
MINIUPNP_LIBSPEC void FreePortListing (struct PortMappingParserData *pdata)

Enumeration Type Documentation

◆ portMappingElt

Enumerator
PortMappingEltNone 
PortMappingEntry 
NewRemoteHost 
NewExternalPort 
NewProtocol 
NewInternalPort 
NewInternalClient 
NewEnabled 
NewDescription 
NewLeaseTime 

Function Documentation

◆ FreePortListing()

MINIUPNP_LIBSPEC void FreePortListing ( struct PortMappingParserData * pdata)

◆ ParsePortListing()

MINIUPNP_LIBSPEC void ParsePortListing ( const char * buffer,
int bufsize,
struct PortMappingParserData * pdata )