Searched defs:SRV_NEUTRAL (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/
H A Dfail_over.c44 #define DEFAULT_SRV_STATUS SRV_NEUTRAL
47 SRV_NEUTRAL, /* We didn't try this SRV lookup yet */ enumerator in enum:srv_lookup_status
188 case SRV_NEUTRAL:
269 meta->srv_data->srv_lookup_status = SRV_NEUTRAL;
295 case SRV_NEUTRAL:
302 data->srv_lookup_status = SRV_NEUTRAL;
306 "'SRV_NEUTRAL'.\n");
1287 case SRV_NEUTRAL: /* Request SRV lookup */
1645 set_srv_data_status(server->srv_data, SRV_NEUTRAL);

Completed in 289 milliseconds