Searched refs:proto_names (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-sysfs.c39 } proto_names[] = { variable in typeref:struct:__anon11961
83 for (i = 0; i < ARRAY_SIZE(proto_names); i++) {
84 if (allowed & enabled & proto_names[i].type)
85 tmp += sprintf(tmp, "[%s] ", proto_names[i].name);
86 else if (allowed & proto_names[i].type)
87 tmp += sprintf(tmp, "%s ", proto_names[i].name);
156 for (i = 0; i < ARRAY_SIZE(proto_names); i++) {
157 if (!strncasecmp(tmp, proto_names[i].name, strlen(proto_names[i].name))) {
158 tmp += strlen(proto_names[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dslattach.c126 static const char proto_names[] ALIGN1 =
162 encap = index_in_strings(proto_names, proto);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocket.c2424 struct proto_names { struct
2433 static const struct proto_names proto_names[PROTO_N] = { variable in typeref:struct:proto_names
2450 return proto_names[proto].is_net;
2457 return proto_names[proto].is_dgram;
2464 return proto_names[proto].is_dgram&&proto_names[proto].is_net;
2471 return (!proto_names[proto].is_dgram)&&proto_names[proto].is_net;
2479 return proto_names[prot
[all...]

Completed in 186 milliseconds