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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dupnpcommands.c859 struct UPNParg * AddPinholeArgs; local
870 AddPinholeArgs = calloc(7, sizeof(struct UPNParg));
874 AddPinholeArgs[0].elt = "RemoteHost";
875 AddPinholeArgs[0].val = "";
879 AddPinholeArgs[0].elt = "RemoteHost";
880 AddPinholeArgs[0].val = remoteHost;
882 AddPinholeArgs[1].elt = "RemotePort";
883 AddPinholeArgs[1].val = remotePort;
884 AddPinholeArgs[2].elt = "Protocol";
885 AddPinholeArgs[
[all...]

Completed in 115 milliseconds