Searched refs:in_proto (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 */
114 in_proto = out_start;
115 out_start = strsep(&in_proto, ",");
116 if (!in_proto)
120 in_start = in_proto;
121 in_proto = strsep(&in_start, ":");
172 if (!strncasecmp(in_proto, "tcp", 3))
174 else if (!strncasecmp(in_proto, "udp", 3))
216 /* Set out_proto:out_start-out_end,in_proto
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 */
7754 char *out_proto=NULL, *out_start=NULL, *out_end=NULL, *in_proto=NULL; local
7756 char **locals[] = { &out_proto, &out_start, &out_end, &in_proto, &in_start, &in_end, &to_start, &to_end };
7817 !valid_choice(wp, in_proto, &fields[3]) ||
7858 if (!strcmp(in_proto, "tcp"))
7860 else if (!strcmp(in_proto, "udp"))

Completed in 114 milliseconds