Searched refs:intClient (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dupnpcommands.h153 * out intClient (16 bytes)
167 char * intClient,
177 * out intClient (16 bytes)
198 char * intClient,
235 const char * intClient,
244 const char * intClient,
H A Dupnpcommands.c446 char * intClient,
462 intClient[0] = '\0';
496 if(p && intClient)
498 strncpy(intClient, p, 16);
499 intClient[15] = '\0';
575 * the result is returned in the intClient and intPort strings
582 char * intClient,
595 if(!intPort || !intClient || !extPort || !proto)
617 strncpy(intClient, p, 16);
618 intClient[1
442 UPNP_GetGenericPortMappingEntry(const char * controlURL, const char * servicetype, const char * index, char * extPort, char * intClient, char * intPort, char * protocol, char * desc, char * enabled, char * rHost, char * duration) argument
578 UPNP_GetSpecificPortMappingEntry(const char * controlURL, const char * servicetype, const char * extPort, const char * proto, char * intClient, char * intPort, char * desc, char * enabled, char * leaseDuration) argument
795 UPNP_GetOutboundPinholeTimeout(const char * controlURL, const char * servicetype, const char * remoteHost, const char * remotePort, const char * intClient, const char * intPort, const char * proto, int * opTimeout) argument
850 UPNP_AddPinhole(const char * controlURL, const char * servicetype, const char * remoteHost, const char * remotePort, const char * intClient, const char * intPort, const char * proto, const char * leaseTime, char * uniqueID) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dupnp.c113 char intClient[16]; local
117 *intClient = '\0';
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 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/
H A Dconfigure18006 char intClient[16];
18010 portStr, "TCP", intClient, intPort );
18045 char intClient[16];
18049 portStr, "TCP", intClient, intPort, NULL, NULL, NULL );

Completed in 204 milliseconds