Searched refs:addresses_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/kdc/
H A Dconfig.c58 static struct getarg_strings addresses_str; /* addresses to listen on */ variable in typeref:struct:getarg_strings
95 { "addresses", 0, arg_strings, &addresses_str,
224 if (addresses_str.num_strings) {
227 for (i = 0; i < addresses_str.num_strings; ++i)
228 add_one_address (context, addresses_str.strings[i], i == 0);
229 free_getarg_strings (&addresses_str);
/freebsd-12-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c47 static struct getarg_strings addresses_str; variable in typeref:struct:getarg_strings
776 { "addresses", 0, arg_strings, &addresses_str,
865 if (addresses_str.num_strings) {
868 for (j = 0; j < addresses_str.num_strings; ++j)
869 add_one_address (addresses_str.strings[j], j == 0);
870 free_getarg_strings (&addresses_str);

Completed in 92 milliseconds