Home
last modified time | relevance | path

Searched refs:atl_head (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp.c103 init_mlist(&new_zrtp->atl_head); in zrtp_init()
997 DESTROY_COMP(node, tmp, zrtp_auth_tag_length_t, &zrtp->atl_head, comp); in zrtp_comp_done()
1027 ZRTP_COMP_INIT(zrtp_auth_tag_length_t, &zrtp->atl_head, comp); in zrtp_comp_register()
1067 ZRTP_COMP_FIND(&zrtp->atl_head, id, zrtp_auth_tag_length_t, res); in zrtp_comp_find()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_types.h365 mlist_t atl_head; /** Head of ATL components list */ member