Home
last modified time | relevance | path

Searched refs:ng_mesg (Results 1 – 25 of 90) sorted by relevance

1234

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.h39 int ng_l2cap_l2ca_con_req (ng_l2cap_p, struct ng_mesg *);
41 int ng_l2cap_l2ca_con_rsp_req (ng_l2cap_p, struct ng_mesg *);
45 int ng_l2cap_l2ca_cfg_req (ng_l2cap_p, struct ng_mesg *);
47 int ng_l2cap_l2ca_cfg_rsp_req (ng_l2cap_p, struct ng_mesg *);
59 int ng_l2cap_l2ca_discon_req (ng_l2cap_p, struct ng_mesg *);
63 int ng_l2cap_l2ca_grp_create (ng_l2cap_p, struct ng_mesg *);
64 int ng_l2cap_l2ca_grp_close (ng_l2cap_p, struct ng_mesg *);
67 int ng_l2cap_l2ca_grp_rem_member (ng_l2cap_p, struct ng_mesg *);
70 int ng_l2cap_l2ca_ping_req (ng_l2cap_p, struct ng_mesg *);
74 int ng_l2cap_l2ca_get_info_req (ng_l2cap_p, struct ng_mesg *);
[all …]
H A Dng_l2cap_llpi.h40 int ng_l2cap_lp_con_cfm (ng_l2cap_p, struct ng_mesg *);
41 int ng_l2cap_lp_con_ind (ng_l2cap_p, struct ng_mesg *);
42 int ng_l2cap_lp_discon_ind (ng_l2cap_p, struct ng_mesg *);
44 int ng_l2cap_lp_qos_cfm (ng_l2cap_p, struct ng_mesg *);
45 int ng_l2cap_lp_qos_ind (ng_l2cap_p, struct ng_mesg *);
46 int ng_l2cap_lp_enc_change (ng_l2cap_p, struct ng_mesg *);
H A Dng_l2cap_ulpi.c167 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp()
341 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_encryption_change()
393 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp_rsp()
433 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_ind()
584 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_rsp()
744 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_rsp_rsp()
797 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_ind()
938 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_write_rsp()
1184 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_qos_ind()
1332 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_discon_rsp()
[all …]
H A Dng_l2cap_llpi.c71 struct ng_mesg *msg = NULL; in ng_l2cap_lp_con_req()
141 ng_l2cap_lp_con_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_con_cfm()
208 ng_l2cap_lp_con_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_con_ind()
212 struct ng_mesg *rsp = NULL; in ng_l2cap_lp_con_ind()
291 ng_l2cap_lp_discon_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_discon_ind()
354 struct ng_mesg *msg = NULL; in ng_l2cap_lp_qos_req()
415 ng_l2cap_lp_qos_cfm(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_qos_cfm()
442 ng_l2cap_lp_qos_ind(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_qos_ind()
487 ng_l2cap_lp_enc_change(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_lp_enc_change()
921 struct ng_mesg *msg = NULL; in ng_l2cap_process_discon_timeout()
/f-stack/tools/libnetgraph/
H A Dmsg.c94 struct ng_mesg msg; in NgSendMsg()
118 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg()
141 if ((ascii = malloc(sizeof(struct ng_mesg) in NgSendAsciiMsg()
168 binary = (struct ng_mesg *)reply->data; in NgSendAsciiMsg()
189 struct ng_mesg rep; in NgSendReplyMsg()
210 struct ng_mesg *msg; in NgDeliverMsg()
226 msg = (struct ng_mesg *) buf; in NgDeliverMsg()
328 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg()
353 struct ng_mesg *msg, *ascii; in NgRecvAsciiMsg()
361 msg = (struct ng_mesg *)buf; in NgRecvAsciiMsg()
[all …]
H A Dnetgraph.h63 const struct ng_mesg *, const void *, size_t);
64 int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
65 int NgAllocRecvMsg(int, struct ng_mesg **, char *);
66 int NgRecvAsciiMsg(int, struct ng_mesg *, size_t, char *);
67 int NgAllocRecvAsciiMsg(int, struct ng_mesg **, char *);
H A Ddebug.c233 _NgDebugMsg(const struct ng_mesg *msg, const char *path) in _NgDebugMsg()
235 u_char buf[2 * sizeof(struct ng_mesg) + ARGS_BUFSIZE]; in _NgDebugMsg()
236 struct ng_mesg *const req = (struct ng_mesg *)buf; in _NgDebugMsg()
237 struct ng_mesg *const bin = (struct ng_mesg *)req->data; in _NgDebugMsg()
H A Dsock.c119 u_char rbuf[sizeof(struct ng_mesg) + in NgMkSockNode()
121 struct ng_mesg res; in NgMkSockNode()
H A Dinternal.h72 extern void _NgDebugMsg(const struct ng_mesg *msg, const char *path);
/f-stack/tools/ngctl/
H A Dstatus.c62 u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE]; in StatusCmd()
63 struct ng_mesg *const resp = (struct ng_mesg *) sbuf; in StatusCmd()
H A Dconfig.c63 u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE]; in ConfigCmd()
64 struct ng_mesg *const resp = (struct ng_mesg *) sbuf; in ConfigCmd()
H A Dmsg.c132 struct ng_mesg *m, *m2; in MsgRead()
133 struct ng_mesg *ascii; in MsgRead()
159 ascii = (struct ng_mesg *)m2->data; in MsgRead()
H A Ddot.c68 struct ng_mesg *nlresp; in DotCmd()
145 struct ng_mesg *hlresp; in DotCmd()
H A Dtypes.c61 struct ng_mesg *resp; in TypesCmd()
/f-stack/tools/netstat/
H A Dnetgraph.c90 u_char rbuf[sizeof(struct ng_mesg) + sizeof(struct nodeinfo)]; in netgraphprotopr()
91 struct ng_mesg *resp = (struct ng_mesg *) rbuf; in netgraphprotopr()
/f-stack/tools/compat/include/netgraph/
H A Dng_message.h59 struct ng_mesg { struct
384 (msg) = malloc(sizeof(struct ng_mesg) \
402 (rsp) = malloc(sizeof(struct ng_mesg) \
421 (copy) = malloc(sizeof(struct ng_mesg) \
/f-stack/freebsd/netgraph/
H A Dng_message.h57 struct ng_mesg { struct
381 (msg) = malloc(sizeof(struct ng_mesg) \
399 (rsp) = malloc(sizeof(struct ng_mesg) \
418 (copy) = malloc(sizeof(struct ng_mesg) \
H A Dng_hole.c148 struct ng_mesg *msg; in ngh_rcvmsg()
149 struct ng_mesg *resp = NULL; in ngh_rcvmsg()
H A Dng_device.c208 struct ng_mesg *msg; in ng_device_rcvmsg()
209 struct ng_mesg *resp = NULL; in ng_device_rcvmsg()
383 struct ng_mesg *msg;
H A Dng_echo.c88 struct ng_mesg *msg; in nge_rcvmsg()
H A Dng_cisco.c246 struct ng_mesg *msg; in cisco_rcvmsg()
248 struct ng_mesg *resp = NULL; in cisco_rcvmsg()
515 struct ng_mesg *msg; in cisco_input()
636 struct ng_mesg *msg; in cisco_notify()
H A Dng_gif_demux.c277 struct ng_mesg *resp = NULL; in ng_gif_demux_rcvmsg()
279 struct ng_mesg *msg; in ng_gif_demux_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c162 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
164 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
166 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
169 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
171 (struct ng_mesg *, ng_btsocket_l2cap_rtentry_p);
1225 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_con_req()
1261 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_con_rsp_req()
1295 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_cfg_req()
1331 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_cfg_rsp()
1366 struct ng_mesg *msg = NULL; in ng_btsocket_l2cap_send_l2ca_discon_req()
[all …]
H A Dng_btsocket_sco.c161 (struct ng_mesg *, ng_btsocket_sco_rtentry_p);
163 (struct ng_mesg *, ng_btsocket_sco_rtentry_p);
165 (struct ng_mesg *, ng_btsocket_sco_rtentry_p);
378 ng_btsocket_sco_process_lp_con_cfm(struct ng_mesg *msg, in ng_btsocket_sco_process_lp_con_cfm()
451 ng_btsocket_sco_process_lp_con_ind(struct ng_mesg *msg, in ng_btsocket_sco_process_lp_con_ind()
546 ng_btsocket_sco_process_lp_discon_ind(struct ng_mesg *msg, in ng_btsocket_sco_process_lp_discon_ind()
603 struct ng_mesg *msg = NULL; in ng_btsocket_sco_send_lp_con_req()
634 struct ng_mesg *msg = NULL; in ng_btsocket_sco_send_lp_con_rsp()
663 struct ng_mesg *msg = NULL; in ng_btsocket_sco_send_lp_discon_req()
931 ng_btsocket_sco_lp_msg_input(struct ng_mesg *msg, hook_p hook) in ng_btsocket_sco_lp_msg_input()
[all …]
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket_hci_raw.h54 struct ng_mesg *msg; /* message */

1234