Home
last modified time | relevance | path

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

/freebsd/usr.sbin/flowctl/
H A Dflowctl.c109 char *ng_path; variable
129 ng_path = argv[0]; in main()
130 if (ng_path == NULL || (strlen(ng_path) > NG_PATHSIZ)) in main()
233 token = NgSendMsg(cs, ng_path, NGM_NETFLOW_COOKIE, in do_show()