Searched refs:SDP_MAX_CONNECTIONS (Results 1 – 4 of 4) sorted by relevance
71 for (int i = 0; i < SDP_MAX_CONNECTIONS; i++) { in sdp_init()100 for (int i = 0; i < SDP_MAX_CONNECTIONS; i++) { in sdp_free()
172 tCONN_CB ccb[SDP_MAX_CONNECTIONS];
304 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_cid()329 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_find_ccb_by_db()352 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) { in sdpu_allocate_ccb()
676 #ifndef SDP_MAX_CONNECTIONS677 #define SDP_MAX_CONNECTIONS 4 macro