Home
last modified time | relevance | path

Searched refs:main_commands (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/ldpd/
H A Dconffile.c89 struct conf_func main_commands[] = { variable
189 for (i = 0; main_commands[i].func != NULL; i++) in conf_dispatch()
190 if (strncasecmp(main_commands[i].com, command, in conf_dispatch()
191 strlen(main_commands[i].com)) == 0) { in conf_dispatch()
202 return main_commands[last_match].func(nline); in conf_dispatch()
H A Dldp_command.c88 static struct com_func main_commands[] = { variable
262 command_match(main_commands, cs->socket, recvspace, nextc); in command_dispatch()