| /f-stack/tools/ngctl/ |
| H A D | config.c | 84 i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ConfigCmd() 87 i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ConfigCmd()
|
| H A D | shutdown.c | 71 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ShutdownCmd()
|
| H A D | name.c | 74 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in NameCmd()
|
| H A D | rmhook.c | 79 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in RmHookCmd()
|
| H A D | mkpeer.c | 83 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in MkPeerCmd()
|
| H A D | connect.c | 83 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ConnectCmd()
|
| H A D | dot.c | 108 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 D | status.c | 78 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in StatusCmd()
|
| H A D | types.c | 75 if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE, in TypesCmd()
|
| H A D | list.c | 102 if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE, in ListCmd()
|
| H A D | show.c | 97 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in ShowCmd()
|
| H A D | msg.c | 143 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in MsgRead()
|
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 91 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 D | sock.c | 126 if (NgSendMsg(cs, ".", NGM_GENERIC_COOKIE, in NgMkSockNode() 204 if (NgSendMsg(cs, path, in NgNameNode()
|
| H A D | netgraph.h | 60 int NgSendMsg(int, const char *, int, int, const void *, size_t);
|
| H A D | Makefile | 29 MLINKS+= netgraph.3 NgSendMsg.3
|
| H A D | debug.c | 273 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, in _NgDebugMsg()
|
| /f-stack/tools/netstat/ |
| H A D | netgraph.c | 131 if (NgSendMsg(csock, path, in netgraphprotopr()
|