Home
last modified time | relevance | path

Searched refs:sock_rcnt (Results 1 – 3 of 3) sorted by relevance

/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_wi.c79 struct rtpp_refcnt *sock_rcnt) in rtpp_wi_malloc_pkt() argument
87 if (sock_rcnt != NULL) { in rtpp_wi_malloc_pkt()
88 CALL_SMETHOD(sock_rcnt, incref); in rtpp_wi_malloc_pkt()
90 wi->sock_rcnt = sock_rcnt; in rtpp_wi_malloc_pkt()
104 struct rtpp_refcnt *sock_rcnt) in rtpp_wi_malloc_pkt_na() argument
112 if (sock_rcnt != NULL) { in rtpp_wi_malloc_pkt_na()
113 CALL_SMETHOD(sock_rcnt, incref); in rtpp_wi_malloc_pkt_na()
115 wi->sock_rcnt = sock_rcnt; in rtpp_wi_malloc_pkt_na()
267 if (wi->sock_rcnt != NULL) { in rtpp_wi_free()
268 CALL_SMETHOD(wi->sock_rcnt, decref); in rtpp_wi_free()
H A Drtpp_netio_async.c208 struct rtpp_refcnt *sock_rcnt, struct rtpp_log *plog) in rtpp_anetio_send_pkt() argument
219 wi = rtpp_wi_malloc_pkt(sock, pkt, sendto, tolen, nsend, sock_rcnt); in rtpp_anetio_send_pkt()
245 struct rtpp_refcnt *sock_rcnt, struct rtpp_log *plog) in rtpp_anetio_send_pkt_na() argument
256 wi = rtpp_wi_malloc_pkt_na(sock, pkt, sendto, nsend, sock_rcnt); in rtpp_anetio_send_pkt_na()
H A Drtpp_wi_private.h38 struct rtpp_refcnt *sock_rcnt; member