| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_ulpi.h | 39 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 D | ng_l2cap_llpi.h | 40 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 D | ng_l2cap_ulpi.c | 167 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 D | ng_l2cap_llpi.c | 71 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 D | msg.c | 94 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 D | netgraph.h | 63 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 D | debug.c | 233 _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 D | sock.c | 119 u_char rbuf[sizeof(struct ng_mesg) + in NgMkSockNode() 121 struct ng_mesg res; in NgMkSockNode()
|
| H A D | internal.h | 72 extern void _NgDebugMsg(const struct ng_mesg *msg, const char *path);
|
| /f-stack/tools/ngctl/ |
| H A D | status.c | 62 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 D | config.c | 63 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 D | msg.c | 132 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 D | dot.c | 68 struct ng_mesg *nlresp; in DotCmd() 145 struct ng_mesg *hlresp; in DotCmd()
|
| H A D | types.c | 61 struct ng_mesg *resp; in TypesCmd()
|
| /f-stack/tools/netstat/ |
| H A D | netgraph.c | 90 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 D | ng_message.h | 59 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 D | ng_message.h | 57 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 D | ng_hole.c | 148 struct ng_mesg *msg; in ngh_rcvmsg() 149 struct ng_mesg *resp = NULL; in ngh_rcvmsg()
|
| H A D | ng_device.c | 208 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 D | ng_echo.c | 88 struct ng_mesg *msg; in nge_rcvmsg()
|
| H A D | ng_cisco.c | 246 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 D | ng_gif_demux.c | 277 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 D | ng_btsocket_l2cap.c | 162 (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 D | ng_btsocket_sco.c | 161 (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 D | ng_btsocket_hci_raw.h | 54 struct ng_mesg *msg; /* message */
|