Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/daemon/
H A Dremote.c3429 if(cmdcmp(p, "stop", 4)) { in execute_cmd()
3435 } else if(cmdcmp(p, "reload", 6)) { 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()
3523 } else if(cmdcmp(p, "lookup", 6)) { in execute_cmd()
3560 if(cmdcmp(p, "verbosity", 9)) { in execute_cmd()
3574 } else if(cmdcmp(p, "forward", 7)) { in execute_cmd()
3576 } else if(cmdcmp(p, "stub_add", 8)) { in execute_cmd()
[all …]