aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/osmux.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-08-06 18:56:36 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-06 21:04:25 +0200
commitb9cf903bbe0cd9b84a1226c345e68f0e826034e9 (patch)
tree2db9655c88dbbf63bbe513fb03b0c3582623f086 /include/osmocom/netif/osmux.h
parentda0c9ab92211ff09b4fee402f3ed88c2f718ba37 (diff)
osmux: add infrastructure to map RTP SSRC and osmux CCID
Diffstat (limited to 'include/osmocom/netif/osmux.h')
-rw-r--r--include/osmocom/netif/osmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index 5fcc583..58ec40d 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -59,6 +59,8 @@ static inline uint8_t *osmux_get_payload(struct osmux_hdr *osmuxh)
}
void osmux_xfrm_input_init(struct osmux_in_handle *h);
+int osmux_xfrm_input_get_ccid(struct osmux_in_handle *h, uint32_t ssrc);
+void osmux_xfrm_input_register_ccid(struct osmux_in_handle *h, uint32_t ssrc);
int osmux_xfrm_input(struct osmux_in_handle *h, struct msgb *msg);
void osmux_xfrm_input_deliver(struct osmux_in_handle *h);