Searched refs:proto_names (Results 1 – 1 of 1) sorted by relevance
1002 } proto_names[] = { variable1088 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in show_protocols()1089 if (allowed & enabled & proto_names[i].type) in show_protocols()1090 tmp += sprintf(tmp, "[%s] ", proto_names[i].name); in show_protocols()1091 else if (allowed & proto_names[i].type) in show_protocols()1092 tmp += sprintf(tmp, "%s ", proto_names[i].name); in show_protocols()1094 if (allowed & proto_names[i].type) in show_protocols()1095 allowed &= ~proto_names[i].type; in show_protocols()1148 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in parse_protocol_change()1149 if (!strcasecmp(tmp, proto_names[i].name)) { in parse_protocol_change()[all …]