Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_config.c1671 sccp_hostname_t *permithost = NULL; in sccp_config_parse_permithosts() local
1681 SCCP_LIST_TRAVERSE(permithostList, permithost, list) { in sccp_config_parse_permithosts()
1682 if (sccp_strcaseequals(permithost->name, v->value)) { // variable found in sccp_config_parse_permithosts()
1690 while ((permithost = SCCP_LIST_REMOVE_HEAD(permithostList, list))) { // clear list in sccp_config_parse_permithosts()
1691 sccp_free(permithost); in sccp_config_parse_permithosts()
1694 if (!(permithost = (sccp_hostname_t *)sccp_calloc(1, sizeof(sccp_hostname_t)))) { in sccp_config_parse_permithosts()
1698 sccp_copy_string(permithost->name, v->value, sizeof(permithost->name)); in sccp_config_parse_permithosts()
1699 SCCP_LIST_INSERT_TAIL(permithostList, permithost, list); in sccp_config_parse_permithosts()
H A Dsccp_device.c2581 sccp_hostname_t *permithost = NULL; local
2583 while ((permithost = SCCP_LIST_REMOVE_HEAD(&d->permithosts, list))) {
2584 if (permithost) {
2585 sccp_free(permithost);
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/conf/
H A Dsccp.conf.annotated208 permithost = "" ; (MULTI-ENTRY) p…