Home
last modified time | relevance | path

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

/openbsd/usr.sbin/relayd/
H A Dparse.y438 if (strlcpy(conf->sc_conf.agentx_path, $3,
439 sizeof(conf->sc_conf.agentx_path)) >=
440 sizeof(conf->sc_conf.agentx_path)) {
447 (void)strlcpy(conf->sc_conf.agentx_path,
449 sizeof(conf->sc_conf.agentx_path));
H A Drelayd.h1076 char agentx_path[sizeof(((struct sockaddr_un *)NULL)->sun_path)]; member
H A Dagentx_control.c449 if (strlcpy(sun.sun_path, lenv->sc_conf.agentx_path, in agentx_setsock()