Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c246 int ng_path_parse(char *addr, char **node, char **path, char **hook);
1655 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() function
1743 if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) { in ng_path2noderef()
/f-stack/lib/
H A Dff_ng_base.c250 int ng_path_parse(char *addr, char **node, char **path, char **hook);
1661 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() function
1749 if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) { in ng_path2noderef()