File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpc / miniupnpc.def
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:21:37 2023 UTC (8 months ago) by misho
Branches: miniupnpc, elwix, MAIN
CVS tags: v2_2_5p0, HEAD
Version 2.2.5p0

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>