Home
last modified time | relevance | path

Searched refs:q931_receive (Results 1 – 4 of 4) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dpri_q931.h456 int q931_receive(struct q921_link *link, q931_h *h, int len);
H A Dq921.c2716 res = q931_receive(link, (q931_h *) h->i.data, len - 4); in q921_iframe_rx()
2976 res = q931_receive(link, (q931_h *) h->u.data, len - 3); in __q921_receive_qualified()
H A DChangeLog937 Fixed testing of the q931_receive() return value when a UI-frame
H A Dq931.c7652 int q931_receive(struct q921_link *link, q931_h *h, int len) in q931_receive() function