Lines Matching refs:INIT_FIELD
40 #define INIT_FIELD(C, T, E, D, F) \ macro
102 INIT_FIELD(context, time, max_skew, 5 * 60, "clockskew"); in init_context_from_config_file()
103 INIT_FIELD(context, time, kdc_timeout, 3, "kdc_timeout"); in init_context_from_config_file()
104 INIT_FIELD(context, int, max_retries, 3, "max_retries"); in init_context_from_config_file()
106 INIT_FIELD(context, string, http_proxy, NULL, "http_proxy"); in init_context_from_config_file()
157 INIT_FIELD(context, string, default_keytab, in init_context_from_config_file()
160 INIT_FIELD(context, string, default_keytab_modify, in init_context_from_config_file()
163 INIT_FIELD(context, string, time_fmt, in init_context_from_config_file()
166 INIT_FIELD(context, string, date_fmt, in init_context_from_config_file()
169 INIT_FIELD(context, bool, log_utc, in init_context_from_config_file()
217 INIT_FIELD(context, bool, scan_interfaces, TRUE, "scan_interfaces"); in init_context_from_config_file()
218 INIT_FIELD(context, int, fcache_vno, 0, "fcache_version"); in init_context_from_config_file()
220 INIT_FIELD(context, bool, srv_lookup, TRUE, "srv_lookup"); in init_context_from_config_file()
221 INIT_FIELD(context, bool, srv_lookup, context->srv_lookup, "dns_lookup_kdc"); in init_context_from_config_file()
222 INIT_FIELD(context, int, large_msg_size, 1400, "large_message_size"); in init_context_from_config_file()