Lines Matching refs:epath
116 char *epath, *spath; in ConfigureNode() local
130 epath = (char *)alloca(strlen(iface) + 2); in ConfigureNode()
131 sprintf(epath, "%s:", iface); in ConfigureNode()
134 fprintf(stderr, "Sending NGM_LISTHOOKS to %s\n", epath); in ConfigureNode()
136 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0) < 0) { in ConfigureNode()
139 epath); in ConfigureNode()
142 epath, strerror(errno)); in ConfigureNode()
163 NG_ETHER_NODE_TYPE "'')\n", epath, ninfo->type); in ConfigureNode()
184 epath, nlink->nodeinfo.type); in ConfigureNode()
201 fprintf(stderr, "Send MKPEER: %s%s -> [type %s]:%s\n", epath, in ConfigureNode()
204 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE, in ConfigureNode()
207 epath, strerror(errno)); in ConfigureNode()
213 snprintf(ngc->path, sizeof ngc->path, "%s%s", epath, NG_ETHER_HOOK_ORPHAN); in ConfigureNode()