Searched refs:GetPortMappingArgs (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.c455 struct UPNParg * GetPortMappingArgs; local
464 GetPortMappingArgs = calloc(2, sizeof(struct UPNParg));
465 GetPortMappingArgs[0].elt = "NewPortMappingIndex";
466 GetPortMappingArgs[0].val = index;
469 GetPortMappingArgs, &bufsize))) {
470 free(GetPortMappingArgs);
532 free(GetPortMappingArgs);
589 struct UPNParg * GetPortMappingArgs; local
598 GetPortMappingArgs = calloc(4, sizeof(struct UPNParg));
599 GetPortMappingArgs[
[all...]

Completed in 52 milliseconds