Searched refs:atoi (Results 26 - 50 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_misccmds.c118 if (cmd_sw_value(cmd,"-count",&x)) count = atoi(x);
144 if (x) val = atoi(x);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddmesg.c52 level = atoi(optarg);
57 bufsize = atoi(optarg);
H A Dsort.c36 int z = atoi(*(char **)x) - atoi(*(char **)y);
H A Dsetkeycodes.c52 a.keycode = atoi(argv[2]);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dmsgtest.c55 pid = atoi(argv[1]);
56 n = atoi(argv[2]);
H A Dcmd_vfs.c56 size = atoi(argv[2]);
81 offset = atoi(argv[1]);
82 len = atoi(argv[2]);
335 fd = atoi(argv[1]);
365 fd = atoi(argv[1]);
366 size = atoi(argv[2]);
395 fd = atoi(argv[1]);
396 size = atoi(argv[2]);
429 fd = atoi(argv[1]);
430 offset = atoi(arg
[all...]
H A Dt_push_ucs2.c46 count = atoi(argv[2]);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dfirewall_ex_noipt.c29 #define foreach_x(x) for(i=0; i<atoi(nvram_safe_get(x)); i++)
111 sprintf(g_buf, "%d-65535", atoi(port+1) + 1);
114 sprintf(g_buf, "%d-%d", atoi(port+1), atoi(port+1));
117 sprintf(g_buf, "1-%d", atoi(port+1) - 1);
123 sprintf(g_buf, "%d-%d", atoi(itemname_arr), atoi(strptr+1));
127 sprintf(g_buf, "%d-%d", atoi(port), atoi(port));
149 sprintf(g_buf, "%d-65535", atoi(por
[all...]
H A Dqos.c144 float pct = atoi(nvram_get("qos_dfragment_size"));
165 rulenum=atoi(nvram_safe_get("qos_rulenum_x"));
211 ubw = atoi(nvram_get("qos_ubw"));
246 if(atoi(nvram_get("qos_ubw"))>640)
266 if(atoi(nvram_get("qos_ubw"))>640)
315 switch(atoi(Ch_conv("qos_prio_x", idx_class))) {
336 tc_filter(Ch_conv("qos_ip_x", idx_class), Ch_conv("qos_port_x", idx_class), atoi(Ch_conv("qos_prio_x", idx_class)));
H A Dfirewall_ex.c28 #define foreach_x(x) for(i=0; i<atoi(nvram_safe_get(x)); i++)
118 sprintf(g_buf, "%d-65535", atoi(port+1) + 1);
121 sprintf(g_buf, "%d-%d", atoi(port+1), atoi(port+1));
124 sprintf(g_buf, "1-%d", atoi(port+1) - 1);
130 sprintf(g_buf, "%d-%d", atoi(itemname_arr), atoi(strptr+1));
134 sprintf(g_buf, "%d-%d", atoi(port), atoi(port));
156 sprintf(g_buf, "%d-65535", atoi(por
[all...]
H A Dfirewall.c101 log_level = atoi(nvram_safe_get("log_level"));
171 num = atoi(nvram_safe_get("macfilter_num_x"));
241 filter.match.dst.ports[0] = filter.match.dst.ports[1] = htons(atoi(nvram_safe_get("usb_webhttpport_x")));
247 filter.match.dst.ports[0] = filter.match.dst.ports[1] = htons(atoi(nvram_safe_get("usb_ftpport_x")));
253 filter.match.dst.ports[0] = filter.match.dst.ports[1] = htons(atoi(nvram_safe_get("usb_webactivex_x")));
340 log_level = atoi(nvram_safe_get("log_level"));
369 nat.match.dst.ports[0] = htons(atoi(nvram_safe_get("http_wanport")));
370 nat.match.dst.ports[1] = htons(atoi(nvram_safe_get("http_wanport")));
376 nat.ports[0] = htons(atoi(nvram_safe_get("http_lanport")));
377 nat.ports[1] = htons(atoi(nvram_safe_ge
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dfirewall_ex_noipt.c29 #define foreach_x(x) for(i=0; i<atoi(nvram_safe_get(x)); i++)
111 sprintf(g_buf, "%d-65535", atoi(port+1) + 1);
114 sprintf(g_buf, "%d-%d", atoi(port+1), atoi(port+1));
117 sprintf(g_buf, "1-%d", atoi(port+1) - 1);
123 sprintf(g_buf, "%d-%d", atoi(itemname_arr), atoi(strptr+1));
127 sprintf(g_buf, "%d-%d", atoi(port), atoi(port));
149 sprintf(g_buf, "%d-65535", atoi(por
[all...]
H A Dqos.c144 float pct = atoi(nvram_get("qos_dfragment_size"));
165 rulenum=atoi(nvram_safe_get("qos_rulenum_x"));
211 ubw = atoi(nvram_get("qos_ubw"));
246 if(atoi(nvram_get("qos_ubw"))>640)
266 if(atoi(nvram_get("qos_ubw"))>640)
315 switch(atoi(Ch_conv("qos_prio_x", idx_class))) {
336 tc_filter(Ch_conv("qos_ip_x", idx_class), Ch_conv("qos_port_x", idx_class), atoi(Ch_conv("qos_prio_x", idx_class)));
H A Dfirewall_ex.c28 #define foreach_x(x) for(i=0; i<atoi(nvram_safe_get(x)); i++)
118 sprintf(g_buf, "%d-65535", atoi(port+1) + 1);
121 sprintf(g_buf, "%d-%d", atoi(port+1), atoi(port+1));
124 sprintf(g_buf, "1-%d", atoi(port+1) - 1);
130 sprintf(g_buf, "%d-%d", atoi(itemname_arr), atoi(strptr+1));
134 sprintf(g_buf, "%d-%d", atoi(port), atoi(port));
156 sprintf(g_buf, "%d-65535", atoi(por
[all...]
H A Dfirewall.c101 log_level = atoi(nvram_safe_get("log_level"));
171 num = atoi(nvram_safe_get("macfilter_num_x"));
241 filter.match.dst.ports[0] = filter.match.dst.ports[1] = htons(atoi(nvram_safe_get("usb_webhttpport_x")));
247 filter.match.dst.ports[0] = filter.match.dst.ports[1] = htons(atoi(nvram_safe_get("usb_ftpport_x")));
253 filter.match.dst.ports[0] = filter.match.dst.ports[1] = htons(atoi(nvram_safe_get("usb_webactivex_x")));
340 log_level = atoi(nvram_safe_get("log_level"));
369 nat.match.dst.ports[0] = htons(atoi(nvram_safe_get("http_wanport")));
370 nat.match.dst.ports[1] = htons(atoi(nvram_safe_get("http_wanport")));
376 nat.ports[0] = htons(atoi(nvram_safe_get("http_lanport")));
377 nat.ports[1] = htons(atoi(nvram_safe_ge
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dui_phycmds.c141 mac = atoi(x);
148 phynum = atoi(x);
154 reg = atoi(x);
161 value = atoi(x) & 0xFFFF;
184 mac = atoi(x);
191 phynum = atoi(x);
198 reg = atoi(x);
/asus-wl-520gu-7.0.1.45/src/router/wlconf/
H A Dwlconf.c154 if (key.len && i == atoi(nvram_safe_get(strcat_r(prefix, "key", wl_key))))
314 radar_thr.version = atoi(version);
415 gmode = atoi(nvram_safe_get(strcat_r(prefix, "gmode", nv)));
444 val = atoi(cwmin);
449 val = atoi(cwmax);
454 acparams->ACI |= atoi(aifsn) & EDCF_AIFSN_MASK;
460 val = atoi(txop_b);
462 val = atoi(txop_ag);
515 txparams[j].short_retry = atoi(srl);
518 txparams[j].short_fallback = atoi(sfb
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_NETLINK.c69 nld->mark=atoi(optarg);
79 if ( atoi(optarg) <= 0 )
88 nld->size=atoi(optarg);
H A Dlibipt_iplimit.c55 info->limit = atoi(argv[optind-1]);
61 info->mask = htonl(0xFFFFFFFF << (32 - atoi(argv[optind-1])));
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/nsswitch/
H A Dgetgrgid.c21 if ((gid = atoi(argv[1])) == 0) {
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/smbd/
H A Dsec_ctx_torture.c36 seed = atoi(argv[1]);
/asus-wl-520gu-7.0.1.45/src/router/nvram/
H A Dnvram_linux.c85 if( file_to_buf("/var/run/lld2d-br0.pid", pid_buf, sizeof(pid_buf)) && atoi(pid_buf)){
86 pid_lld2d=atoi(pid_buf);
163 if( file_to_buf("/var/run/lld2d-br0.pid", pid_buf, sizeof(pid_buf)) && atoi(pid_buf)){
164 pid_lld2d=atoi(pid_buf);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdb_restore_secrets.c75 lct = atoi(argv[3]);
76 sct = atoi(argv[4]);
/asus-wl-520gu-7.0.1.45/src/router/vlan/
H A Dvconfig5.c167 vid = atoi(argv[3]);
172 skb_priority = atoi(argv[3]);
173 vlan_qos = atoi(argv[4]);
307 vid = atoi(argv[2]);
308 port = atoi(argv[3]);
344 ports_enable = atoi(argv[2]);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dbroadcom.c368 if ((unit = atoi(nvram_safe_get("wan_unit"))) < 0)
373 pid = atoi(str);
390 if ((unit = atoi(nvram_safe_get("wan_unit"))) < 0)
395 pid = atoi(str);
418 if ((unit = atoi(nvram_safe_get("wan_unit"))) < 0)
478 if ((unit = atoi(nvram_safe_get("wan_unit"))) < 0)
488 expires = atoi(str);
509 unsigned int up = atoi(str);
530 if ((unit = atoi(nvram_safe_get("wan_unit"))) < 0)
641 if ((unit = atoi(nvram_safe_ge
[all...]

Completed in 209 milliseconds

1234567891011>>