Searched refs:proto_names (Results 1 – 1 of 1) sorted by relevance
993 } proto_names[] = { variable1075 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in show_protocols()1076 if (allowed & enabled & proto_names[i].type) in show_protocols()1077 tmp += sprintf(tmp, "[%s] ", proto_names[i].name); in show_protocols()1078 else if (allowed & proto_names[i].type) in show_protocols()1079 tmp += sprintf(tmp, "%s ", proto_names[i].name); in show_protocols()1081 if (allowed & proto_names[i].type) in show_protocols()1082 allowed &= ~proto_names[i].type; in show_protocols()1135 for (i = 0; i < ARRAY_SIZE(proto_names); i++) { in parse_protocol_change()1136 if (!strcasecmp(tmp, proto_names[i].name)) { in parse_protocol_change()[all …]