Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dremote.c3417 cmdcmp(char* p, const char* cmd, size_t len) in cmdcmp() function
3429 if(cmdcmp(p, "stop", 4)) { in execute_cmd()
3432 } else if(cmdcmp(p, "reload_keep_cache", 17)) { in execute_cmd()
3435 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd()
3438 } else if(cmdcmp(p, "stats_noreset", 13)) { in execute_cmd()
3441 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd()
3444 } else if(cmdcmp(p, "status", 6)) { in execute_cmd()
3447 } else if(cmdcmp(p, "dump_cache", 10)) { in execute_cmd()
3457 } else if(cmdcmp(p, "load_cache", 10)) { in execute_cmd()
3467 } else if(cmdcmp(p, "list_forwards", 13)) { in execute_cmd()
[all …]