~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/miniupnpc/src/miniupnpc.def

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LIBRARY
 
2
; miniupnpc library
 
3
 
 
4
EXPORTS
 
5
; miniupnpc
 
6
   upnpDiscover
 
7
   freeUPNPDevlist
 
8
   parserootdesc
 
9
   UPNP_GetValidIGD
 
10
   UPNP_GetIGDFromUrl
 
11
   GetUPNPUrls
 
12
   FreeUPNPUrls
 
13
; miniwget
 
14
   miniwget
 
15
   miniwget_getaddr
 
16
; upnpcommands
 
17
   UPNP_GetTotalBytesSent
 
18
   UPNP_GetTotalBytesReceived
 
19
   UPNP_GetTotalPacketsSent
 
20
   UPNP_GetTotalPacketsReceived
 
21
   UPNP_GetStatusInfo
 
22
   UPNP_GetConnectionTypeInfo
 
23
   UPNP_GetExternalIPAddress
 
24
   UPNP_GetLinkLayerMaxBitRates
 
25
   UPNP_AddPortMapping
 
26
   UPNP_DeletePortMapping
 
27
   UPNP_GetPortMappingNumberOfEntries
 
28
   UPNP_GetSpecificPortMappingEntry
 
29
   UPNP_GetGenericPortMappingEntry
 
30
   UPNP_GetListOfPortMappings
 
31
   UPNP_AddPinhole
 
32
   UPNP_CheckPinholeWorking
 
33
   UPNP_UpdatePinhole
 
34
   UPNP_GetPinholePackets
 
35
   UPNP_DeletePinhole
 
36
   UPNP_GetFirewallStatus
 
37
   UPNP_GetOutboundPinholeTimeout
 
38
; upnperrors
 
39
   strupnperror
 
40
; portlistingparse
 
41
   ParsePortListing
 
42
   FreePortListing