Searched refs:ng_mesg (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.h38 int ng_l2cap_lp_con_cfm (ng_l2cap_p, struct ng_mesg *);
39 int ng_l2cap_lp_con_ind (ng_l2cap_p, struct ng_mesg *);
40 int ng_l2cap_lp_discon_ind (ng_l2cap_p, struct ng_mesg *);
42 int ng_l2cap_lp_qos_cfm (ng_l2cap_p, struct ng_mesg *);
43 int ng_l2cap_lp_qos_ind (ng_l2cap_p, struct ng_mesg *);
44 int ng_l2cap_lp_enc_change (ng_l2cap_p, struct ng_mesg *);
H A Dng_l2cap_ulpi.h37 int ng_l2cap_l2ca_con_req (ng_l2cap_p, struct ng_mesg *);
39 int ng_l2cap_l2ca_con_rsp_req (ng_l2cap_p, struct ng_mesg *);
43 int ng_l2cap_l2ca_cfg_req (ng_l2cap_p, struct ng_mesg *);
45 int ng_l2cap_l2ca_cfg_rsp_req (ng_l2cap_p, struct ng_mesg *);
57 int ng_l2cap_l2ca_discon_req (ng_l2cap_p, struct ng_mesg *);
61 int ng_l2cap_l2ca_grp_create (ng_l2cap_p, struct ng_mesg *);
62 int ng_l2cap_l2ca_grp_close (ng_l2cap_p, struct ng_mesg *);
63 int ng_l2cap_l2ca_grp_add_member_req (ng_l2cap_p, struct ng_mesg *);
65 int ng_l2cap_l2ca_grp_rem_member (ng_l2cap_p, struct ng_mesg *);
66 int ng_l2cap_l2ca_grp_get_members (ng_l2cap_p, struct ng_mesg *);
[all...]
H A Dng_l2cap_ulpi.c63 ng_l2cap_l2ca_con_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
165 struct ng_mesg *msg = NULL;
222 ng_l2cap_l2ca_con_rsp_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
339 struct ng_mesg *msg = NULL;
391 struct ng_mesg *msg = NULL;
431 struct ng_mesg *msg = NULL;
470 ng_l2cap_l2ca_cfg_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
582 struct ng_mesg *msg = NULL;
642 ng_l2cap_l2ca_cfg_rsp_req(ng_l2cap_p l2cap, struct ng_mesg *msg)
742 struct ng_mesg *ms
[all...]
H A Dng_l2cap_llpi.c69 struct ng_mesg *msg = NULL;
139 ng_l2cap_lp_con_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg)
206 ng_l2cap_lp_con_ind(ng_l2cap_p l2cap, struct ng_mesg *msg)
210 struct ng_mesg *rsp = NULL;
289 ng_l2cap_lp_discon_ind(ng_l2cap_p l2cap, struct ng_mesg *msg)
352 struct ng_mesg *msg = NULL;
413 ng_l2cap_lp_qos_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg)
440 ng_l2cap_lp_qos_ind(ng_l2cap_p l2cap, struct ng_mesg *msg)
485 ng_l2cap_lp_enc_change(ng_l2cap_p l2cap, struct ng_mesg *msg)
918 struct ng_mesg *ms
[all...]
/freebsd-11-stable/lib/libnetgraph/
H A Dnetgraph.h55 const struct ng_mesg *, const void *, size_t);
56 int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
57 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
58 int NgRecvAsciiMsg(int, struct ng_mesg *, size_t, char *);
59 int NgAllocRecvAsciiMsg(int, struct ng_mesg **, char *);
H A Dmsg.c59 const struct ng_mesg *hdr, const void *args, size_t arglen);
70 struct ng_mesg msg;
94 struct ng_mesg *reply, *binary, *ascii;
117 if ((ascii = malloc(sizeof(struct ng_mesg)
144 binary = (struct ng_mesg *)reply->data;
163 const struct ng_mesg *msg, const void *args, size_t arglen)
165 struct ng_mesg rep;
181 const struct ng_mesg *hdr, const void *args, size_t arglen)
186 struct ng_mesg *msg;
202 msg = (struct ng_mesg *) bu
[all...]
H A Dinternal.h72 extern void _NgDebugMsg(const struct ng_mesg *msg, const char *path);
H A Ddebug.c233 _NgDebugMsg(const struct ng_mesg *msg, const char *path)
235 u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE];
236 struct ng_mesg *const req = (struct ng_mesg *)buf;
237 struct ng_mesg *const bin = (struct ng_mesg *)req->data;
/freebsd-11-stable/usr.sbin/ngctl/
H A Dstatus.c62 u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE];
63 struct ng_mesg *const resp = (struct ng_mesg *) sbuf;
H A Dconfig.c63 u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE];
64 struct ng_mesg *const resp = (struct ng_mesg *) sbuf;
H A Dmsg.c128 struct ng_mesg *m, *m2;
129 struct ng_mesg *ascii;
155 ascii = (struct ng_mesg *)m2->data;
H A Dtypes.c61 struct ng_mesg *resp;
H A Dlist.c67 struct ng_mesg *resp;
H A Ddot.c65 struct ng_mesg *nlresp;
133 struct ng_mesg *hlresp;
H A Dshow.c66 struct ng_mesg *resp;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.h42 typedef void ng_cookie_f(const struct ng_mesg *, const char *, ng_ID_t, void *);
62 struct ng_mesg *ng_dialog(const char *path, u_int cookie, u_int opcode,
64 struct ng_mesg *ng_dialog_node(const char *node, u_int cookie, u_int opcode,
66 struct ng_mesg *ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode,
H A Dsnmp_netgraph.c81 struct ng_mesg *mesg;
242 csock_handle(struct ng_mesg *mesg, const char *path)
268 static struct ng_mesg *
271 struct ng_mesg *mesg;
309 struct ng_mesg *mesg;
352 struct ng_mesg *
357 struct ng_mesg *mesg;
419 struct ng_mesg *
428 struct ng_mesg *
556 struct ng_mesg *res
[all...]
/freebsd-11-stable/usr.sbin/flowctl/
H A Dflowctl.c228 struct ng_mesg *ng_mesg; local
232 ng_mesg = (struct ng_mesg *)buf;
244 nread = NgRecvMsg(cs, ng_mesg, SORCVBUF_SIZE, NULL);
248 if (ng_mesg->header.token != token)
251 resp = (struct ngnf_show_header *)ng_mesg->data;
252 if ((ng_mesg->header.arglen < (sizeof(*resp))) ||
253 (ng_mesg->header.arglen < (sizeof(*resp) +
/freebsd-11-stable/usr.bin/netstat/
H A Dnetgraph.c89 u_char rbuf[sizeof(struct ng_mesg) + sizeof(struct nodeinfo)];
90 struct ng_mesg *resp = (struct ng_mesg *) rbuf;
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_hci_raw.h52 struct ng_mesg *msg; /* message */
/freebsd-11-stable/sys/netgraph/
H A Dng_echo.c88 struct ng_mesg *msg;
H A Dng_message.h57 struct ng_mesg { struct
135 /* Convert struct ng_mesg to ASCII. */
137 /* Convert ASCII to struct ng_mesg. */
382 (msg) = malloc(sizeof(struct ng_mesg) \
400 (rsp) = malloc(sizeof(struct ng_mesg) \
419 (copy) = malloc(sizeof(struct ng_mesg) \
H A Dng_hole.c148 struct ng_mesg *msg;
149 struct ng_mesg *resp = NULL;
H A Dng_ether_echo.c92 struct ng_mesg *msg;
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c159 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
161 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
163 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
166 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
168 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
170 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
173 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
175 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
178 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
349 struct ng_mesg *ms
[all...]

Completed in 130 milliseconds

12345