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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c106 mach_port_t client_bootstrap_port; member in struct:__anon7146
245 if (connectionPrivate->client_bootstrap_port != MACH_PORT_NULL) {
247 connectionPrivate->client_bootstrap_port,
601 connectionPrivate->client_bootstrap_port = MACH_PORT_NULL;
802 (connectionPrivate->client_bootstrap_port == MACH_PORT_NULL) &&
821 mach_port_t client_bootstrap_port; local
829 if (connectionPrivate->client_bootstrap_port == MACH_PORT_NULL) {
830 client_bootstrap_port = bootstrap_port;
832 client_bootstrap_port = connectionPrivate->client_bootstrap_port;
[all...]

Completed in 115 milliseconds