Searched refs:ng_path_parse (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 246 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 D | ff_ng_base.c | 250 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()
|