Home
last modified time | relevance | path

Searched refs:srvres (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Ddnssrv.c384 PurpleSrvResponse *srvres; in resolve() local
449 g_strlcpy(srvres->hostname, name, sizeof(srvres->hostname)); in resolve()
450 srvres->pref = pref; in resolve()
451 srvres->port = port; in resolve()
452 srvres->weight = weight; in resolve()
454 ret = g_list_prepend(ret, srvres); in resolve()
612 PurpleSrvResponse *srvres = NULL; in res_main_thread_cb() local
689 PurpleSrvResponse *srvres; in res_thread() local
700 srvres->hostname[255] = '\0'; in res_thread()
702 srvres->port = srv_data->wPort; in res_thread()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Ddnssrv.c384 PurpleSrvResponse *srvres; in resolve() local
449 g_strlcpy(srvres->hostname, name, sizeof(srvres->hostname)); in resolve()
450 srvres->pref = pref; in resolve()
451 srvres->port = port; in resolve()
452 srvres->weight = weight; in resolve()
454 ret = g_list_prepend(ret, srvres); in resolve()
612 PurpleSrvResponse *srvres = NULL; in res_main_thread_cb() local
689 PurpleSrvResponse *srvres; in res_thread() local
700 srvres->hostname[255] = '\0'; in res_thread()
702 srvres->port = srv_data->wPort; in res_thread()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Ddnssrv.c384 PurpleSrvResponse *srvres; in resolve() local
449 g_strlcpy(srvres->hostname, name, sizeof(srvres->hostname)); in resolve()
450 srvres->pref = pref; in resolve()
451 srvres->port = port; in resolve()
452 srvres->weight = weight; in resolve()
454 ret = g_list_prepend(ret, srvres); in resolve()
612 PurpleSrvResponse *srvres = NULL; in res_main_thread_cb() local
689 PurpleSrvResponse *srvres; in res_thread() local
700 srvres->hostname[255] = '\0'; in res_thread()
702 srvres->port = srv_data->wPort; in res_thread()
[all …]
/dports/security/nmap/nmap-7.91/scripts/
H A Ddns-brute.nse165 local srvres = resolve(addr[4], dtype)
166 if(srvres) then
167 for srvhost,srvip in ipairs(srvres) do