---
title: kSCNetworkFlagsReachable
framework: systemconfiguration
role: symbol
role_heading: Global Variable
path: systemconfiguration/kscnetworkflagsreachable
---

# kSCNetworkFlagsReachable

The specified node name or address can be reached using the current network configuration.

## Declaration

```swift
var kSCNetworkFlagsReachable: Int { get }
```

## See Also

### Constants

- [kSCNetworkFlagsTransientConnection](systemconfiguration/kscnetworkflagstransientconnection.md)
- [kSCNetworkFlagsConnectionRequired](systemconfiguration/kscnetworkflagsconnectionrequired.md)
- [kSCNetworkFlagsConnectionAutomatic](systemconfiguration/kscnetworkflagsconnectionautomatic.md)
- [kSCNetworkFlagsInterventionRequired](systemconfiguration/kscnetworkflagsinterventionrequired.md)
- [kSCNetworkFlagsIsLocalAddress](systemconfiguration/kscnetworkflagsislocaladdress.md)
- [kSCNetworkFlagsIsDirect](systemconfiguration/kscnetworkflagsisdirect.md)
