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

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_getaddrinfo.c59 static int net_config_token = -1; variable
84 if (net_config_token < 0)
86 status = notify_register_check(kNotifySCNetworkChange, &net_config_token);
87 if (status != 0) net_config_token = -1;
90 if (net_config_token >= 0)
92 status = notify_check(net_config_token, &checkit);

Completed in 60 milliseconds