Home
last modified time | relevance | path

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

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/rapath/
H A Drapath.c285 struct RaPathNode { struct
286 struct RaPathNode *nxt; argument
295 struct RaPathNode *RaPathBuildPath (struct ArgusQueueStruct *); argument
296 void RaPathDeletePath (struct RaPathNode *);
297 void RaPrintPath (struct RaPathNode *, char *, int);
313 struct RaPathNode *
316 struct RaPathNode *path = NULL, *node = NULL; in RaPathBuildPath()
357 struct RaPathNode *prv = node; in RaPathBuildPath()
384 RaPathDeletePath (struct RaPathNode *path) in RaPathDeletePath()
411 struct RaPathNode *path = tree; in RaPrintPathNodes()
[all …]