Lines Matching full:bcb
48 ** Description This function searches the bcb table for an entry with the
51 ** Returns the BCB address, or NULL if not found.
60 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
75 ** Description This function searches the BCB table for an entry with the
78 ** Returns the BCB address, or NULL if not found.
87 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
105 ** Description This function allocates a new BCB.
107 ** Returns BCB address, or NULL if none available.
116 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
131 /* If here, no free BCB found */
140 ** Description This function releases a BCB.
895 ** 'set' message. The filters are stored in the BCB,
1082 ** 'set' message. The filters are stored in the BCB,
1453 for (i = 0, p_bcb = bnep_cb.bcb; i < BNEP_MAX_CONNECTIONS; i++, p_bcb++)