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

  /src/usr.sbin/ldpd/
ldp_command.c 65 static int command_match(struct com_func*, int, char*, char*);
262 command_match(main_commands, cs->socket, recvspace, nextc);
312 command_match(struct com_func *cf, int s, char *orig, char *next) function in typeref:typename:int
372 command_match(set_commands, s, recvspace, nextc);
388 command_match(show_commands, s, recvspace, nextc);

Completed in 12 milliseconds