HomeSort by: relevance | last modified time | path
    Searched refs:lc_ncid (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netbt/
l2cap_misc.c 226 LIST_FOREACH(used, &l2cap_active_list, lc_ncid) {
242 LIST_INSERT_AFTER(prev, chan, lc_ncid);
244 LIST_INSERT_HEAD(&l2cap_active_list, chan, lc_ncid);
257 LIST_FOREACH(chan, &l2cap_active_list, lc_ncid) {
l2cap_upper.c 279 LIST_REMOVE(chan, lc_ncid);
354 LIST_FOREACH(used, &l2cap_listen_list, lc_ncid) {
367 LIST_INSERT_HEAD(&l2cap_listen_list, chan, lc_ncid);
369 LIST_INSERT_AFTER(prev, chan, lc_ncid);
hci_ioctl.c 83 LIST_FOREACH(chan, &l2cap_active_list, lc_ncid) {
92 LIST_FOREACH(chan, &l2cap_listen_list, lc_ncid) {
l2cap.h 397 LIST_ENTRY(l2cap_channel)lc_ncid; /* next channel (ascending CID) */
hci_link.c 177 LIST_FOREACH(chan, &l2cap_listen_list, lc_ncid) {
360 next = LIST_NEXT(chan, lc_ncid);
945 next = LIST_NEXT(chan, lc_ncid);
l2cap_signal.c 273 LIST_FOREACH(chan, &l2cap_listen_list, lc_ncid) {

Completed in 101 milliseconds