---
title: kSCNetworkFlagsIsDirect
framework: systemconfiguration
role: symbol
role_heading: Global Variable
path: systemconfiguration/kscnetworkflagsisdirect
---

# kSCNetworkFlagsIsDirect

Network traffic to the specified node name or address does not go through a gateway, but is routed directly to one of the interfaces in the system.

## Declaration

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

## See Also

### Constants

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