Searched refs:out_start (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dnvparse.c90 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end; local
95 /* Parse out_proto:out_start-out_end,in_proto:in_start-in_end>to_start-to_end,enable,desc */
102 out_start = value;
103 out_proto = strsep(&out_start, ":");
104 if (!out_start)
108 in_proto = out_start;
109 out_start = strsep(&in_proto, ",");
136 out_end = out_start;
137 out_start = strsep(&out_end, "-");
139 out_end = out_start;
1063 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end; local
[all...]
H A Dbroadcom.c3354 char *out_proto=NULL, *out_start=NULL, *out_end=NULL, *in_proto=NULL; local
3356 char **locals[] = { &out_proto, &out_start, &out_end, &in_proto, &in_start, &in_end, &to_start, &to_end };
3388 if (!*out_start && !*out_end && !*in_start && !*in_end && !*to_start && !*to_end) {
3393 if (!*out_start) out_start = out_end;
3394 if (!*out_end) out_end = out_start;
3401 if (!*out_start || !*out_end) {
3415 !valid_range(wp, out_start, &fields[1]) ||
3424 if (atoi(out_start) > atoi(out_end)) {
3426 fields[1].longname, out_start, field
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dnvparse.c90 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end; local
95 /* Parse out_proto:out_start-out_end,in_proto:in_start-in_end>to_start-to_end,enable,desc */
102 out_start = value;
103 out_proto = strsep(&out_start, ":");
104 if (!out_start)
108 in_proto = out_start;
109 out_start = strsep(&in_proto, ",");
136 out_end = out_start;
137 out_start = strsep(&out_end, "-");
139 out_end = out_start;
1060 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end; local
[all...]
H A Dbroadcom.c2385 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end, *enable; local
2386 char **locals[] = { &out_proto, &out_start, &out_end, &in_proto, &in_start, &in_end, &to_start, &to_end };
2412 if (!*out_start && !*out_end && !*in_start && !*in_end && !*to_start && !*to_end) {
2417 if (!*out_start) out_start = out_end;
2418 if (!*out_end) out_end = out_start;
2425 if (!*out_start || !*out_end) {
2439 !valid_range(wp, out_start, &fields[1]) ||
2448 if (atoi(out_start) > atoi(out_end)) {
2450 fields[1].longname, out_start, field
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dfirewall_ex_noipt.c816 int out_start, out_end, in_start, in_end; local
827 out_port = portrange_ex2_conv("autofw_outport_x", i, &out_start, &out_end);
843 app->match.dst.ports[0] = htons(out_start);
1127 int out_start, out_end, in_start, in_end; local
1160 out_port = portrange_ex2_conv("autofw_outport_x", i, &out_start, &out_end);
1176 app->match.dst.ports[0] = htons(out_start);
1255 out_port = portrange_ex2_conv("autofw_outport_x", i, &out_start, &out_end);
1271 app->match.dst.ports[0] = htons(out_start);
1383 int out_start, out_end, in_start, in_end; local
1395 out_port = portrange_ex2_conv("autofw_outport_x", which, &out_start,
[all...]
H A Dfirewall_ex.c1269 int out_start, out_end, in_start, in_end; local
1280 out_port = portrange_ex2_conv("autofw_outport_x", i, &out_start, &out_end);
1296 app->match.dst.ports[0] = htons(out_start);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dfirewall_ex_noipt.c816 int out_start, out_end, in_start, in_end; local
827 out_port = portrange_ex2_conv("autofw_outport_x", i, &out_start, &out_end);
843 app->match.dst.ports[0] = htons(out_start);
1127 int out_start, out_end, in_start, in_end; local
1160 out_port = portrange_ex2_conv("autofw_outport_x", i, &out_start, &out_end);
1176 app->match.dst.ports[0] = htons(out_start);
1255 out_port = portrange_ex2_conv("autofw_outport_x", i, &out_start, &out_end);
1271 app->match.dst.ports[0] = htons(out_start);
1383 int out_start, out_end, in_start, in_end; local
1395 out_port = portrange_ex2_conv("autofw_outport_x", which, &out_start,
[all...]
H A Dfirewall_ex.c1269 int out_start, out_end, in_start, in_end; local
1280 out_port = portrange_ex2_conv("autofw_outport_x", i, &out_start, &out_end);
1296 app->match.dst.ports[0] = htons(out_start);

Completed in 71 milliseconds