Home
last modified time | relevance | path

Searched refs:NGI_MSG (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c86 NGI_MSG(item)->header.arglen); in ng_hci_lp_con_req()
135 ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data); in ng_hci_lp_acl_con_req()
334 ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data); in ng_hci_lp_sco_con_req()
498 ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data); in ng_hci_lp_le_con_req()
686 if (NGI_MSG(item)->header.arglen != sizeof(*ep)) { in ng_hci_lp_discon_req()
690 NGI_MSG(item)->header.arglen); in ng_hci_lp_discon_req()
923 if (NGI_MSG(item)->header.arglen != sizeof(*ep)) { in ng_hci_lp_con_rsp()
927 NGI_MSG(item)->header.arglen); in ng_hci_lp_con_rsp()
933 ep = (ng_hci_lp_con_rsp_ep *)(NGI_MSG(item)->data); in ng_hci_lp_con_rsp()
1172 if (NGI_MSG(item)->header.arglen != sizeof(*ep)) { in ng_hci_lp_qos_req()
[all …]
H A Dng_hci_main.c668 switch (NGI_MSG(item)->header.typecookie) { in ng_hci_upper_rcvmsg()
670 switch (NGI_MSG(item)->header.cmd) { in ng_hci_upper_rcvmsg()
/f-stack/freebsd/netgraph/
H A Dng_UI.c141 msg = NGI_MSG(item); /* only peeking */ in ng_UI_rcvmsg()
H A Dnetgraph.h795 #define NGI_MSG(i) (*_ngi_msg(i, _NN_)) macro
827 #define NGI_MSG(i) _NGI_MSG(i) macro
853 (m) = NGI_MSG(i); \
1023 NGI_MSG(item) = resp; \
H A Dng_tee.c263 NGI_MSG(item) = msg; in ng_tee_rcvmsg()
H A Dng_base.c2435 if ((NGI_MSG(item)->header.typecookie == NGM_GENERIC_COOKIE) && in ng_apply_item()
2436 ((NGI_MSG(item)->header.flags & NGF_RESP) == 0)) { in ng_apply_item()
2926 NGI_MSG(item) = msg; /* put it back as we found it */ in ng_generic_msg()
3552 NGI_MSG(item) = msg; in ng_package_msg()
3687 NGI_MSG(item) = msg; in ng_package_msg_self()
H A Dng_ppp.c714 NGI_MSG(item) = msg; /* put it back in the item */ in ng_ppp_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c260 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ in ng_l2cap_lower_rcvmsg()
382 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ in ng_l2cap_upper_rcvmsg()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h797 #define NGI_MSG(i) (*_ngi_msg(i, _NN_)) macro
829 #define NGI_MSG(i) _NGI_MSG(i) macro
855 (m) = NGI_MSG(i); \
1025 NGI_MSG(item) = resp; \
/f-stack/lib/
H A Dff_ng_base.c2453 if ((NGI_MSG(item)->header.typecookie == NGM_GENERIC_COOKIE) && in ng_apply_item()
2454 ((NGI_MSG(item)->header.flags & NGF_RESP) == 0)) { in ng_apply_item()
2946 NGI_MSG(item) = msg; /* put it back as we found it */ in ng_generic_msg()
3582 NGI_MSG(item) = msg; in ng_package_msg()
3717 NGI_MSG(item) = msg; in ng_package_msg_self()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c282 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ in ng_btsocket_l2cap_raw_node_rcvmsg()
H A Dng_btsocket_hci_raw.c262 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ in ng_btsocket_hci_raw_node_rcvmsg()
H A Dng_btsocket_sco.c314 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ in ng_btsocket_sco_node_rcvmsg()
H A Dng_btsocket_l2cap.c349 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ in ng_btsocket_l2cap_node_rcvmsg()