Searched refs:atoi (Results 76 - 100 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/printing/
H A Dvlp.c92 jobnum = atoi(PRINT_FIRSTJOB);
194 jobid = atoi(argv[2]);
327 jobid = atoi(argv[2]);
356 jobid = atoi(argv[2]);
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dipt.c125 bool bEnabled = (bool) atoi(ac->params[5].value);
135 if (atoi(LeaseDuration) != 0) {
258 i = atoi(PortMappingIndex);
421 entry->match.dst.ports[0] = htons(atoi(ExternalStartPort));
422 entry->match.dst.ports[1] = htons(atoi(ExternalEndPort));
437 entry->ports[0] = htons(atoi(InternalStartPort));
438 entry->ports[1] = htons(atoi(InternalEndPort));
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dnvmap.c199 num = atoi(nvram_get("wl_wdslist_num_x"));
223 num = atoi(nvram_get("wl_maclist_num_x"));
426 int index=atoi(nvram_safe_get("sh_num"));
458 count = atoi(nvram_safe_get("sh_num"));
512 index = atoi(nvram_get("sh_edit_x"));
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_tcpcmds.c411 res = tcp_bind(s,atoi(sport));
419 res = tcp_connect(s,hostaddr,atoi(port));
540 p = atoi(port);
690 if (cmd_sw_value(cmd,"-n",&x)) numbuf = atoi(x);
693 if (cmd_sw_value(cmd,"-l",&x)) buflen = atoi(x);
696 if (cmd_sw_value(cmd,"-p",&x)) port = atoi(x);
H A Dui_test_ether.c156 count = atoi(x);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtraceroute.c462 max_ttl = atoi(optarg);
470 port = atoi(optarg);
475 nprobes = atoi(optarg);
490 tos = atoi(optarg);
500 waittime = atoi(optarg);
521 datalen = atoi(*argv);
H A Dmt.c87 op.mt_count = atoi(argv[2]);
H A Droute.c156 metric = atoi(*args);
209 rt.rt_mss = atoi(*args);
223 rt.rt_window = atoi(*args);
239 rt.rt_irtt = atoi(*(args - 1));
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Dui_memtest.c155 if (cmd_sw_value(cmd,"-cca",&x)) cca = atoi(x);
156 if (cmd_sw_value(cmd,"-arena",&x)) arenanum = atoi(x);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dtcpsend.c63 case 't': max_try = atoi(optarg); break;
89 n = atoi(port);
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_MASQUERADE.c49 port = atoi(arg);
61 maxport = atoi(dash + 1);
H A Dlibipt_REDIRECT.c49 port = atoi(arg);
61 maxport = atoi(dash + 1);
H A Dlibipt_autofw.c65 port = atoi(arg);
75 maxport = atoi(dash + 1);
H A Dlibipt_recent.c117 info->seconds = atoi(optarg);
121 info->hit_count = atoi(optarg);
H A Dlibipt_TTL.c53 value = atoi(optarg);
H A Dlibipt_ttl.c41 value = atoi(argv[optind-1]);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dutil.c49 tm->tm_mday = atoi (&valstr[4]);
52 tm->tm_year = atoi (&valstr[7]) - 1900;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dutil.c49 tm->tm_mday = atoi (&valstr[4]);
52 tm->tm_year = atoi (&valstr[7]) - 1900;
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dudhcpc.c130 expires(wan_ifname, atoi(value));
187 expires(wan_ifname, atoi(value));
/asus-wl-520gu-7.0.1.45/src/router/wanduck/
H A Dwget.c82 port = atoi(s);
142 switch(atoi(s)){
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/examples/tdbpack/
H A Doldtdbutil.py126 val = string.atoi(hint[size-2:size],16)
144 return string.atoi(mystring,16)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_dfs.c184 info_level = atoi(argv[1]);
213 info_level = atoi(argv[4]);
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dcache_file.c159 (pid = atoi(value)) > 1)
H A Dpid_file.c51 otherpid = atoi(buf);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/src/
H A Dradstatus.c91 result = rc_check(argv[i], atoi(p+1), msg);

Completed in 283 milliseconds

1234567891011>>