Searched refs:cmdcmp (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/unbound/daemon/ |
| HD | remote.c | 2370 cmdcmp(char* p, const char* cmd, size_t len) in cmdcmp() function 2382 if(cmdcmp(p, "stop", 4)) { in execute_cmd() 2385 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd() 2388 } else if(cmdcmp(p, "stats_noreset", 13)) { in execute_cmd() 2391 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd() 2394 } else if(cmdcmp(p, "status", 6)) { in execute_cmd() 2397 } else if(cmdcmp(p, "dump_cache", 10)) { in execute_cmd() 2400 } else if(cmdcmp(p, "load_cache", 10)) { in execute_cmd() 2403 } else if(cmdcmp(p, "list_forwards", 13)) { in execute_cmd() 2406 } else if(cmdcmp(p, "list_stubs", 10)) { in execute_cmd() [all …]
|