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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiupnpcmodule.c336 unsigned short ePortStart; local
343 if(!PyArg_ParseTuple(args, "HHsb", &ePortStart, &ePortEnd, &proto, &manage))
346 sprintf(extPortStart, "%hu", ePortStart);
H A Dupnpc.c689 const char * ePortStart, char const * ePortEnd,
697 if(!proto || !ePortStart || !ePortEnd)
708 r = UPNP_DeletePortMappingRange(urls->controlURL, data->first.servicetype, ePortStart, ePortEnd, proto, manage);
687 RemoveRedirectRange(struct UPNPUrls * urls, struct IGDdatas * data, const char * ePortStart, char const * ePortEnd, const char * proto, const char * manage) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiupnpcmodule.c336 unsigned short ePortStart; local
343 if(!PyArg_ParseTuple(args, "HHsb", &ePortStart, &ePortEnd, &proto, &manage))
346 sprintf(extPortStart, "%hu", ePortStart);
H A Dupnpc.c689 const char * ePortStart, char const * ePortEnd,
697 if(!proto || !ePortStart || !ePortEnd)
708 r = UPNP_DeletePortMappingRange(urls->controlURL, data->first.servicetype, ePortStart, ePortEnd, proto, manage);
687 RemoveRedirectRange(struct UPNPUrls * urls, struct IGDdatas * data, const char * ePortStart, char const * ePortEnd, const char * proto, const char * manage) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiupnpcmodule.c336 unsigned short ePortStart; local
343 if(!PyArg_ParseTuple(args, "HHsb", &ePortStart, &ePortEnd, &proto, &manage))
346 sprintf(extPortStart, "%hu", ePortStart);
H A Dupnpc.c689 const char * ePortStart, char const * ePortEnd,
697 if(!proto || !ePortStart || !ePortEnd)
708 r = UPNP_DeletePortMappingRange(urls->controlURL, data->first.servicetype, ePortStart, ePortEnd, proto, manage);
687 RemoveRedirectRange(struct UPNPUrls * urls, struct IGDdatas * data, const char * ePortStart, char const * ePortEnd, const char * proto, const char * manage) argument

Completed in 177 milliseconds