Home
last modified time | relevance | path

Searched refs:lcandl (Results 1 – 7 of 7) sorted by relevance

/dports/audio/re/re-0.5.8/src/ice/
H A Dicem.c60 list_flush(&icem->lcandl); in icem_destructor()
113 list_init(&icem->lcandl); in icem_alloc()
296 n = ice_list_unique(&icem->lcandl, unique_handler); in icem_cand_redund_elim()
476 icem_cands_debug, &icem->lcandl); in icem_debug()
500 return icem ? (struct list *)&icem->lcandl : NULL; in icem_lcandl()
H A Dcomp.c80 static struct ice_cand *cand_default(const struct list *lcandl, in cand_default() argument
87 for (le = list_head(lcandl); le; le = le->next) { in cand_default()
164 cand = cand_default(&comp->icem->lcandl, comp->id); in icem_comp_set_default_cand()
H A Dchklist.c32 if (list_isempty(&icem->lcandl)) in candpairs_form()
40 for (le = icem->lcandl.head; le; le = le->next) { in candpairs_form()
H A Dconnchk.c52 lcand = icem_cand_find(&icem->lcandl, cp->lcand->compid, mapped); in construct_valid_pair()
111 if (!icem_cand_find(&icem->lcandl, cp->lcand->compid, laddr)) { in handle_success()
H A Dice.h57 struct list lcandl; /**< List of local candidates */
H A Dcand.c66 list_append(&icem->lcandl, &cand->le, cand); in response_decode()
H A Dstunsrv.c194 lcand = icem_cand_find(&icem->lcandl, comp->id, NULL); in handle_stun_lite()