Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.h54 #define RAT_PEER_SERVER "PEER_SERVER" macro
H A Dmod_rayo.c1677 …rserver = RAYO_PEER_SERVER(RAYO_ACTOR_INIT(RAYO_ACTOR(rserver), pool, RAT_PEER_SERVER, "", jid, ji… in rayo_peer_server_create()
5034 return strcmp(RAT_CLIENT, actor->type) && strcmp(RAT_PEER_SERVER, actor->type); in is_internal_actor()
5050 return !strcmp(RAT_CLIENT, actor->type) || !strcmp(RAT_PEER_SERVER, actor->type); in is_external_actor()