Symbol: NGI_MSG
sys/netgraph7/UI/ng_UI.c
144
msg = NGI_MSG(item); /* only peeking */
sys/netgraph7/bluetooth/hci/ng_hci_main.c
652
switch (NGI_MSG(item)->header.typecookie) {
sys/netgraph7/bluetooth/hci/ng_hci_main.c
654
switch (NGI_MSG(item)->header.cmd) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
121
ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
320
ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
498
if (NGI_MSG(item)->header.arglen != sizeof(*ep)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
502
NGI_MSG(item)->header.arglen);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
508
ep = (ng_hci_lp_discon_req_ep *)(NGI_MSG(item)->data);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
706
if (NGI_MSG(item)->header.arglen != sizeof(*ep)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
710
NGI_MSG(item)->header.arglen);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
716
ep = (ng_hci_lp_con_rsp_ep *)(NGI_MSG(item)->data);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
77
if (NGI_MSG(item)->header.arglen != sizeof(ng_hci_lp_con_req_ep)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
81
NGI_MSG(item)->header.arglen);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
88
if (((ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data))->link_type == NG_HCI_LINK_ACL)
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
955
if (NGI_MSG(item)->header.arglen != sizeof(*ep)) {
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
959
NGI_MSG(item)->header.arglen);
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c
965
ep = (ng_hci_lp_qos_req_ep *)(NGI_MSG(item)->data);
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/socket/ng_btsocket_hci_raw.c
252
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
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_raw.c
271
struct ng_mesg *msg = NGI_MSG(item); /* item still has message */
sys/netgraph7/netgraph.h
1003
NGI_MSG(item) = resp; \
sys/netgraph7/netgraph.h
833
(m) = NGI_MSG(i); \
sys/netgraph7/netgraph/ng_base.c
2059
if ((NGI_MSG(item)->header.typecookie == NGM_GENERIC_COOKIE) &&
sys/netgraph7/netgraph/ng_base.c
2060
((NGI_MSG(item)->header.flags & NGF_RESP) == 0)) {
sys/netgraph7/netgraph/ng_base.c
2537
NGI_MSG(item) = msg; /* put it back as we found it */
sys/netgraph7/netgraph/ng_base.c
3024
NGI_MSG(item) = msg;
sys/netgraph7/netgraph/ng_base.c
3158
NGI_MSG(item) = msg;
sys/netgraph7/ppp/ng_ppp.c
716
NGI_MSG(item) = msg; /* put it back in the item */
sys/netgraph7/tee/ng_tee.c
266
NGI_MSG(item) = msg;