Home
last modified time | relevance | path

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

/freebsd/lib/libnetgraph/
H A Dnetgraph.h51 int NgSendAsciiMsg(int, const char *, const char *, ...) __printflike(3, 4);
H A DMakefile15 MLINKS+= netgraph.3 NgSendAsciiMsg.3
H A Dmsg.c89 NgSendAsciiMsg(int cs, const char *path, const char *fmt, ...) in NgSendAsciiMsg() function
/freebsd/usr.sbin/ngctl/
H A Dmsg.c90 if (NgSendAsciiMsg(csock, path, "%s%s", cmdstr, buf) < 0) { in MsgCmd()
/freebsd/usr.sbin/nghook/
H A Dmain.c305 if (NgSendAsciiMsg(cs, path, "%s", msgs->sl_str[i]) == -1) in send_msgs()
/freebsd/tests/sys/netgraph/
H A Dutil.c236 CHECK(-1, -1 != (res = NgSendAsciiMsg(cs, path, "%s", msg))); in _ng_send_msg()
/freebsd/usr.sbin/ppp/
H A Dnetgraph.c154 if (NgSendAsciiMsg(dev->cs, path, fmt, data) < 0) { in ng_MessageOut()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc5536 OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz