Home
last modified time | relevance | path

Searched refs:ng_h4_node_qlen_ep (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_h4.h98 typedef int32_t ng_h4_node_qlen_ep; typedef
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c916 NG_MKRESPONSE(resp, msg, sizeof(ng_h4_node_qlen_ep),
921 *((ng_h4_node_qlen_ep *)(resp->data)) =
926 if (msg->header.arglen != sizeof(ng_h4_node_qlen_ep))
928 else if (*((ng_h4_node_qlen_ep *)(msg->data)) <= 0)
932 *((ng_h4_node_qlen_ep *)(msg->data)));