| /src/usr.sbin/ldpd/ |
| conffile.c | 89 struct conf_func main_commands[] = { variable in typeref:struct:conf_func 189 for (i = 0; main_commands[i].func != NULL; i++) 190 if (strncasecmp(main_commands[i].com, command, 191 strlen(main_commands[i].com)) == 0) { 202 return main_commands[last_match].func(nline);
|
| ldp_command.c | 88 static struct com_func main_commands[] = { variable in typeref:struct:com_func 262 command_match(main_commands, cs->socket, recvspace, nextc);
|
| conffile.c | 89 struct conf_func main_commands[] = { variable in typeref:struct:conf_func 189 for (i = 0; main_commands[i].func != NULL; i++) 190 if (strncasecmp(main_commands[i].com, command, 191 strlen(main_commands[i].com)) == 0) { 202 return main_commands[last_match].func(nline);
|
| ldp_command.c | 88 static struct com_func main_commands[] = { variable in typeref:struct:com_func 262 command_match(main_commands, cs->socket, recvspace, nextc);
|