HomeSort by: relevance | last modified time | path
    Searched defs:main_commands (Results 1 - 4 of 4) sorted by relevancy

  /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);

Completed in 34 milliseconds