Home | History | Annotate | Download | only in bnep

Lines Matching full:bcb

55  * Description      This function searches the bcb table for an entry with the
58 * Returns the BCB address, or NULL if not found.
66 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
79 * Description This function searches the BCB table for an entry with the
82 * Returns the BCB address, or NULL if not found.
90 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
104 * Description This function allocates a new BCB.
106 * Returns BCB address, or NULL if none available.
114 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
128 /* If here, no free BCB found */
136 * Description This function releases a BCB.
887 * 'set' message. The filters are stored in the BCB,
1043 * 'set' message. The filters are stored in the BCB,