Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_stun.h297 #define switch_stun_packet_next_attribute_hbo(attribute, end) (attribute && (attribute = (switch_st… macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/build/standalone_module/
H A Dmod_skel.c163 if (!switch_stun_packet_next_attribute_hbo(attr, end_buf)) { in SWITCH_STANDARD_API()