Searched refs:cmdcmp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | remote.c | 3002 cmdcmp(char* p, const char* cmd, size_t len) in cmdcmp() function 3014 if(cmdcmp(p, "stop", 4)) { in execute_cmd() 3017 } else if(cmdcmp(p, "reload_keep_cache", 17)) { in execute_cmd() 3020 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd() 3023 } else if(cmdcmp(p, "stats_noreset", 13)) { in execute_cmd() 3026 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd() 3029 } else if(cmdcmp(p, "status", 6)) { in execute_cmd() 3032 } else if(cmdcmp(p, "dump_cache", 10)) { in execute_cmd() 3035 } else if(cmdcmp(p, "load_cache", 10)) { in execute_cmd() 3038 } else if(cmdcmp(p, "list_forwards", 13)) { in execute_cmd() [all …]
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | remote.c | 2314 cmdcmp(char* p, const char* cmd, size_t len) in cmdcmp() function 2325 if(cmdcmp(p, "stop", 4)) { in execute_cmd() 2327 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd() 2329 } else if(cmdcmp(p, "write", 5)) { in execute_cmd() 2331 } else if(cmdcmp(p, "status", 6)) { in execute_cmd() 2333 } else if(cmdcmp(p, "stats_noreset", 13)) { in execute_cmd() 2335 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd() 2337 } else if(cmdcmp(p, "log_reopen", 10)) { in execute_cmd() 2339 } else if(cmdcmp(p, "addzone", 7)) { in execute_cmd() 2341 } else if(cmdcmp(p, "delzone", 7)) { in execute_cmd() [all …]
|