Home
last modified time | relevance | path

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

/freebsd/lib/libnetgraph/
H A Dmsg.c55 static int NgDeliverMsg(int cs, const char *path,
79 if (NgDeliverMsg(cs, path, &msg, args, arglen) < 0) in NgSendMsg()
144 if (NgDeliverMsg(cs, in NgSendAsciiMsg()
169 return (NgDeliverMsg(cs, path, &rep, args, arglen)); in NgSendReplyMsg()
177 NgDeliverMsg(int cs, const char *path, in NgDeliverMsg() function