Home
last modified time | relevance | path

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

/f-stack/tools/libnetgraph/
H A Dnetgraph.h61 int NgSendAsciiMsg(int, const char *, const char *, ...) __printflike(3, 4);
H A DMakefile30 MLINKS+= netgraph.3 NgSendAsciiMsg.3
H A Dmsg.c116 NgSendAsciiMsg(int cs, const char *path, const char *fmt, ...) in NgSendAsciiMsg() function
/f-stack/tools/ngctl/
H A Dmsg.c92 if (NgSendAsciiMsg(csock, path, "%s%s", cmdstr, buf) < 0) { in MsgCmd()