Home
last modified time | relevance | path

Searched refs:stun_domain (Results 1 – 6 of 6) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/py_pjsua/
H A Dpy_pjsua.h992 PyObject *stun_domain; member
1003 Py_XDECREF(self->stun_domain); in PyObj_pjsua_config_delete()
1020 Py_XDECREF(obj->stun_domain); in PyObj_pjsua_config_import()
1021 obj->stun_domain = PyString_FromStringAndSize(cfg->stun_domain.ptr, in PyObj_pjsua_config_import()
1022 cfg->stun_domain.slen); in PyObj_pjsua_config_import()
1046 cfg->stun_domain = PyString_to_pj_str(obj->stun_domain); in PyObj_pjsua_config_export()
1116 offsetof(PyObj_pjsua_config, stun_domain), 0,
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/python/
H A D_pjsua.h822 PyObject *stun_domain; member
833 Py_XDECREF(self->stun_domain); in PyObj_pjsua_config_delete()
855 Py_XDECREF(obj->stun_domain); in PyObj_pjsua_config_import()
856 obj->stun_domain = PyString_FromPJ(&cfg->stun_domain); in PyObj_pjsua_config_import()
891 cfg->stun_domain = PyString_ToPJ(obj->stun_domain); in PyObj_pjsua_config_export()
911 self->stun_domain = PyString_FromString(""); in PyObj_pjsua_config_new()
946 offsetof(PyObj_pjsua_config, stun_domain), 0,
H A Dpjsua.py260 stun_domain = "" variable in UAConfig
268 self.stun_domain = cfg.stun_domain
277 cfg.stun_domain = self.stun_domain
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua-lib/
H A Dpjsua_core.c140 pj_strdup_with_null(pool, &dst->stun_domain, &src->stun_domain); in pjsua_config_dup()
1179 if (pjsua_var.ua_cfg.stun_domain.slen) { in pjsua_init()
1181 pjsua_var.ua_cfg.stun_domain; in pjsua_init()
H A Dpjsua_acc.c1718 (pjsua_var.ua_cfg.stun_domain.slen != 0 || in acc_check_nat_addr()
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsua-lib/
H A Dpjsua.h2084 pj_str_t stun_domain; member