Searched refs:atoi (Results 176 - 200 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/cdma/
H A Dcommon_ex.c189 int radio=atoi(nvram_safe_get("wl_radio_power_x"));
324 int wepidx=atoi(nvram_safe_get("wl0_key"));
364 num = atoi(nvram_safe_get("wl_wdsnum_x"));
399 num = atoi(nvram_safe_get("wl_macnum_x"));
H A Dnetwork.c69 dprintf("\n\n\nadd %s %d %s %s %s\n\n\n", ifname, atoi(metric), ipaddr, gateway, netmask);
71 route_add(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
102 route_del(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
194 j = atoi(nvram_safe_get("wl_wdsnum_x"));
787 int demand = atoi(nvram_safe_get(strcat_r(prefix, "pppoe_idletime", tmp)));
/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Dcache.c206 if( time(NULL) - atoi( time_made ) < older_than ){
H A Dconf.c237 *((int *)val) = atoi(str);
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_limit.c61 r = atoi(rate);
H A Dlibipt_limit.c61 r = atoi(rate);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dsmbspool.c114 copies = atoi(argv[4]);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dtrustdom_cache.c209 timestamp = atoi(value);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_cache.c107 timeout = (time_t)atoi(number);
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dusb.c193 usb_set_debug(atoi(getenv("USB_DEBUG")));
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpq.c509 case 'n': Status_line_count = atoi( Optarg ); break;
515 Interval = atoi( Optarg );
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dmain.c198 flags |= atoi(optarg);
204 use_stride = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dconfig.c78 *iptr = atoi(p);
108 serv->port[serv->max] = atoi(q);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dconfig.c78 *iptr = atoi(p);
108 serv->port[serv->max] = atoi(q);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dnetwork_ex.c167 if (atoi(nvram_safe_get(strcat_r(prefix, "pppoe_idletime", tmp))) &&
293 ttyUSB_num = atoi(ttyUSB_num_str);
H A Dservices_ex.c389 for(i=0; i<atoi(nvram_safe_get("url_num_x")); i++) {
969 disc_index=atoi(nvram_safe_get(nvram_str));
1735 if ((unit = atoi(nvram_safe_get("wl_unit"))) < 0)
1786 channels[i]=atoi(var);
2443 if (atoi(str_channel2Dot4) > get_wl_channels())
2981 j=atoi(nvram_safe_get("usb_disc0_index"));
2988 j=atoi(nvram_safe_get("usb_disc1_index"));
3545 numOfInterfaces = atoi(num_interfaces);
3546 isPrinter = atoi(getenv("ISPRINTER"));
3971 pid = atoi(st
[all...]
H A Dqosutils.c362 pid = atoi(tmp1);
405 if((pid = atoi(dent->d_name)) > 1){
668 pid = atoi(buf);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dnetwork_ex.c165 if (atoi(nvram_safe_get(strcat_r(prefix, "pppoe_idletime", tmp))) &&
290 ttyUSB_num = atoi(ttyUSB_num_str);
H A Dservices_ex.c387 for(i=0; i<atoi(nvram_safe_get("url_num_x")); i++) {
966 disc_index=atoi(nvram_safe_get(nvram_str));
1732 if ((unit = atoi(nvram_safe_get("wl_unit"))) < 0)
1783 channels[i]=atoi(var);
2440 if (atoi(str_channel2Dot4) > get_wl_channels())
2978 j=atoi(nvram_safe_get("usb_disc0_index"));
2985 j=atoi(nvram_safe_get("usb_disc1_index"));
3533 numOfInterfaces = atoi(num_interfaces);
3534 isPrinter = atoi(getenv("ISPRINTER"));
3959 pid = atoi(st
[all...]
H A Dqosutils.c362 pid = atoi(tmp1);
405 if((pid = atoi(dent->d_name)) > 1){
668 pid = atoi(buf);
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dmapmgr.c249 int log_level = atoi(nvram_safe_get("log_level"));
288 int log_level = atoi(nvram_safe_get("log_level"));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/web/
H A Dcgi.c122 len = p?atoi(p):0;
525 content_length = atoi(&line[16]);
H A Dswat.c642 SerType = atoi(cgi_variable("ServerType"));
643 winstype = atoi(cgi_variable("WINSType"));
645 HomeExpo = atoi(cgi_variable("HomeExpo"));
803 mode = atoi(cgi_variable("ViewMode"));
879 mode = atoi(cgi_variable("ViewMode"));
1223 mode = atoi(cgi_variable("ViewMode"));
/asus-wl-520gu-7.0.1.45/src/router/wanduck/
H A Dwanduck.c94 if((sin.sin_port = htons((u_short)atoi(service))) == 0){
146 pid = atoi(tmp1);
163 if((pid = atoi(dent->d_name)) > 1){
494 if(atoi(argv[1]) <= 0)
499 if(atoi(argv[2]) <= 0)
1084 wan_unit = atoi(nvram_safe_get("wan_unit"));
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/cramfs/
H A Dmkcramfs.c640 opt_edition = atoi(optarg);
644 opt_gid = atoi(optarg);
667 opt_uid = atoi(optarg);

Completed in 279 milliseconds

1234567891011>>