Searched refs:tr_upnp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dupnp.h25 typedef struct tr_upnp tr_upnp; typedef in typeref:struct:tr_upnp
27 tr_upnp * tr_upnpInit( void );
29 void tr_upnpClose( tr_upnp * );
31 int tr_upnpPulse( tr_upnp *,
H A Dupnp.c47 struct tr_upnp struct
62 tr_upnp*
65 tr_upnp * ret = tr_new0( tr_upnp, 1 );
73 tr_upnpClose( tr_upnp * handle )
110 tr_upnpGetSpecificPortMappingEntry( tr_upnp * handle, const char * proto )
134 tr_upnpAddPortMapping( const tr_upnp * handle, const char * proto, tr_port port, const char * desc )
159 tr_upnpDeletePortMapping( const tr_upnp * handle, const char * proto, tr_port port )
183 tr_upnpPulse( tr_upnp * handle,
H A Dport-forwarding.c42 tr_upnp * upnp;

Completed in 165 milliseconds