Home
last modified time | relevance | path

Searched refs:DEFAULT_SCCP_SECURE_PORT (Results 1 – 3 of 3) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dchan_sccp.c142 ((struct sockaddr_in *)&GLOB(secbindaddr))->sin_port = DEFAULT_SCCP_SECURE_PORT; in sccp_prePBXLoad()
H A Dsccp_protocol.h28 #define DEFAULT_SCCP_SECURE_PORT 2443 /*!< SCCP secure port 2443. */ macro
H A Dsccp_config.c2523 in->sin_port = ntohs(DEFAULT_SCCP_SECURE_PORT); in sccp_config_general()