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

/freebsd-10-stable/sys/netgraph/bluetooth/include/
H A Dng_h4.h96 typedef int32_t ng_h4_node_qlen_ep; typedef
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c915 NG_MKRESPONSE(resp, msg, sizeof(ng_h4_node_qlen_ep),
920 *((ng_h4_node_qlen_ep *)(resp->data)) =
925 if (msg->header.arglen != sizeof(ng_h4_node_qlen_ep))
927 else if (*((ng_h4_node_qlen_ep *)(msg->data)) <= 0)
931 *((ng_h4_node_qlen_ep *)(msg->data)));

Completed in 106 milliseconds