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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiupnpcmodule.c234 unsigned short ePort; local
243 if (!PyArg_ParseTuple(args, "HssHss", &ePort, &proto,
247 sprintf(extPort, "%hu", ePort);
275 unsigned short ePort; local
285 if (!PyArg_ParseTuple(args, "HssHss", &ePort, &proto, &host, &iPort, &desc, &remoteHost))
288 sprintf(extPort, "%hu", ePort);
310 unsigned short ePort; local
314 if(!PyArg_ParseTuple(args, "Hs|z", &ePort, &proto, &remoteHost))
317 sprintf(extPort, "%hu", ePort);
380 /* GetSpecificPortMapping(ePort, prot
386 unsigned short ePort; local
431 unsigned short ePort; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiupnpcmodule.c234 unsigned short ePort; local
243 if (!PyArg_ParseTuple(args, "HssHss", &ePort, &proto,
247 sprintf(extPort, "%hu", ePort);
275 unsigned short ePort; local
285 if (!PyArg_ParseTuple(args, "HssHss", &ePort, &proto, &host, &iPort, &desc, &remoteHost))
288 sprintf(extPort, "%hu", ePort);
310 unsigned short ePort; local
314 if(!PyArg_ParseTuple(args, "Hs|z", &ePort, &proto, &remoteHost))
317 sprintf(extPort, "%hu", ePort);
380 /* GetSpecificPortMapping(ePort, prot
386 unsigned short ePort; local
431 unsigned short ePort; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiupnpcmodule.c234 unsigned short ePort; local
243 if (!PyArg_ParseTuple(args, "HssHss", &ePort, &proto,
247 sprintf(extPort, "%hu", ePort);
275 unsigned short ePort; local
285 if (!PyArg_ParseTuple(args, "HssHss", &ePort, &proto, &host, &iPort, &desc, &remoteHost))
288 sprintf(extPort, "%hu", ePort);
310 unsigned short ePort; local
314 if(!PyArg_ParseTuple(args, "Hs|z", &ePort, &proto, &remoteHost))
317 sprintf(extPort, "%hu", ePort);
380 /* GetSpecificPortMapping(ePort, prot
386 unsigned short ePort; local
431 unsigned short ePort; local
[all...]

Completed in 549 milliseconds