lc_ncid 82 netbt/hci_ioctl.c LIST_FOREACH(chan, &l2cap_active_list, lc_ncid) { lc_ncid 91 netbt/hci_ioctl.c LIST_FOREACH(chan, &l2cap_listen_list, lc_ncid) { lc_ncid 346 netbt/hci_link.c next = LIST_NEXT(chan, lc_ncid); lc_ncid 930 netbt/hci_link.c next = LIST_NEXT(chan, lc_ncid); lc_ncid 401 netbt/l2cap.h LIST_ENTRY(l2cap_channel)lc_ncid; /* next channel (ascending CID) */ lc_ncid 223 netbt/l2cap_misc.c LIST_FOREACH(used, &l2cap_active_list, lc_ncid) { lc_ncid 239 netbt/l2cap_misc.c LIST_INSERT_AFTER(prev, chan, lc_ncid); lc_ncid 241 netbt/l2cap_misc.c LIST_INSERT_HEAD(&l2cap_active_list, chan, lc_ncid); lc_ncid 254 netbt/l2cap_misc.c LIST_FOREACH(chan, &l2cap_active_list, lc_ncid) { lc_ncid 266 netbt/l2cap_signal.c LIST_FOREACH(chan, &l2cap_listen_list, lc_ncid) { lc_ncid 275 netbt/l2cap_upper.c LIST_REMOVE(chan, lc_ncid); lc_ncid 331 netbt/l2cap_upper.c LIST_FOREACH(used, &l2cap_listen_list, lc_ncid) { lc_ncid 344 netbt/l2cap_upper.c LIST_INSERT_HEAD(&l2cap_listen_list, chan, lc_ncid); lc_ncid 346 netbt/l2cap_upper.c LIST_INSERT_AFTER(prev, chan, lc_ncid);