Searched refs:atoi (Results 51 - 75 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dnvparse.c162 app->match.dst.ports[0] = htons(atoi(out_start));
163 app->match.dst.ports[1] = htons(atoi(out_end));
174 app->dport[0] = htons(atoi(in_start));
175 app->dport[1] = htons(atoi(in_end));
178 app->to[0] = htons(atoi(to_start));
179 app->to[1] = htons(atoi(to_end));
357 nat->match.dst.ports[0] = htons(atoi(wan_port0));
358 nat->match.dst.ports[1] = htons(atoi(wan_port1));
364 nat->ports[0] = htons(atoi(lan_port0));
365 nat->ports[1] = htons(atoi(lan_port
[all...]
H A Dhttp.c92 port = atoi(s);
133 switch (atoi(s)) {
149 len = atoi(s);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dnvparse.c162 app->match.dst.ports[0] = htons(atoi(out_start));
163 app->match.dst.ports[1] = htons(atoi(out_end));
174 app->dport[0] = htons(atoi(in_start));
175 app->dport[1] = htons(atoi(in_end));
178 app->to[0] = htons(atoi(to_start));
179 app->to[1] = htons(atoi(to_end));
357 nat->match.dst.ports[0] = htons(atoi(wan_port0));
358 nat->match.dst.ports[1] = htons(atoi(wan_port1));
364 nat->ports[0] = htons(atoi(lan_port0));
365 nat->ports[1] = htons(atoi(lan_port
[all...]
H A Dhttp.c92 port = atoi(s);
133 switch (atoi(s)) {
149 len = atoi(s);
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A Dunixmain.c188 debug_level = atoi(optarg);
338 debug_level = atoi(value);
342 s->minheartbeat = atoi(value);
346 s->maxheartbeat = atoi(value);
350 s->localport = atoi(value);
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dcommon.c139 n = atoi(value);
140 start = atoi(v->argv[0]);
141 end = atoi(v->argv[1]);
157 n = atoi(value);
158 max = atoi(v->argv[0]);
H A Dhttp.c87 port = atoi(s);
128 switch (atoi(s)) {
144 len = atoi(s);
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dstorage.c82 size = atoi(&tmparray[i][0]);
109 size = atoi(&tmparray[i][0]);
199 st->Capability = (unsigned long) atoi(nvram_safe_get("apps_caps"));
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dbigpond.c131 log_level = atoi(nvram_safe_get("log_level"));
140 filter.match.dst.ports[0] = htons(atoi("5050"));
168 pid = atoi(str);
H A Dhttp_ex.c118 port = atoi(s);
171 switch(atoi(s)){
203 len = atoi(s);
243 if((pid = atoi(pid_buf)) <= 0)
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dbigpond.c131 log_level = atoi(nvram_safe_get("log_level"));
140 filter.match.dst.ports[0] = htons(atoi("5050"));
168 pid = atoi(str);
H A Dhttp_ex.c118 port = atoi(s);
171 switch(atoi(s)){
203 len = atoi(s);
243 if((pid = atoi(pid_buf)) <= 0)
/asus-wl-520gu-7.0.1.45/src/router/vlan/
H A Dvconfig.c157 vid = atoi(argv[3]);
162 skb_priority = atoi(argv[3]);
163 vlan_qos = atoi(argv[4]);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbmain.c304 else devnum = atoi(x);
308 busnum = atoi(x);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dnc.c59 lport = atoi(optarg);
97 address.sin_port = htons(atoi(argv[optind+1]));
H A Dhead.c56 len = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dsgi_if.c33 atoi(register char *p) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_mms.c70 __inline static int atoi(char *s) function
85 i+=atoi(s);
89 i+=atoi(s);
127 *mms_port = atoi(tempstring+7+i);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_conntrack_mms.c70 __inline static int atoi(char *s) function
85 i+=atoi(s);
89 i+=atoi(s);
127 *mms_port = atoi(tempstring+7+i);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dclientid.c76 p->id = atoi(id);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dclientid.c76 p->id = atoi(id);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dpidfile.c51 ret = atoi(pidstr);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/examples/spoolss/
H A Dpsec.py72 "mask": string.atoi(match.group(3), 0), "trustee": match.group(4)})
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_shutdown.c55 timeout = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/init/
H A Dinit_3.c45 err = smbc_init(auth_fn, atoi(argv[4]));

Completed in 210 milliseconds

1234567891011>>