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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dupnpcommands.c474 struct UPNParg * DeletePortMappingArgs; local
484 DeletePortMappingArgs = calloc(4, sizeof(struct UPNParg));
485 DeletePortMappingArgs[0].elt = "NewRemoteHost";
486 DeletePortMappingArgs[0].val = remoteHost;
487 DeletePortMappingArgs[1].elt = "NewExternalPort";
488 DeletePortMappingArgs[1].val = extPort;
489 DeletePortMappingArgs[2].elt = "NewProtocol";
490 DeletePortMappingArgs[2].val = proto;
493 DeletePortMappingArgs, &bufsize))) {
494 free(DeletePortMappingArgs);
518 struct UPNParg * DeletePortMappingArgs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dupnpcommands.c474 struct UPNParg * DeletePortMappingArgs; local
484 DeletePortMappingArgs = calloc(4, sizeof(struct UPNParg));
485 DeletePortMappingArgs[0].elt = "NewRemoteHost";
486 DeletePortMappingArgs[0].val = remoteHost;
487 DeletePortMappingArgs[1].elt = "NewExternalPort";
488 DeletePortMappingArgs[1].val = extPort;
489 DeletePortMappingArgs[2].elt = "NewProtocol";
490 DeletePortMappingArgs[2].val = proto;
493 DeletePortMappingArgs, &bufsize))) {
494 free(DeletePortMappingArgs);
518 struct UPNParg * DeletePortMappingArgs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dupnpcommands.c474 struct UPNParg * DeletePortMappingArgs; local
484 DeletePortMappingArgs = calloc(4, sizeof(struct UPNParg));
485 DeletePortMappingArgs[0].elt = "NewRemoteHost";
486 DeletePortMappingArgs[0].val = remoteHost;
487 DeletePortMappingArgs[1].elt = "NewExternalPort";
488 DeletePortMappingArgs[1].val = extPort;
489 DeletePortMappingArgs[2].elt = "NewProtocol";
490 DeletePortMappingArgs[2].val = proto;
493 DeletePortMappingArgs, &bufsize))) {
494 free(DeletePortMappingArgs);
518 struct UPNParg * DeletePortMappingArgs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnpdescgen.c369 static const struct argument DeletePortMappingArgs[] = variable in typeref:struct:argument
450 {"DeletePortMapping", DeletePortMappingArgs}, /* R */
460 {"DeletePortMapping", DeletePortMappingArgs}, /* R */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnpdescgen.c369 static const struct argument DeletePortMappingArgs[] = variable in typeref:struct:argument
450 {"DeletePortMapping", DeletePortMappingArgs}, /* R */
460 {"DeletePortMapping", DeletePortMappingArgs}, /* R */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnpdescgen.c369 static const struct argument DeletePortMappingArgs[] = variable in typeref:struct:argument
450 {"DeletePortMapping", DeletePortMappingArgs}, /* R */
460 {"DeletePortMapping", DeletePortMappingArgs}, /* R */

Completed in 164 milliseconds