Searched refs:sec_start (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dnvparse.c546 char *day_start, *day_end, *sec_start, *sec_end; local
552 /* Parse [lan_ipaddr0-lan_ipaddr1|*]:lan_port0-lan_port1,proto,day_start-day_end,sec_start-sec_end,enable,desc */
577 sec_start = day_start;
578 day_start = strsep(&sec_start, ",");
579 if (!sec_start)
583 enable = sec_start;
584 sec_start = strsep(&enable, ",");
611 sec_end = sec_start;
612 sec_start = strsep(&sec_end, "-");
614 sec_end = sec_start;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dnvparse.c546 char *day_start, *day_end, *sec_start, *sec_end; local
552 /* Parse [lan_ipaddr0-lan_ipaddr1|*]:lan_port0-lan_port1,proto,day_start-day_end,sec_start-sec_end,enable,desc */
577 sec_start = day_start;
578 day_start = strsep(&sec_start, ",");
579 if (!sec_start)
583 enable = sec_start;
584 sec_start = strsep(&enable, ",");
611 sec_end = sec_start;
612 sec_start = strsep(&sec_end, "-");
614 sec_end = sec_start;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dfirewall_ex_noipt.c420 void timematch_ex_conv(char *nv_date, char *nv_time, int *days, int *sec_start, int *sec_end) argument
440 *sec_start = atoi(start_hour)*60*60 + atoi(start_min)*60;
443 //if (*sec_end<*sec_start)
445 // tmp=*sec_start;
446 // *sec_start=*sec_end;
462 *sec_start = 0;
1451 int day_start, day_end, sec_start, sec_end; local
1462 timematch_ex_conv("filter_lw_date_x", "filter_lw_time_x", days, &sec_start, &sec_end);
1492 start->match.secs[0] = end->match.secs[0] = sec_start;
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dfirewall_ex_noipt.c420 void timematch_ex_conv(char *nv_date, char *nv_time, int *days, int *sec_start, int *sec_end) argument
440 *sec_start = atoi(start_hour)*60*60 + atoi(start_min)*60;
443 //if (*sec_end<*sec_start)
445 // tmp=*sec_start;
446 // *sec_start=*sec_end;
462 *sec_start = 0;
1451 int day_start, day_end, sec_start, sec_end; local
1462 timematch_ex_conv("filter_lw_date_x", "filter_lw_time_x", days, &sec_start, &sec_end);
1492 start->match.secs[0] = end->match.secs[0] = sec_start;

Completed in 67 milliseconds