Searched refs:command_match (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.sbin/ldpd/ |
H A D | ldp_command.c | 65 static int command_match(struct com_func*, int, char*, char*); 262 command_match(main_commands, cs->socket, recvspace, nextc); in command_dispatch() 312 command_match(struct com_func *cf, int s, char *orig, char *next) in command_match() function 372 command_match(set_commands, s, recvspace, nextc); in set_func() 388 command_match(show_commands, s, recvspace, nextc); in show_func()
|