Searched refs:portStr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dupnp.c115 char portStr[16]; local
120 tr_snprintf( portStr, sizeof( portStr ), "%d", (int)handle->port );
123 err = UPNP_GetSpecificPortMappingEntry( handle->urls.controlURL, handle->data.first.servicetype, portStr, proto, intClient, intPort, NULL, NULL, NULL );
125 err = UPNP_GetSpecificPortMappingEntry( handle->urls.controlURL, handle->data.first.servicetype, portStr, proto, intClient, intPort );
138 char portStr[16]; local
141 tr_snprintf( portStr, sizeof( portStr ), "%d", (int)port );
144 err = UPNP_AddPortMapping( handle->urls.controlURL, handle->data.first.servicetype, portStr, portStr, handl
161 char portStr[16]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/
H A Dconfigure18004 char portStr[8];
18010 portStr, "TCP", intClient, intPort );
18043 char portStr[8];
18049 portStr, "TCP", intClient, intPort, NULL, NULL, NULL );

Completed in 142 milliseconds