lib/libnetgraph/debug.c
190
_NgDebugMsg(const struct ng_mesg *msg, const char *path)
lib/libnetgraph/debug.c
192
u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE];
lib/libnetgraph/debug.c
193
struct ng_mesg *const req = (struct ng_mesg *)buf;
lib/libnetgraph/debug.c
194
struct ng_mesg *const bin = (struct ng_mesg *)req->data;
lib/libnetgraph/internal.h
68
extern void _NgDebugMsg(const struct ng_mesg *msg, const char *path);
lib/libnetgraph/msg.c
120
if ((ascii = malloc(sizeof(struct ng_mesg)
lib/libnetgraph/msg.c
158
const struct ng_mesg *msg, const void *args, size_t arglen)
lib/libnetgraph/msg.c
160
struct ng_mesg rep;
lib/libnetgraph/msg.c
176
const struct ng_mesg *hdr, const void *args, size_t arglen)
lib/libnetgraph/msg.c
181
struct ng_mesg *msg;
lib/libnetgraph/msg.c
197
msg = (struct ng_mesg *) buf;
lib/libnetgraph/msg.c
241
NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path)
lib/libnetgraph/msg.c
279
NgRecvAsciiMsg(int cs, struct ng_mesg *reply, size_t replen, char *path)
lib/libnetgraph/msg.c
281
struct ng_mesg *msg, *ascii;
lib/libnetgraph/msg.c
289
msg = (struct ng_mesg *)buf;
lib/libnetgraph/msg.c
290
ascii = (struct ng_mesg *)msg->data;
lib/libnetgraph/msg.c
57
const struct ng_mesg *hdr, const void *args, size_t arglen);
lib/libnetgraph/msg.c
68
struct ng_mesg msg;
lib/libnetgraph/msg.c
95
char replybuf[2 * sizeof(struct ng_mesg) + bufSize];
lib/libnetgraph/msg.c
96
struct ng_mesg *const reply = (struct ng_mesg *)replybuf;
lib/libnetgraph/msg.c
97
struct ng_mesg *const binary = (struct ng_mesg *)reply->data;
lib/libnetgraph/msg.c
98
struct ng_mesg *ascii;
lib/libnetgraph/netgraph.h
56
const struct ng_mesg *, const void *, size_t);
lib/libnetgraph/netgraph.h
57
int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
lib/libnetgraph/netgraph.h
58
int NgRecvAsciiMsg(int, struct ng_mesg *, size_t, char *);
lib/libnetgraph/sock.c
113
u_char rbuf[sizeof(struct ng_mesg) + sizeof(struct nodeinfo)];
lib/libnetgraph/sock.c
114
struct ng_mesg *const resp = (struct ng_mesg *) rbuf;
lib/libnetgraph7/debug.c
218
_NgDebugMsg(const struct ng_mesg *msg, const char *path)
lib/libnetgraph7/debug.c
220
u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE];
lib/libnetgraph7/debug.c
221
struct ng_mesg *const req = (struct ng_mesg *)buf;
lib/libnetgraph7/debug.c
222
struct ng_mesg *const bin = (struct ng_mesg *)req->data;
lib/libnetgraph7/internal.h
73
extern void _NgDebugMsg(const struct ng_mesg *msg, const char *path);
lib/libnetgraph7/msg.c
117
if ((ascii = malloc(sizeof(struct ng_mesg)
lib/libnetgraph7/msg.c
144
binary = (struct ng_mesg *)reply->data;
lib/libnetgraph7/msg.c
165
const struct ng_mesg *msg, const void *args, size_t arglen)
lib/libnetgraph7/msg.c
167
struct ng_mesg rep;
lib/libnetgraph7/msg.c
183
const struct ng_mesg *hdr, const void *args, size_t arglen)
lib/libnetgraph7/msg.c
188
struct ng_mesg *msg;
lib/libnetgraph7/msg.c
204
msg = (struct ng_mesg *) buf;
lib/libnetgraph7/msg.c
266
NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path)
lib/libnetgraph7/msg.c
304
NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path)
lib/libnetgraph7/msg.c
322
NgRecvAsciiMsg(int cs, struct ng_mesg *reply, size_t replen, char *path)
lib/libnetgraph7/msg.c
324
struct ng_mesg *msg, *ascii;
lib/libnetgraph7/msg.c
332
msg = (struct ng_mesg *)buf;
lib/libnetgraph7/msg.c
333
ascii = (struct ng_mesg *)msg->data;
lib/libnetgraph7/msg.c
367
NgAllocRecvAsciiMsg(int cs, struct ng_mesg **reply, char *path)
lib/libnetgraph7/msg.c
57
const struct ng_mesg *hdr, const void *args, size_t arglen);
lib/libnetgraph7/msg.c
68
struct ng_mesg msg;
lib/libnetgraph7/msg.c
94
struct ng_mesg *reply, *binary, *ascii;
lib/libnetgraph7/netgraph.h
56
const struct ng_mesg *, const void *, size_t);
lib/libnetgraph7/netgraph.h
57
int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
lib/libnetgraph7/netgraph.h
58
int NgAllocRecvMsg(int, struct ng_mesg **, char *);
lib/libnetgraph7/netgraph.h
59
int NgRecvAsciiMsg(int, struct ng_mesg *, size_t, char *);
lib/libnetgraph7/netgraph.h
60
int NgAllocRecvAsciiMsg(int, struct ng_mesg **, char *);
lib/libnetgraph7/sock.c
113
u_char rbuf[sizeof(struct ng_mesg) + sizeof(struct nodeinfo)];
lib/libnetgraph7/sock.c
114
struct ng_mesg *const resp = (struct ng_mesg *) rbuf;
libexec/pppoed/pppoed.c
123
struct ng_mesg *resp;
libexec/pppoed/pppoed.c
149
resp = (struct ng_mesg *)rbuf;
libexec/pppoed/pppoed.c
259
char msgbuf[sizeof(struct ng_mesg) + sizeof(struct ngpppoe_sts)];
libexec/pppoed/pppoed.c
260
struct ng_mesg *rep = (struct ng_mesg *)msgbuf;
sys/dev/misc/musycc/musycc.c
1001
sizeof(struct ng_mesg) + NG_TEXTRESPONSE, M_NOWAIT);
sys/dev/misc/musycc/musycc.c
1020
sizeof(struct ng_mesg) + NG_TEXTRESPONSE, M_NOWAIT);
sys/dev/misc/musycc/musycc.c
989
musycc_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr, struct ng_mesg **resp)
sys/dev/netif/mn/if_mn.c
328
ngmn_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr, struct ng_mesg **resp)
sys/dev/netif/mn/if_mn.c
352
NG_MKRESPONSE(*resp, msg, sizeof(struct ng_mesg) + NG_TEXTRESPONSE,
sys/netgraph/UI/ng_UI.c
149
ng_UI_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/UI/ng_UI.c
150
const char *raddr, struct ng_mesg **rp)
sys/netgraph/async/ng_async.c
284
nga_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/async/ng_async.c
285
const char *rtn, struct ng_mesg **rptr)
sys/netgraph/async/ng_async.c
288
struct ng_mesg *resp = NULL;
sys/netgraph/bpf/ng_bpf.c
260
ng_bpf_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr,
sys/netgraph/bpf/ng_bpf.c
261
struct ng_mesg **rptr)
sys/netgraph/bpf/ng_bpf.c
263
struct ng_mesg *resp = NULL;
sys/netgraph/bridge/ng_bridge.c
380
ng_bridge_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/bridge/ng_bridge.c
381
const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/bridge/ng_bridge.c
384
struct ng_mesg *resp = NULL;
sys/netgraph/cisco/ng_cisco.c
248
cisco_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/cisco/ng_cisco.c
249
const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/cisco/ng_cisco.c
252
struct ng_mesg *resp = NULL;
sys/netgraph/cisco/ng_cisco.c
263
NG_MKRESPONSE(resp, msg, sizeof(struct ng_mesg)
sys/netgraph/cisco/ng_cisco.c
513
struct ng_mesg *msg, *resp;
sys/netgraph/echo/ng_echo.c
84
nge_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr,
sys/netgraph/echo/ng_echo.c
85
struct ng_mesg **rptr)
sys/netgraph/eiface/ng_eiface.c
384
ng_eiface_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/eiface/ng_eiface.c
385
const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/eiface/ng_eiface.c
389
struct ng_mesg *resp = NULL;
sys/netgraph/etf/ng_etf.c
258
ng_etf_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/etf/ng_etf.c
259
const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/etf/ng_etf.c
262
struct ng_mesg *resp = NULL;
sys/netgraph/ether/ng_ether.c
398
ng_ether_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/ether/ng_ether.c
399
const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/ether/ng_ether.c
402
struct ng_mesg *resp = NULL;
sys/netgraph/fec/ng_fec.c
1158
ng_fec_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/fec/ng_fec.c
1159
const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/fec/ng_fec.c
1163
struct ng_mesg *resp = NULL;
sys/netgraph/iface/ng_iface.c
634
ng_iface_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/iface/ng_iface.c
635
const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/iface/ng_iface.c
639
struct ng_mesg *resp = NULL;
sys/netgraph/ksocket/ng_ksocket.c
1149
ng_ksocket_finish_accept(priv_p priv, struct ng_mesg **rptr)
sys/netgraph/ksocket/ng_ksocket.c
1154
struct ng_mesg *resp;
sys/netgraph/ksocket/ng_ksocket.c
159
static void ng_ksocket_finish_accept(priv_p, struct ng_mesg **);
sys/netgraph/ksocket/ng_ksocket.c
395
const struct ng_mesg *msg;
sys/netgraph/ksocket/ng_ksocket.c
398
msg = (const struct ng_mesg *)((const u_char *)sopt - sizeof(*msg));
sys/netgraph/ksocket/ng_ksocket.c
561
struct ng_mesg *msg;
sys/netgraph/ksocket/ng_ksocket.c
637
ng_ksocket_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/ksocket/ng_ksocket.c
638
const char *raddr, struct ng_mesg **rptr)
sys/netgraph/ksocket/ng_ksocket.c
643
struct ng_mesg *resp = NULL;
sys/netgraph/ksocket/ng_ksocket.c
986
struct ng_mesg *response;
sys/netgraph/l2tp/ng_l2tp.c
1004
struct ng_mesg *msg;
sys/netgraph/l2tp/ng_l2tp.c
398
ng_l2tp_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/l2tp/ng_l2tp.c
399
const char *raddr, struct ng_mesg **rptr)
sys/netgraph/l2tp/ng_l2tp.c
402
struct ng_mesg *resp = NULL;
sys/netgraph/lmi/ng_lmi.c
455
nglmi_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr,
sys/netgraph/lmi/ng_lmi.c
456
struct ng_mesg **resp)
sys/netgraph/mppc/ng_mppc.c
233
ng_mppc_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/mppc/ng_mppc.c
234
const char *raddr, struct ng_mesg **rptr)
sys/netgraph/mppc/ng_mppc.c
237
struct ng_mesg *resp = NULL;
sys/netgraph/mppc/ng_mppc.c
385
struct ng_mesg *msg;
sys/netgraph/netgraph.h
175
typedef int ng_rcvmsg_t(node_p node, struct ng_mesg *msg,
sys/netgraph/netgraph.h
176
const char *retaddr, struct ng_mesg **resp);
sys/netgraph/netgraph.h
345
int ng_queue_msg(node_p here, struct ng_mesg *msg, const char *address);
sys/netgraph/netgraph.h
350
int ng_send_msg(node_p here, struct ng_mesg *msg,
sys/netgraph/netgraph.h
351
const char *address, struct ng_mesg **resp);
sys/netgraph/netgraph/ng_base.c
1208
ng_send_msg(node_p here, struct ng_mesg *msg, const char *address,
sys/netgraph/netgraph/ng_base.c
1209
struct ng_mesg **rptr)
sys/netgraph/netgraph/ng_base.c
1245
ng_generic_msg(node_p here, struct ng_mesg *msg, const char *retaddr,
sys/netgraph/netgraph/ng_base.c
1246
struct ng_mesg **resp)
sys/netgraph/netgraph/ng_base.c
1321
struct ng_mesg *rp;
sys/netgraph/netgraph/ng_base.c
1349
struct ng_mesg *rp;
sys/netgraph/netgraph/ng_base.c
1404
struct ng_mesg *rp;
sys/netgraph/netgraph/ng_base.c
1461
struct ng_mesg *rp;
sys/netgraph/netgraph/ng_base.c
1510
struct ng_mesg *rp, *binary, *ascii;
sys/netgraph/netgraph/ng_base.c
1513
binary = (struct ng_mesg *)msg->data;
sys/netgraph/netgraph/ng_base.c
1514
if (msg->header.arglen < sizeof(struct ng_mesg)
sys/netgraph/netgraph/ng_base.c
1515
|| msg->header.arglen - sizeof(struct ng_mesg)
sys/netgraph/netgraph/ng_base.c
1527
ascii = (struct ng_mesg *)rp->data;
sys/netgraph/netgraph/ng_base.c
1583
struct ng_mesg *rp, *ascii, *binary;
sys/netgraph/netgraph/ng_base.c
1587
ascii = (struct ng_mesg *)msg->data;
sys/netgraph/netgraph/ng_base.c
1603
binary = (struct ng_mesg *)rp->data;
sys/netgraph/netgraph/ng_base.c
1862
struct ng_mesg *msg_msg;
sys/netgraph/netgraph/ng_base.c
1968
ng_queue_msg(node_p here, struct ng_mesg *msg, const char *address)
sys/netgraph/netgraph/ng_base.c
2023
struct ng_mesg *msg;
sys/netgraph/netgraph/ng_base.c
91
static int ng_generic_msg(node_p here, struct ng_mesg *msg,
sys/netgraph/netgraph/ng_base.c
92
const char *retaddr, struct ng_mesg ** resp);
sys/netgraph/netgraph/ng_parse.c
1024
const struct ng_mesg *msg;
sys/netgraph/netgraph/ng_parse.c
1026
msg = (const struct ng_mesg *)(buf - sizeof(*msg));
sys/netgraph/netgraph/ng_parse.c
1231
const struct ng_mesg *const hdr
sys/netgraph/netgraph/ng_parse.c
1232
= (const struct ng_mesg *)(data - sizeof(*hdr));
sys/netgraph/ng_device.c
218
struct ng_mesg *msg, const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/ng_device.c
457
struct ng_mesg *msg;
sys/netgraph/ng_message.h
279
(msg) = kmalloc(sizeof(struct ng_mesg) + (len), M_NETGRAPH, \
sys/netgraph/ng_message.h
297
(rsp) = kmalloc(sizeof(struct ng_mesg) + (len), M_NETGRAPH, \
sys/netgraph/ng_sample.c
260
struct ng_mesg *msg, const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/ng_sample.c
263
struct ng_mesg *resp = NULL;
sys/netgraph/one2many/ng_one2many.c
264
ng_one2many_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/one2many/ng_one2many.c
265
const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/one2many/ng_one2many.c
268
struct ng_mesg *resp = NULL;
sys/netgraph/ppp/ng_ppp.c
467
ng_ppp_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/ppp/ng_ppp.c
468
const char *raddr, struct ng_mesg **rptr)
sys/netgraph/ppp/ng_ppp.c
471
struct ng_mesg *resp = NULL;
sys/netgraph/pppoe/ng_pppoe.c
1664
struct ng_mesg *msg;
sys/netgraph/pppoe/ng_pppoe.c
581
struct ng_mesg *msg, const char *retaddr, struct ng_mesg **rptr)
sys/netgraph/pppoe/ng_pppoe.c
585
struct ng_mesg *resp = NULL;
sys/netgraph/pppoe/ng_pppoe.c
841
struct ng_mesg *msg;
sys/netgraph/pppoe/ng_pppoe.c
862
struct ng_mesg *msg;
sys/netgraph/pptpgre/ng_pptpgre.c
334
ng_pptpgre_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/pptpgre/ng_pptpgre.c
335
const char *raddr, struct ng_mesg **rptr)
sys/netgraph/pptpgre/ng_pptpgre.c
338
struct ng_mesg *resp = NULL;
sys/netgraph/rfc1490/ng_rfc1490.c
172
ng_rfc1490_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/rfc1490/ng_rfc1490.c
173
const char *raddr, struct ng_mesg **rp)
sys/netgraph/socket/ng_socket.c
125
static int ship_msg(struct ngpcb *pcbp, struct ng_mesg *msg,
sys/netgraph/socket/ng_socket.c
209
struct ng_mesg *resp;
sys/netgraph/socket/ng_socket.c
258
(struct ng_mesg *) xmsg, path, &resp);
sys/netgraph/socket/ng_socket.c
730
ship_msg(struct ngpcb *pcbp, struct ng_mesg *msg, struct sockaddr_ng *addr)
sys/netgraph/socket/ng_socket.c
737
msglen = sizeof(struct ng_mesg) + msg->header.arglen;
sys/netgraph/socket/ng_socket.c
789
ngs_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr,
sys/netgraph/socket/ng_socket.c
790
struct ng_mesg **resp)
sys/netgraph/tee/ng_tee.c
202
ngt_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr,
sys/netgraph/tee/ng_tee.c
203
struct ng_mesg **rptr)
sys/netgraph/tee/ng_tee.c
206
struct ng_mesg *resp = NULL;
sys/netgraph/tty/ng_tty.c
600
ngt_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr,
sys/netgraph/tty/ng_tty.c
601
struct ng_mesg **rptr)
sys/netgraph/tty/ng_tty.c
605
struct ng_mesg *resp = NULL;
sys/netgraph/vjc/ng_vjc.c
293
ng_vjc_rcvmsg(node_p node, struct ng_mesg *msg,
sys/netgraph/vjc/ng_vjc.c
294
const char *raddr, struct ng_mesg **rptr)
sys/netgraph/vjc/ng_vjc.c
297
struct ng_mesg *resp = NULL;
sys/netgraph7/UI/ng_UI.c
142
struct ng_mesg *msg;
sys/netgraph7/async/ng_async.c
307
struct ng_mesg *resp = NULL;
sys/netgraph7/async/ng_async.c
309
struct ng_mesg *msg;
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
364
struct ng_mesg *msg = NULL, *rsp = NULL;
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c
845
struct ng_mesg *msg = NULL, *resp = NULL;
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c
1563
struct ng_mesg *msg, *rsp = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c
349
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_main.c
283
struct ng_mesg *msg = NULL, *rsp = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_misc.c
87
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1050
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
1105
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
165
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
571
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
639
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
879
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/include/ng_btsocket_hci_raw.h
52
struct ng_mesg *msg; /* message */
sys/netgraph7/bluetooth/include/ng_btsocket_l2cap.h
76
struct ng_mesg *msg; /* message */
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
135
ng_l2cap_lp_con_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
203
ng_l2cap_lp_con_ind(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
207
struct ng_mesg *rsp = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
284
ng_l2cap_lp_discon_ind(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
347
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
408
ng_l2cap_lp_qos_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
435
ng_l2cap_lp_qos_ind(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
69
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c
857
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h
38
int ng_l2cap_lp_con_cfm (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h
39
int ng_l2cap_lp_con_ind (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h
40
int ng_l2cap_lp_discon_ind (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h
42
int ng_l2cap_lp_qos_cfm (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h
43
int ng_l2cap_lp_qos_ind (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
261
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
381
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c
476
struct ng_mesg *msg = NULL, *rsp = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c
68
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1042
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1075
ng_l2cap_l2ca_discon_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1158
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1198
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1232
ng_l2cap_l2ca_grp_create(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1243
ng_l2cap_l2ca_grp_close(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1254
ng_l2cap_l2ca_grp_add_member_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1277
ng_l2cap_l2ca_grp_rem_member(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1288
ng_l2cap_l2ca_grp_get_members(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1298
ng_l2cap_l2ca_ping_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1381
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1427
ng_l2cap_l2ca_get_info_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1502
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
1548
ng_l2cap_l2ca_enable_clt(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
155
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
201
ng_l2cap_l2ca_con_rsp_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
312
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
352
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
390
ng_l2cap_l2ca_cfg_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
500
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
560
ng_l2cap_l2ca_cfg_rsp_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
63
ng_l2cap_l2ca_con_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
659
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
712
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c
842
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
37
int ng_l2cap_l2ca_con_req (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
39
int ng_l2cap_l2ca_con_rsp_req (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
43
int ng_l2cap_l2ca_cfg_req (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
45
int ng_l2cap_l2ca_cfg_rsp_req (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
57
int ng_l2cap_l2ca_discon_req (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
61
int ng_l2cap_l2ca_grp_create (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
62
int ng_l2cap_l2ca_grp_close (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
63
int ng_l2cap_l2ca_grp_add_member_req (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
65
int ng_l2cap_l2ca_grp_rem_member (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
66
int ng_l2cap_l2ca_grp_get_members (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
68
int ng_l2cap_l2ca_ping_req (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
72
int ng_l2cap_l2ca_get_info_req (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h
76
int ng_l2cap_l2ca_enable_clt (ng_l2cap_p, struct ng_mesg *);
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
1072
struct ng_mesg *ngmsg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
252
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
381
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
404
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
552
ng_btsocket_hci_raw_msg_input(struct ng_mesg *msg)
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
605
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1019
ng_btsocket_l2cap_process_l2ca_discon_ind(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1075
ng_btsocket_l2cap_process_l2ca_write_rsp(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1151
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1186
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1219
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1255
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1290
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
151
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
153
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1547
ng_btsocket_l2cap_default_msg_input(struct ng_mesg *msg, hook_p hook)
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
155
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
158
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
160
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1601
ng_btsocket_l2cap_l2ca_msg_input(struct ng_mesg *msg, hook_p hook)
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
162
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
165
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
167
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
1697
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
170
(struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
324
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
391
ng_btsocket_l2cap_process_l2ca_con_req_rsp(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
488
ng_btsocket_l2cap_process_l2ca_con_rsp_rsp(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
555
ng_btsocket_l2cap_process_l2ca_con_ind(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
666
ng_btsocket_l2cap_process_l2ca_cfg_req_rsp(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
783
ng_btsocket_l2cap_process_l2ca_cfg_rsp_rsp(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
878
ng_btsocket_l2cap_process_l2ca_cfg_ind(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
962
ng_btsocket_l2cap_process_l2ca_discon_rsp(struct ng_mesg *msg,
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
1335
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
1358
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
271
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
344
struct ng_mesg *msg = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c
821
struct ng_mesg *ngmsg = NULL;
sys/netgraph7/bpf/ng_bpf.c
301
struct ng_mesg *msg;
sys/netgraph7/bpf/ng_bpf.c
302
struct ng_mesg *resp = NULL;
sys/netgraph7/bridge/ng_bridge.c
385
struct ng_mesg *resp = NULL;
sys/netgraph7/bridge/ng_bridge.c
387
struct ng_mesg *msg;
sys/netgraph7/cisco/ng_cisco.c
243
struct ng_mesg *msg;
sys/netgraph7/cisco/ng_cisco.c
245
struct ng_mesg *resp = NULL;
sys/netgraph7/cisco/ng_cisco.c
508
struct ng_mesg *msg;
sys/netgraph7/cisco/ng_cisco.c
627
struct ng_mesg *msg;
sys/netgraph7/deflate/ng_deflate.c
217
struct ng_mesg *resp = NULL;
sys/netgraph7/deflate/ng_deflate.c
219
struct ng_mesg *msg;
sys/netgraph7/deflate/ng_deflate.c
352
struct ng_mesg *msg;
sys/netgraph7/echo/ng_echo.c
89
struct ng_mesg *msg;
sys/netgraph7/eiface/ng_eiface.c
420
struct ng_mesg *resp = NULL;
sys/netgraph7/eiface/ng_eiface.c
422
struct ng_mesg *msg;
sys/netgraph7/etf/ng_etf.c
254
struct ng_mesg *resp = NULL;
sys/netgraph7/etf/ng_etf.c
256
struct ng_mesg *msg;
sys/netgraph7/ether/ng_ether.c
340
struct ng_mesg *msg;
sys/netgraph7/ether/ng_ether.c
416
struct ng_mesg *resp = NULL;
sys/netgraph7/ether/ng_ether.c
418
struct ng_mesg *msg;
sys/netgraph7/hole/ng_hole.c
149
struct ng_mesg *msg;
sys/netgraph7/hole/ng_hole.c
150
struct ng_mesg *resp = NULL;
sys/netgraph7/iface/ng_iface.c
658
struct ng_mesg *resp = NULL;
sys/netgraph7/iface/ng_iface.c
660
struct ng_mesg *msg;
sys/netgraph7/ksocket/ng_ksocket.c
1017
struct ng_mesg *response;
sys/netgraph7/ksocket/ng_ksocket.c
1180
struct ng_mesg *resp;
sys/netgraph7/ksocket/ng_ksocket.c
396
const struct ng_mesg *msg;
sys/netgraph7/ksocket/ng_ksocket.c
399
msg = (const struct ng_mesg *)((const u_char *)sopt - sizeof(*msg));
sys/netgraph7/ksocket/ng_ksocket.c
664
struct ng_mesg *resp = NULL;
sys/netgraph7/ksocket/ng_ksocket.c
666
struct ng_mesg *msg;
sys/netgraph7/l2tp/ng_l2tp.c
1190
struct ng_mesg *msg;
sys/netgraph7/l2tp/ng_l2tp.c
453
struct ng_mesg *resp = NULL;
sys/netgraph7/l2tp/ng_l2tp.c
454
struct ng_mesg *msg;
sys/netgraph7/lmi/ng_lmi.c
446
struct ng_mesg *resp = NULL;
sys/netgraph7/lmi/ng_lmi.c
448
struct ng_mesg *msg;
sys/netgraph7/mppc/ng_mppc.c
250
struct ng_mesg *resp = NULL;
sys/netgraph7/mppc/ng_mppc.c
252
struct ng_mesg *msg;
sys/netgraph7/mppc/ng_mppc.c
390
struct ng_mesg *msg;
sys/netgraph7/netflow/netflow.c
521
ng_netflow_flow_show(priv_p priv, uint32_t last, struct ng_mesg *resp)
sys/netgraph7/netflow/ng_netflow.c
291
struct ng_mesg *resp = NULL;
sys/netgraph7/netflow/ng_netflow.c
293
struct ng_mesg *msg;
sys/netgraph7/netflow/ng_netflow.h
146
#define SORCVBUF_SIZE (NGRESP_SIZE + 2 * sizeof(struct ng_mesg))
sys/netgraph7/netflow/ng_netflow.h
272
int ng_netflow_flow_show(priv_p, uint32_t last, struct ng_mesg *);
sys/netgraph7/netgraph.h
1128
item_p ng_package_msg(struct ng_mesg *msg, int flags);
sys/netgraph7/netgraph.h
1129
item_p ng_package_msg_self(node_p here, hook_p hook, struct ng_mesg *msg);
sys/netgraph7/netgraph.h
609
struct ng_mesg *msg_msg;
sys/netgraph7/netgraph.h
691
static __inline struct ng_mesg ** _ngi_msg(item_p item, char *file, int line) ;
sys/netgraph7/netgraph.h
713
static __inline struct ng_mesg **
sys/netgraph7/netgraph/ng_base.c
2123
struct ng_mesg *msg;
sys/netgraph7/netgraph/ng_base.c
2124
struct ng_mesg *resp = NULL;
sys/netgraph7/netgraph/ng_base.c
2388
struct ng_mesg *binary, *ascii;
sys/netgraph7/netgraph/ng_base.c
2391
binary = (struct ng_mesg *)msg->data;
sys/netgraph7/netgraph/ng_base.c
2392
if (msg->header.arglen < sizeof(struct ng_mesg) ||
sys/netgraph7/netgraph/ng_base.c
2393
(msg->header.arglen - sizeof(struct ng_mesg) <
sys/netgraph7/netgraph/ng_base.c
2406
ascii = (struct ng_mesg *)resp->data;
sys/netgraph7/netgraph/ng_base.c
2461
struct ng_mesg *ascii, *binary;
sys/netgraph7/netgraph/ng_base.c
2465
ascii = (struct ng_mesg *)msg->data;
sys/netgraph7/netgraph/ng_base.c
2482
binary = (struct ng_mesg *)resp->data;
sys/netgraph7/netgraph/ng_base.c
3007
ng_package_msg(struct ng_mesg *msg, int flags)
sys/netgraph7/netgraph/ng_base.c
3136
ng_package_msg_self(node_p here, hook_p hook, struct ng_mesg *msg)
sys/netgraph7/netgraph/ng_base.c
3335
struct ng_mesg *msg;
sys/netgraph7/netgraph/ng_parse.c
1182
const struct ng_mesg *msg;
sys/netgraph7/netgraph/ng_parse.c
1184
msg = (const struct ng_mesg *)(buf - sizeof(*msg));
sys/netgraph7/netgraph/ng_parse.c
1389
const struct ng_mesg *const hdr
sys/netgraph7/netgraph/ng_parse.c
1390
= (const struct ng_mesg *)(data - sizeof(*hdr));
sys/netgraph7/ng_car.c
383
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_car.c
385
struct ng_mesg *msg;
sys/netgraph7/ng_device.c
203
struct ng_mesg *msg;
sys/netgraph7/ng_device.c
204
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_device.c
378
struct ng_mesg *msg;
sys/netgraph7/ng_fec.c
1276
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_fec.c
1277
struct ng_mesg *msg;
sys/netgraph7/ng_gif.c
400
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_gif.c
402
struct ng_mesg *msg;
sys/netgraph7/ng_gif_demux.c
277
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_gif_demux.c
279
struct ng_mesg *msg;
sys/netgraph7/ng_message.h
394
(msg) = kmalloc(sizeof(struct ng_mesg) + (len), \
sys/netgraph7/ng_message.h
412
(rsp) = kmalloc(sizeof(struct ng_mesg) + (len), \
sys/netgraph7/ng_message.h
431
(copy) = kmalloc(sizeof(struct ng_mesg) + (msg)->header.arglen,\
sys/netgraph7/ng_nat.c
332
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_nat.c
333
struct ng_mesg *msg;
sys/netgraph7/ng_pred1.c
230
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_pred1.c
232
struct ng_mesg *msg;
sys/netgraph7/ng_pred1.c
323
struct ng_mesg *msg;
sys/netgraph7/ng_sample.c
266
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_sample.c
268
struct ng_mesg *msg;
sys/netgraph7/ng_source.c
313
struct ng_mesg *msg;
sys/netgraph7/ng_source.c
344
struct ng_mesg *msg, *resp = NULL;
sys/netgraph7/ng_source.c
649
struct ng_mesg *msg;
sys/netgraph7/ng_sppp.c
320
struct ng_mesg *msg = NULL;
sys/netgraph7/ng_sppp.c
321
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_tag.c
348
struct ng_mesg *msg;
sys/netgraph7/ng_tag.c
349
struct ng_mesg *resp = NULL;
sys/netgraph7/ng_vlan.c
198
struct ng_mesg *msg, *resp = NULL;
sys/netgraph7/ng_vlan.c
305
struct ng_mesg *copy;
sys/netgraph7/one2many/ng_one2many.c
260
struct ng_mesg *resp = NULL;
sys/netgraph7/one2many/ng_one2many.c
262
struct ng_mesg *msg;
sys/netgraph7/one2many/ng_one2many.c
601
struct ng_mesg *msg;
sys/netgraph7/ppp/ng_ppp.c
588
struct ng_mesg *resp = NULL;
sys/netgraph7/ppp/ng_ppp.c
590
struct ng_mesg *msg;
sys/netgraph7/pppoe/ng_pppoe.c
1090
struct ng_mesg *msg;
sys/netgraph7/pppoe/ng_pppoe.c
1113
struct ng_mesg *msg;
sys/netgraph7/pppoe/ng_pppoe.c
1901
struct ng_mesg *msg;
sys/netgraph7/pppoe/ng_pppoe.c
685
struct ng_mesg *msg;
sys/netgraph7/pppoe/ng_pppoe.c
720
struct ng_mesg *resp = NULL;
sys/netgraph7/pppoe/ng_pppoe.c
725
struct ng_mesg *msg;
sys/netgraph7/pptpgre/ng_pptpgre.c
368
struct ng_mesg *resp = NULL;
sys/netgraph7/pptpgre/ng_pptpgre.c
370
struct ng_mesg *msg;
sys/netgraph7/rfc1490/ng_rfc1490.c
217
struct ng_mesg *msg;
sys/netgraph7/rfc1490/ng_rfc1490.c
218
struct ng_mesg *resp = NULL;
sys/netgraph7/socket/ng_socket.c
214
struct ng_mesg *msg;
sys/netgraph7/socket/ng_socket.c
884
struct ng_mesg *msg;
sys/netgraph7/socket/ng_socket.c
944
m = m_devget(msg, sizeof(struct ng_mesg) + msg->header.arglen, 0, NULL);
sys/netgraph7/tcpmss/ng_tcpmss.c
180
struct ng_mesg *msg, *resp = NULL;
sys/netgraph7/tee/ng_tee.c
214
struct ng_mesg *resp = NULL;
sys/netgraph7/tee/ng_tee.c
216
struct ng_mesg *msg;
sys/netgraph7/tty/ng_tty.c
619
struct ng_mesg *msg, *resp = NULL;
sys/netgraph7/vjc/ng_vjc.c
289
struct ng_mesg *resp = NULL;
sys/netgraph7/vjc/ng_vjc.c
291
struct ng_mesg *msg;
usr.bin/netstat/netgraph.c
130
u_char rbuf[sizeof(struct ng_mesg) + sizeof(struct nodeinfo)];
usr.bin/netstat/netgraph.c
131
struct ng_mesg *resp = (struct ng_mesg *) rbuf;
usr.sbin/ngctl/config.c
57
u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE];
usr.sbin/ngctl/config.c
58
struct ng_mesg *const resp = (struct ng_mesg *) sbuf;
usr.sbin/ngctl/list.c
58
struct ng_mesg *const resp = (struct ng_mesg *) rbuf;
usr.sbin/ngctl/msg.c
112
u_char buf[2 * sizeof(struct ng_mesg) + BUF_SIZE];
usr.sbin/ngctl/msg.c
113
struct ng_mesg *const m = (struct ng_mesg *)buf;
usr.sbin/ngctl/msg.c
114
struct ng_mesg *const ascii = (struct ng_mesg *)m->data;
usr.sbin/ngctl/show.c
61
struct ng_mesg *const resp = (struct ng_mesg *) rbuf;
usr.sbin/ngctl/status.c
57
u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE];
usr.sbin/ngctl/status.c
58
struct ng_mesg *const resp = (struct ng_mesg *) sbuf;
usr.sbin/ngctl/types.c
56
struct ng_mesg *const resp = (struct ng_mesg *) rbuf;
usr.sbin/ppp/ether.c
224
char msgbuf[sizeof(struct ng_mesg) + sizeof(struct ngpppoe_sts)];
usr.sbin/ppp/ether.c
225
struct ng_mesg *rep = (struct ng_mesg *)msgbuf;
usr.sbin/ppp/ether.c
451
struct ng_mesg *resp;
usr.sbin/ppp/ether.c
538
resp = (struct ng_mesg *)rbuf;
usr.sbin/ppp/netgraph.c
176
char msgbuf[sizeof(struct ng_mesg) * 2 + NG_MSGBUFSZ];
usr.sbin/ppp/netgraph.c
178
struct ng_mesg *rep = (struct ng_mesg *)msgbuf;
usr.sbin/ppp/netgraph.c
469
struct ng_mesg *resp;
usr.sbin/ppp/netgraph.c
597
resp = (struct ng_mesg *)rbuf;
usr.sbin/ppp/netgraph.c
666
resp = (struct ng_mesg *)rbuf;
usr.sbin/ppp/tty.c
264
u_char rbuf[sizeof(struct ng_mesg) + sizeof(struct nodeinfo)];
usr.sbin/ppp/tty.c
265
struct ng_mesg *reply;
usr.sbin/ppp/tty.c
279
reply = (struct ng_mesg *)rbuf;