Lines Matching refs:ng_mesg
56 const struct ng_mesg *hdr, const void *args, size_t arglen);
67 struct ng_mesg msg; in NgSendMsg()
91 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg()
114 if ((ascii = malloc(sizeof(struct ng_mesg) in NgSendAsciiMsg()
141 binary = (struct ng_mesg *)reply->data; in NgSendAsciiMsg()
160 const struct ng_mesg *msg, const void *args, size_t arglen) in NgSendReplyMsg()
162 struct ng_mesg rep; in NgSendReplyMsg()
178 const struct ng_mesg *hdr, const void *args, size_t arglen) in NgDeliverMsg()
183 struct ng_mesg *msg; in NgDeliverMsg()
199 msg = (struct ng_mesg *) buf; in NgDeliverMsg()
261 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg()
299 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg()
317 NgRecvAsciiMsg(int cs, struct ng_mesg *reply, size_t replen, char *path) in NgRecvAsciiMsg()
319 struct ng_mesg *msg, *ascii; in NgRecvAsciiMsg()
327 msg = (struct ng_mesg *)buf; in NgRecvAsciiMsg()
328 ascii = (struct ng_mesg *)msg->data; in NgRecvAsciiMsg()
362 NgAllocRecvAsciiMsg(int cs, struct ng_mesg **reply, char *path) in NgAllocRecvAsciiMsg()