Searched refs:menc_media (Results 1 – 7 of 7) sorted by relevance
/dports/audio/baresip/baresip-0.5.8/modules/gzrtp/ |
H A D | gzrtp.cpp | 50 struct menc_media { struct 65 struct menc_media *st = (struct menc_media *)arg; in media_destructor() argument 100 static int media_alloc(struct menc_media **stp, struct menc_sess *sess, in media_alloc() 105 struct menc_media *st; in media_alloc() 117 st = (struct menc_media *)mem_zalloc(sizeof(*st), media_destructor); in media_alloc()
|
/dports/audio/baresip/baresip-0.5.8/modules/zrtp/ |
H A D | zrtp.c | 51 struct menc_media { struct 120 struct menc_media *st = arg; in media_destructor() 152 static bool drop_packets(const struct menc_media *st) in drop_packets() 161 struct menc_media *st = arg; in udp_helper_send() 211 struct menc_media *st = arg; in udp_helper_recv() 345 static int media_alloc(struct menc_media **stp, struct menc_sess *sess, in media_alloc() 350 struct menc_media *st; in media_alloc() 424 struct menc_media *st = zrtp_stream_get_userdata(stream); in on_send_packet() 456 const struct menc_media *st = zrtp_stream_get_userdata(stream); in on_zrtp_secure() 483 const struct menc_media *st = zrtp_stream_get_userdata(stream); in on_zrtp_security_event()
|
/dports/audio/baresip/baresip-0.5.8/modules/srtp/ |
H A D | srtp.c | 294 static int alloc(struct menc_media **stp, struct menc_sess *sess, in alloc() 374 *stp = (struct menc_media *)st; in alloc()
|
/dports/audio/baresip/baresip-0.5.8/modules/libsrtp/ |
H A D | srtp.c | 339 static int alloc(struct menc_media **stp, struct menc_sess *sess, in alloc() 418 *stp = (struct menc_media *)st; in alloc()
|
/dports/audio/baresip/baresip-0.5.8/modules/dtls_srtp/ |
H A D | dtls_srtp.c | 345 static int media_alloc(struct menc_media **mp, struct menc_sess *sess, in media_alloc() 392 *mp = (struct menc_media *)st; in media_alloc()
|
/dports/audio/baresip/baresip-0.5.8/src/ |
H A D | core.h | 361 struct menc_media *mes; /**< Media Encryption media state */
|
/dports/audio/baresip/baresip-0.5.8/include/ |
H A D | baresip.h | 508 struct menc_media; 516 typedef int (menc_media_h)(struct menc_media **mp, struct menc_sess *sess,
|