Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_base.c246 int ng_path_parse(char *addr, char **node, char **path, char **hook);
1659 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() function
1747 if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) { in ng_path2noderef()