Home
last modified time | relevance | path

Searched refs:SIOC_L2CAP_NODE_GET_CON_LIST (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h303 #define SIOC_L2CAP_NODE_GET_CON_LIST \ macro
/freebsd/usr.sbin/bluetooth/l2control/
H A Dl2cap.c152 if (ioctl(s, SIOC_L2CAP_NODE_GET_CON_LIST, &r, sizeof(r)) < 0) { in l2cap_read_connection_list()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c843 case SIOC_L2CAP_NODE_GET_CON_LIST: { in ng_btsocket_l2cap_raw_control()