Searched refs:cx_get_loop (Results 1 – 3 of 3) sorted by relevance
464 int cx_get_loop (cx_chan_t *c);
1145 if (! cx_get_dsr (d->chan) && ! cx_get_loop(d->chan)) in cx_send()1796 *(int*)data = cx_get_loop (c); in cx_ioctl()2337 length += sprintf (s + length, " loop=%s", cx_get_loop (c) ? "on\n" : "off\n"); in print_chan()
253 int cx_get_loop (cx_chan_t *c) in cx_get_loop() function