Searched refs:to_start (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dnvparse.c96 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end; local
101 /* Parse out_proto:out_start-out_end,in_proto:in_start-in_end>to_start-to_end,enable,desc */
126 to_start = in_start;
127 in_start = strsep(&to_start, ">");
128 if (!to_start)
132 enable = to_start;
154 to_end = to_start;
155 to_start = strsep(&to_end, "-");
157 to_end = to_start;
184 app->to[0] = htons(atoi(to_start));
1233 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end; local
[all...]
H A Dbroadcom.c3967 /* Parse out_proto:out_port,in_proto:in_start-in_end>to_start-to_end,enable,desc */
7433 char *from_start=NULL, *from_end=NULL, *proto=NULL, *to_start=NULL; local
7435 char **locals[] = { &from_start, &from_end, &proto, &to_start, &to_end, &from_day, &to_day, &from_sec, &to_sec };
7467 if (!*from_start && !*from_end && !*to_start && !*to_end) {
7474 if (!*to_start) to_start = to_end;
7475 if (!*to_end) to_end = to_start;
7480 if (!*to_start || !*to_end) {
7488 !valid_range(wp, to_start, &fields[3]) ||
7501 if (atoi(to_start) > ato
7639 char *to_ip=NULL, *to_start=NULL, *to_end=NULL, *enable=NULL; local
7755 char *in_start=NULL, *in_end=NULL, *to_start=NULL, *to_end=NULL, *enable=NULL; local
[all...]

Completed in 113 milliseconds