Searched refs:command_types (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dlog.c870 static const struct zebra_desc_table command_types[] = { variable in typeref:struct:zebra_desc_table
939 if (command >= array_size(command_types))
944 return command_types[command].string;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dlog.c870 static const struct zebra_desc_table command_types[] = { variable in typeref:struct:zebra_desc_table
939 if (command >= array_size(command_types))
944 return command_types[command].string;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dlog.c870 static const struct zebra_desc_table command_types[] = { variable in typeref:struct:zebra_desc_table
939 if (command >= array_size(command_types))
944 return command_types[command].string;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2100.c227 static const char *command_types[] = { variable
735 command_types[cmd->host_command], cmd->host_command,
2301 if (cmd->host_command_reg < ARRAY_SIZE(command_types)) {
2303 command_types[cmd->host_command_reg],
2993 ARRAY_SIZE(command_types))
2995 command_types[packet->info.c_struct.cmd->
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c227 static const char *command_types[] = { variable
735 command_types[cmd->host_command], cmd->host_command,
2301 if (cmd->host_command_reg < ARRAY_SIZE(command_types)) {
2303 command_types[cmd->host_command_reg],
2993 ARRAY_SIZE(command_types))
2995 command_types[packet->info.c_struct.cmd->

Completed in 202 milliseconds