Searched refs:NgSendAsciiMsg (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libnetgraph/
H A Dnetgraph.h53 int NgSendAsciiMsg(int, const char *, const char *, ...) __printflike(3, 4);
H A DMakefile17 MLINKS+= netgraph.3 NgSendAsciiMsg.3
H A Dmsg.c92 NgSendAsciiMsg(int cs, const char *path, const char *fmt, ...) function
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmsg.c92 if (NgSendAsciiMsg(csock, path, "%s%s", cmdstr, buf) < 0) {
/freebsd-11-stable/usr.sbin/nghook/
H A Dmain.c307 if (NgSendAsciiMsg(cs, path, "%s", msgs->sl_str[i]) == -1)
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.c236 CHECK(-1, -1 != (res = NgSendAsciiMsg(cs, path, "%s", msg)));
/freebsd-11-stable/usr.sbin/ppp/
H A Dnetgraph.c156 if (NgSendAsciiMsg(dev->cs, path, fmt, data) < 0) {
157 log_Printf(LogDEBUG, "%s: NgSendAsciiMsg (to %s): \"%s\", \"%s\": %s\n",

Completed in 205 milliseconds