Searched refs:ng_path_parse (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/netgraph/ |
| HD | netgraph.h | 343 int ng_path_parse(char *addr, char **node, char **path, char **hook);
|
| /dragonfly/sys/netgraph7/netgraph/ |
| HD | ng_base.c | 235 int ng_path_parse(char *addr, char **node, char **path, char **hook); 1620 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() function 1710 if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) { in ng_path2noderef()
|
| /dragonfly/sys/netgraph/netgraph/ |
| HD | ng_base.c | 1007 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() function 1096 if (ng_path_parse(fullpath, &nodename, &path, NULL) < 0) { in ng_path2node()
|
| /dragonfly/sys/netgraph/socket/ |
| HD | ng_socket.c | 689 rtn = ng_path_parse(sap->sg_data, &node, NULL, &hook); in ng_connect_cntl()
|