Home
last modified time | relevance | path

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

/f-stack/tools/ngctl/
H A Dconfig.c84 i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ConfigCmd()
87 i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ConfigCmd()
H A Dshutdown.c71 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ShutdownCmd()
H A Dname.c74 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in NameCmd()
H A Drmhook.c79 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in RmHookCmd()
H A Dmkpeer.c83 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in MkPeerCmd()
H A Dconnect.c83 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ConnectCmd()
H A Ddot.c108 if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE, NGM_LISTNODES, NULL, in DotCmd()
155 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, in DotCmd()
H A Dstatus.c78 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in StatusCmd()
H A Dtypes.c75 if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE, in TypesCmd()
H A Dlist.c102 if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE, in ListCmd()
H A Dshow.c97 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ShowCmd()
H A Dmsg.c143 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in MsgRead()
/f-stack/tools/libnetgraph/
H A Dmsg.c91 NgSendMsg(int cs, const char *path, in NgSendMsg() function
156 if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE, NGM_ASCII2BINARY, in NgSendAsciiMsg()
370 if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE, in NgRecvAsciiMsg()
H A Dsock.c126 if (NgSendMsg(cs, ".", NGM_GENERIC_COOKIE, in NgMkSockNode()
204 if (NgSendMsg(cs, path, in NgNameNode()
H A Dnetgraph.h60 int NgSendMsg(int, const char *, int, int, const void *, size_t);
H A DMakefile29 MLINKS+= netgraph.3 NgSendMsg.3
H A Ddebug.c273 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in _NgDebugMsg()
/f-stack/tools/netstat/
H A Dnetgraph.c131 if (NgSendMsg(csock, path, in netgraphprotopr()