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

/macosx-10.10.1/configd-699.1.5/nwi/
H A Dnetwork_information.c37 static nwi_state_t G_nwi_state = NULL; variable
284 if (G_nwi_state != NULL) {
303 old_state = G_nwi_state;
304 G_nwi_state = NULL;
308 if (G_nwi_state == NULL) {
309 G_nwi_state = _nwi_state_copy_data();
310 if (G_nwi_state != NULL) {
311 /* one reference for G_nwi_state */
312 nwi_state_retain(G_nwi_state);
313 _nwi_state_reset_alias(G_nwi_state);
[all...]

Completed in 118 milliseconds