systemconfiguration

package
v0.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Rendered for darwin/amd64

Overview

Package systemconfiguration provides a fluent Go API over the macOS SystemConfiguration framework.

Construction

New… functions create objects; each With… method sets one property and returns its receiver, so configuration calls chain. A <Type>FromID constructor adopts an Objective-C object obtained elsewhere.

Lifecycle

A wrapper releases its Objective-C object automatically once the garbage collector finds it unreachable. Call Release to relinquish the reference deterministically (for objects holding scarce resources); Release is idempotent, and afterwards the wrapper's methods are no-ops returning zero values.

Index

Constants

View Source
const (
	KSCBondStatusLinkInvalid            = 1
	KSCBondStatusNoPartner              = 2
	KSCBondStatusNotInActiveGroup       = 3
	KSCBondStatusOK                     = 0
	KSCBondStatusUnknown                = 999
	KSCNetworkFlagsConnectionAutomatic  = 8
	KSCNetworkFlagsConnectionRequired   = 4
	KSCNetworkFlagsInterventionRequired = 16
	KSCNetworkFlagsIsDirect             = 131072
	KSCNetworkFlagsIsLocalAddress       = 65536
	KSCNetworkFlagsReachable            = 2
	KSCNetworkFlagsTransientConnection  = 1
	KSCStatusAccessError                = 1003
	KSCStatusConnectionIgnore           = 5002
	KSCStatusConnectionNoService        = 5001
	KSCStatusFailed                     = 1001
	KSCStatusInvalidArgument            = 1002
	KSCStatusKeyExists                  = 1005
	KSCStatusLocked                     = 1006
	KSCStatusMaxLink                    = 3006
	KSCStatusNeedLock                   = 1007
	KSCStatusNoConfigFile               = 3003
	KSCStatusNoKey                      = 1004
	KSCStatusNoLink                     = 3004
	KSCStatusNoPrefsSession             = 3001
	KSCStatusNoStoreServer              = 2002
	KSCStatusNoStoreSession             = 2001
	KSCStatusNotifierActive             = 2003
	KSCStatusOK                         = 0
	KSCStatusPrefsBusy                  = 3002
	KSCStatusReachabilityUnknown        = 4001
	KSCStatusStale                      = 3005
)

Variables

This section is empty.

Functions

func KCFErrorDomainSystemConfiguration

func KCFErrorDomainSystemConfiguration() obj.Object

KCFErrorDomainSystemConfiguration returns the value of the constant kCFErrorDomainSystemConfiguration.

func KSCBondStatusDeviceAggregationStatus

func KSCBondStatusDeviceAggregationStatus() obj.Object

KSCBondStatusDeviceAggregationStatus returns the value of the constant kSCBondStatusDeviceAggregationStatus.

func KSCBondStatusDeviceCollecting

func KSCBondStatusDeviceCollecting() obj.Object

KSCBondStatusDeviceCollecting returns the value of the constant kSCBondStatusDeviceCollecting.

func KSCBondStatusDeviceDistributing

func KSCBondStatusDeviceDistributing() obj.Object

KSCBondStatusDeviceDistributing returns the value of the constant kSCBondStatusDeviceDistributing.

func KSCCompAnyRegex

func KSCCompAnyRegex() obj.Object

KSCCompAnyRegex returns the value of the constant kSCCompAnyRegex.

func KSCCompGlobal

func KSCCompGlobal() obj.Object

KSCCompGlobal returns the value of the constant kSCCompGlobal.

func KSCCompHostNames

func KSCCompHostNames() obj.Object

KSCCompHostNames returns the value of the constant kSCCompHostNames.

func KSCCompInterface

func KSCCompInterface() obj.Object

KSCCompInterface returns the value of the constant kSCCompInterface.

func KSCCompNetwork

func KSCCompNetwork() obj.Object

KSCCompNetwork returns the value of the constant kSCCompNetwork.

func KSCCompService

func KSCCompService() obj.Object

KSCCompService returns the value of the constant kSCCompService.

func KSCCompSystem

func KSCCompSystem() obj.Object

KSCCompSystem returns the value of the constant kSCCompSystem.

func KSCCompUsers

func KSCCompUsers() obj.Object

KSCCompUsers returns the value of the constant kSCCompUsers.

func KSCDynamicStoreDomainFile

func KSCDynamicStoreDomainFile() obj.Object

KSCDynamicStoreDomainFile returns the value of the constant kSCDynamicStoreDomainFile.

func KSCDynamicStoreDomainPlugin

func KSCDynamicStoreDomainPlugin() obj.Object

KSCDynamicStoreDomainPlugin returns the value of the constant kSCDynamicStoreDomainPlugin.

func KSCDynamicStoreDomainPrefs

func KSCDynamicStoreDomainPrefs() obj.Object

KSCDynamicStoreDomainPrefs returns the value of the constant kSCDynamicStoreDomainPrefs.

func KSCDynamicStoreDomainSetup

func KSCDynamicStoreDomainSetup() obj.Object

KSCDynamicStoreDomainSetup returns the value of the constant kSCDynamicStoreDomainSetup.

func KSCDynamicStoreDomainState

func KSCDynamicStoreDomainState() obj.Object

KSCDynamicStoreDomainState returns the value of the constant kSCDynamicStoreDomainState.

func KSCDynamicStorePropNetInterfaces

func KSCDynamicStorePropNetInterfaces() obj.Object

KSCDynamicStorePropNetInterfaces returns the value of the constant kSCDynamicStorePropNetInterfaces.

func KSCDynamicStorePropNetPrimaryInterface

func KSCDynamicStorePropNetPrimaryInterface() obj.Object

KSCDynamicStorePropNetPrimaryInterface returns the value of the constant kSCDynamicStorePropNetPrimaryInterface.

func KSCDynamicStorePropNetPrimaryService

func KSCDynamicStorePropNetPrimaryService() obj.Object

KSCDynamicStorePropNetPrimaryService returns the value of the constant kSCDynamicStorePropNetPrimaryService.

func KSCDynamicStorePropNetServiceIDs

func KSCDynamicStorePropNetServiceIDs() obj.Object

KSCDynamicStorePropNetServiceIDs returns the value of the constant kSCDynamicStorePropNetServiceIDs.

func KSCDynamicStorePropSetupCurrentSet

func KSCDynamicStorePropSetupCurrentSet() obj.Object

KSCDynamicStorePropSetupCurrentSet returns the value of the constant kSCDynamicStorePropSetupCurrentSet.

func KSCDynamicStorePropSetupLastUpdated

func KSCDynamicStorePropSetupLastUpdated() obj.Object

KSCDynamicStorePropSetupLastUpdated returns the value of the constant kSCDynamicStorePropSetupLastUpdated.

func KSCDynamicStoreUseSessionKeys

func KSCDynamicStoreUseSessionKeys() obj.Object

KSCDynamicStoreUseSessionKeys returns the value of the constant kSCDynamicStoreUseSessionKeys.

func KSCEntNet6to4

func KSCEntNet6to4() obj.Object

KSCEntNet6to4 returns the value of the constant kSCEntNet6to4.

func KSCEntNetAirPort

func KSCEntNetAirPort() obj.Object

KSCEntNetAirPort returns the value of the constant kSCEntNetAirPort.

func KSCEntNetDHCP

func KSCEntNetDHCP() obj.Object

KSCEntNetDHCP returns the value of the constant kSCEntNetDHCP.

func KSCEntNetDNS

func KSCEntNetDNS() obj.Object

KSCEntNetDNS returns the value of the constant kSCEntNetDNS.

func KSCEntNetEthernet

func KSCEntNetEthernet() obj.Object

KSCEntNetEthernet returns the value of the constant kSCEntNetEthernet.

func KSCEntNetFireWire

func KSCEntNetFireWire() obj.Object

KSCEntNetFireWire returns the value of the constant kSCEntNetFireWire.

func KSCEntNetIPSec

func KSCEntNetIPSec() obj.Object

KSCEntNetIPSec returns the value of the constant kSCEntNetIPSec.

func KSCEntNetIPv4

func KSCEntNetIPv4() obj.Object

KSCEntNetIPv4 returns the value of the constant kSCEntNetIPv4.

func KSCEntNetIPv6

func KSCEntNetIPv6() obj.Object

KSCEntNetIPv6 returns the value of the constant kSCEntNetIPv6.

func KSCEntNetInterface

func KSCEntNetInterface() obj.Object

KSCEntNetInterface returns the value of the constant kSCEntNetInterface.

func KSCEntNetL2TP

func KSCEntNetL2TP() obj.Object

KSCEntNetL2TP returns the value of the constant kSCEntNetL2TP.

func KSCEntNetLink() obj.Object

KSCEntNetLink returns the value of the constant kSCEntNetLink.

func KSCEntNetModem

func KSCEntNetModem() obj.Object

KSCEntNetModem returns the value of the constant kSCEntNetModem.

func KSCEntNetPPP

func KSCEntNetPPP() obj.Object

KSCEntNetPPP returns the value of the constant kSCEntNetPPP.

func KSCEntNetPPPSerial

func KSCEntNetPPPSerial() obj.Object

KSCEntNetPPPSerial returns the value of the constant kSCEntNetPPPSerial.

func KSCEntNetPPPoE

func KSCEntNetPPPoE() obj.Object

KSCEntNetPPPoE returns the value of the constant kSCEntNetPPPoE.

func KSCEntNetPPTP

func KSCEntNetPPTP() obj.Object

KSCEntNetPPTP returns the value of the constant kSCEntNetPPTP.

func KSCEntNetProxies

func KSCEntNetProxies() obj.Object

KSCEntNetProxies returns the value of the constant kSCEntNetProxies.

func KSCEntNetSMB

func KSCEntNetSMB() obj.Object

KSCEntNetSMB returns the value of the constant kSCEntNetSMB.

func KSCEntUsersConsoleUser

func KSCEntUsersConsoleUser() obj.Object

KSCEntUsersConsoleUser returns the value of the constant kSCEntUsersConsoleUser.

func KSCNetworkInterfaceIPv4

func KSCNetworkInterfaceIPv4() uintptr

KSCNetworkInterfaceIPv4 returns the address of the symbol kSCNetworkInterfaceIPv4.

func KSCNetworkInterfaceType6to4

func KSCNetworkInterfaceType6to4() obj.Object

KSCNetworkInterfaceType6to4 returns the value of the constant kSCNetworkInterfaceType6to4.

func KSCNetworkInterfaceTypeBluetooth

func KSCNetworkInterfaceTypeBluetooth() obj.Object

KSCNetworkInterfaceTypeBluetooth returns the value of the constant kSCNetworkInterfaceTypeBluetooth.

func KSCNetworkInterfaceTypeBond

func KSCNetworkInterfaceTypeBond() obj.Object

KSCNetworkInterfaceTypeBond returns the value of the constant kSCNetworkInterfaceTypeBond.

func KSCNetworkInterfaceTypeEthernet

func KSCNetworkInterfaceTypeEthernet() obj.Object

KSCNetworkInterfaceTypeEthernet returns the value of the constant kSCNetworkInterfaceTypeEthernet.

func KSCNetworkInterfaceTypeFireWire

func KSCNetworkInterfaceTypeFireWire() obj.Object

KSCNetworkInterfaceTypeFireWire returns the value of the constant kSCNetworkInterfaceTypeFireWire.

func KSCNetworkInterfaceTypeIEEE80211

func KSCNetworkInterfaceTypeIEEE80211() obj.Object

KSCNetworkInterfaceTypeIEEE80211 returns the value of the constant kSCNetworkInterfaceTypeIEEE80211.

func KSCNetworkInterfaceTypeIPSec

func KSCNetworkInterfaceTypeIPSec() obj.Object

KSCNetworkInterfaceTypeIPSec returns the value of the constant kSCNetworkInterfaceTypeIPSec.

func KSCNetworkInterfaceTypeIPv4

func KSCNetworkInterfaceTypeIPv4() obj.Object

KSCNetworkInterfaceTypeIPv4 returns the value of the constant kSCNetworkInterfaceTypeIPv4.

func KSCNetworkInterfaceTypeIrDA

func KSCNetworkInterfaceTypeIrDA() obj.Object

KSCNetworkInterfaceTypeIrDA returns the value of the constant kSCNetworkInterfaceTypeIrDA.

func KSCNetworkInterfaceTypeL2TP

func KSCNetworkInterfaceTypeL2TP() obj.Object

KSCNetworkInterfaceTypeL2TP returns the value of the constant kSCNetworkInterfaceTypeL2TP.

func KSCNetworkInterfaceTypeModem

func KSCNetworkInterfaceTypeModem() obj.Object

KSCNetworkInterfaceTypeModem returns the value of the constant kSCNetworkInterfaceTypeModem.

func KSCNetworkInterfaceTypePPP

func KSCNetworkInterfaceTypePPP() obj.Object

KSCNetworkInterfaceTypePPP returns the value of the constant kSCNetworkInterfaceTypePPP.

func KSCNetworkInterfaceTypePPTP

func KSCNetworkInterfaceTypePPTP() obj.Object

KSCNetworkInterfaceTypePPTP returns the value of the constant kSCNetworkInterfaceTypePPTP.

func KSCNetworkInterfaceTypeSerial

func KSCNetworkInterfaceTypeSerial() obj.Object

KSCNetworkInterfaceTypeSerial returns the value of the constant kSCNetworkInterfaceTypeSerial.

func KSCNetworkInterfaceTypeVLAN

func KSCNetworkInterfaceTypeVLAN() obj.Object

KSCNetworkInterfaceTypeVLAN returns the value of the constant kSCNetworkInterfaceTypeVLAN.

func KSCNetworkInterfaceTypeWWAN

func KSCNetworkInterfaceTypeWWAN() obj.Object

KSCNetworkInterfaceTypeWWAN returns the value of the constant kSCNetworkInterfaceTypeWWAN.

func KSCNetworkProtocolTypeDNS

func KSCNetworkProtocolTypeDNS() obj.Object

KSCNetworkProtocolTypeDNS returns the value of the constant kSCNetworkProtocolTypeDNS.

func KSCNetworkProtocolTypeIPv4

func KSCNetworkProtocolTypeIPv4() obj.Object

KSCNetworkProtocolTypeIPv4 returns the value of the constant kSCNetworkProtocolTypeIPv4.

func KSCNetworkProtocolTypeIPv6

func KSCNetworkProtocolTypeIPv6() obj.Object

KSCNetworkProtocolTypeIPv6 returns the value of the constant kSCNetworkProtocolTypeIPv6.

func KSCNetworkProtocolTypeProxies

func KSCNetworkProtocolTypeProxies() obj.Object

KSCNetworkProtocolTypeProxies returns the value of the constant kSCNetworkProtocolTypeProxies.

func KSCNetworkProtocolTypeSMB

func KSCNetworkProtocolTypeSMB() obj.Object

KSCNetworkProtocolTypeSMB returns the value of the constant kSCNetworkProtocolTypeSMB.

func KSCPrefCurrentSet

func KSCPrefCurrentSet() obj.Object

KSCPrefCurrentSet returns the value of the constant kSCPrefCurrentSet.

func KSCPrefNetworkServices

func KSCPrefNetworkServices() obj.Object

KSCPrefNetworkServices returns the value of the constant kSCPrefNetworkServices.

func KSCPrefSets

func KSCPrefSets() obj.Object

KSCPrefSets returns the value of the constant kSCPrefSets.

func KSCPrefSystem

func KSCPrefSystem() obj.Object

KSCPrefSystem returns the value of the constant kSCPrefSystem.

func KSCPropInterfaceName

func KSCPropInterfaceName() obj.Object

KSCPropInterfaceName returns the value of the constant kSCPropInterfaceName.

func KSCPropMACAddress

func KSCPropMACAddress() obj.Object

KSCPropMACAddress returns the value of the constant kSCPropMACAddress.

func KSCPropNet6to4Relay

func KSCPropNet6to4Relay() obj.Object

KSCPropNet6to4Relay returns the value of the constant kSCPropNet6to4Relay.

func KSCPropNetAirPortAllowNetCreation

func KSCPropNetAirPortAllowNetCreation() obj.Object

KSCPropNetAirPortAllowNetCreation returns the value of the constant kSCPropNetAirPortAllowNetCreation.

func KSCPropNetAirPortAuthPassword

func KSCPropNetAirPortAuthPassword() obj.Object

KSCPropNetAirPortAuthPassword returns the value of the constant kSCPropNetAirPortAuthPassword.

func KSCPropNetAirPortAuthPasswordEncryption

func KSCPropNetAirPortAuthPasswordEncryption() obj.Object

KSCPropNetAirPortAuthPasswordEncryption returns the value of the constant kSCPropNetAirPortAuthPasswordEncryption.

func KSCPropNetAirPortJoinMode

func KSCPropNetAirPortJoinMode() obj.Object

KSCPropNetAirPortJoinMode returns the value of the constant kSCPropNetAirPortJoinMode.

func KSCPropNetAirPortPowerEnabled

func KSCPropNetAirPortPowerEnabled() obj.Object

KSCPropNetAirPortPowerEnabled returns the value of the constant kSCPropNetAirPortPowerEnabled.

func KSCPropNetAirPortPreferredNetwork

func KSCPropNetAirPortPreferredNetwork() obj.Object

KSCPropNetAirPortPreferredNetwork returns the value of the constant kSCPropNetAirPortPreferredNetwork.

func KSCPropNetAirPortSavePasswords

func KSCPropNetAirPortSavePasswords() obj.Object

KSCPropNetAirPortSavePasswords returns the value of the constant kSCPropNetAirPortSavePasswords.

func KSCPropNetDNSDomainName

func KSCPropNetDNSDomainName() obj.Object

KSCPropNetDNSDomainName returns the value of the constant kSCPropNetDNSDomainName.

func KSCPropNetDNSOptions

func KSCPropNetDNSOptions() obj.Object

KSCPropNetDNSOptions returns the value of the constant kSCPropNetDNSOptions.

func KSCPropNetDNSSearchDomains

func KSCPropNetDNSSearchDomains() obj.Object

KSCPropNetDNSSearchDomains returns the value of the constant kSCPropNetDNSSearchDomains.

func KSCPropNetDNSSearchOrder

func KSCPropNetDNSSearchOrder() obj.Object

KSCPropNetDNSSearchOrder returns the value of the constant kSCPropNetDNSSearchOrder.

func KSCPropNetDNSServerAddresses

func KSCPropNetDNSServerAddresses() obj.Object

KSCPropNetDNSServerAddresses returns the value of the constant kSCPropNetDNSServerAddresses.

func KSCPropNetDNSServerPort

func KSCPropNetDNSServerPort() obj.Object

KSCPropNetDNSServerPort returns the value of the constant kSCPropNetDNSServerPort.

func KSCPropNetDNSServerTimeout

func KSCPropNetDNSServerTimeout() obj.Object

KSCPropNetDNSServerTimeout returns the value of the constant kSCPropNetDNSServerTimeout.

func KSCPropNetDNSSortList

func KSCPropNetDNSSortList() obj.Object

KSCPropNetDNSSortList returns the value of the constant kSCPropNetDNSSortList.

func KSCPropNetDNSSupplementalMatchDomains

func KSCPropNetDNSSupplementalMatchDomains() obj.Object

KSCPropNetDNSSupplementalMatchDomains returns the value of the constant kSCPropNetDNSSupplementalMatchDomains.

func KSCPropNetDNSSupplementalMatchOrders

func KSCPropNetDNSSupplementalMatchOrders() obj.Object

KSCPropNetDNSSupplementalMatchOrders returns the value of the constant kSCPropNetDNSSupplementalMatchOrders.

func KSCPropNetEthernetMTU

func KSCPropNetEthernetMTU() obj.Object

KSCPropNetEthernetMTU returns the value of the constant kSCPropNetEthernetMTU.

func KSCPropNetEthernetMediaOptions

func KSCPropNetEthernetMediaOptions() obj.Object

KSCPropNetEthernetMediaOptions returns the value of the constant kSCPropNetEthernetMediaOptions.

func KSCPropNetEthernetMediaSubType

func KSCPropNetEthernetMediaSubType() obj.Object

KSCPropNetEthernetMediaSubType returns the value of the constant kSCPropNetEthernetMediaSubType.

func KSCPropNetIPSecAuthenticationMethod

func KSCPropNetIPSecAuthenticationMethod() obj.Object

KSCPropNetIPSecAuthenticationMethod returns the value of the constant kSCPropNetIPSecAuthenticationMethod.

func KSCPropNetIPSecConnectTime

func KSCPropNetIPSecConnectTime() obj.Object

KSCPropNetIPSecConnectTime returns the value of the constant kSCPropNetIPSecConnectTime.

func KSCPropNetIPSecLocalCertificate

func KSCPropNetIPSecLocalCertificate() obj.Object

KSCPropNetIPSecLocalCertificate returns the value of the constant kSCPropNetIPSecLocalCertificate.

func KSCPropNetIPSecLocalIdentifier

func KSCPropNetIPSecLocalIdentifier() obj.Object

KSCPropNetIPSecLocalIdentifier returns the value of the constant kSCPropNetIPSecLocalIdentifier.

func KSCPropNetIPSecLocalIdentifierType

func KSCPropNetIPSecLocalIdentifierType() obj.Object

KSCPropNetIPSecLocalIdentifierType returns the value of the constant kSCPropNetIPSecLocalIdentifierType.

func KSCPropNetIPSecRemoteAddress

func KSCPropNetIPSecRemoteAddress() obj.Object

KSCPropNetIPSecRemoteAddress returns the value of the constant kSCPropNetIPSecRemoteAddress.

func KSCPropNetIPSecSharedSecret

func KSCPropNetIPSecSharedSecret() obj.Object

KSCPropNetIPSecSharedSecret returns the value of the constant kSCPropNetIPSecSharedSecret.

func KSCPropNetIPSecSharedSecretEncryption

func KSCPropNetIPSecSharedSecretEncryption() obj.Object

KSCPropNetIPSecSharedSecretEncryption returns the value of the constant kSCPropNetIPSecSharedSecretEncryption.

func KSCPropNetIPSecStatus

func KSCPropNetIPSecStatus() obj.Object

KSCPropNetIPSecStatus returns the value of the constant kSCPropNetIPSecStatus.

func KSCPropNetIPSecXAuthEnabled

func KSCPropNetIPSecXAuthEnabled() obj.Object

KSCPropNetIPSecXAuthEnabled returns the value of the constant kSCPropNetIPSecXAuthEnabled.

func KSCPropNetIPSecXAuthName

func KSCPropNetIPSecXAuthName() obj.Object

KSCPropNetIPSecXAuthName returns the value of the constant kSCPropNetIPSecXAuthName.

func KSCPropNetIPSecXAuthPassword

func KSCPropNetIPSecXAuthPassword() obj.Object

KSCPropNetIPSecXAuthPassword returns the value of the constant kSCPropNetIPSecXAuthPassword.

func KSCPropNetIPSecXAuthPasswordEncryption

func KSCPropNetIPSecXAuthPasswordEncryption() obj.Object

KSCPropNetIPSecXAuthPasswordEncryption returns the value of the constant kSCPropNetIPSecXAuthPasswordEncryption.

func KSCPropNetIPv4Addresses

func KSCPropNetIPv4Addresses() obj.Object

KSCPropNetIPv4Addresses returns the value of the constant kSCPropNetIPv4Addresses.

func KSCPropNetIPv4BroadcastAddresses

func KSCPropNetIPv4BroadcastAddresses() obj.Object

KSCPropNetIPv4BroadcastAddresses returns the value of the constant kSCPropNetIPv4BroadcastAddresses.

func KSCPropNetIPv4ConfigMethod

func KSCPropNetIPv4ConfigMethod() obj.Object

KSCPropNetIPv4ConfigMethod returns the value of the constant kSCPropNetIPv4ConfigMethod.

func KSCPropNetIPv4DHCPClientID

func KSCPropNetIPv4DHCPClientID() obj.Object

KSCPropNetIPv4DHCPClientID returns the value of the constant kSCPropNetIPv4DHCPClientID.

func KSCPropNetIPv4DestAddresses

func KSCPropNetIPv4DestAddresses() obj.Object

KSCPropNetIPv4DestAddresses returns the value of the constant kSCPropNetIPv4DestAddresses.

func KSCPropNetIPv4Router

func KSCPropNetIPv4Router() obj.Object

KSCPropNetIPv4Router returns the value of the constant kSCPropNetIPv4Router.

func KSCPropNetIPv4SubnetMasks

func KSCPropNetIPv4SubnetMasks() obj.Object

KSCPropNetIPv4SubnetMasks returns the value of the constant kSCPropNetIPv4SubnetMasks.

func KSCPropNetIPv6Addresses

func KSCPropNetIPv6Addresses() obj.Object

KSCPropNetIPv6Addresses returns the value of the constant kSCPropNetIPv6Addresses.

func KSCPropNetIPv6ConfigMethod

func KSCPropNetIPv6ConfigMethod() obj.Object

KSCPropNetIPv6ConfigMethod returns the value of the constant kSCPropNetIPv6ConfigMethod.

func KSCPropNetIPv6DestAddresses

func KSCPropNetIPv6DestAddresses() obj.Object

KSCPropNetIPv6DestAddresses returns the value of the constant kSCPropNetIPv6DestAddresses.

func KSCPropNetIPv6Flags

func KSCPropNetIPv6Flags() obj.Object

KSCPropNetIPv6Flags returns the value of the constant kSCPropNetIPv6Flags.

func KSCPropNetIPv6PrefixLength

func KSCPropNetIPv6PrefixLength() obj.Object

KSCPropNetIPv6PrefixLength returns the value of the constant kSCPropNetIPv6PrefixLength.

func KSCPropNetIPv6Router

func KSCPropNetIPv6Router() obj.Object

KSCPropNetIPv6Router returns the value of the constant kSCPropNetIPv6Router.

func KSCPropNetInterfaceDeviceName

func KSCPropNetInterfaceDeviceName() obj.Object

KSCPropNetInterfaceDeviceName returns the value of the constant kSCPropNetInterfaceDeviceName.

func KSCPropNetInterfaceHardware

func KSCPropNetInterfaceHardware() obj.Object

KSCPropNetInterfaceHardware returns the value of the constant kSCPropNetInterfaceHardware.

func KSCPropNetInterfaceSubType

func KSCPropNetInterfaceSubType() obj.Object

KSCPropNetInterfaceSubType returns the value of the constant kSCPropNetInterfaceSubType.

func KSCPropNetInterfaceSupportsModemOnHold

func KSCPropNetInterfaceSupportsModemOnHold() obj.Object

KSCPropNetInterfaceSupportsModemOnHold returns the value of the constant kSCPropNetInterfaceSupportsModemOnHold.

func KSCPropNetInterfaceType

func KSCPropNetInterfaceType() obj.Object

KSCPropNetInterfaceType returns the value of the constant kSCPropNetInterfaceType.

func KSCPropNetInterfaces

func KSCPropNetInterfaces() obj.Object

KSCPropNetInterfaces returns the value of the constant kSCPropNetInterfaces.

func KSCPropNetL2TPIPSecSharedSecret

func KSCPropNetL2TPIPSecSharedSecret() obj.Object

KSCPropNetL2TPIPSecSharedSecret returns the value of the constant kSCPropNetL2TPIPSecSharedSecret.

func KSCPropNetL2TPIPSecSharedSecretEncryption

func KSCPropNetL2TPIPSecSharedSecretEncryption() obj.Object

KSCPropNetL2TPIPSecSharedSecretEncryption returns the value of the constant kSCPropNetL2TPIPSecSharedSecretEncryption.

func KSCPropNetL2TPTransport

func KSCPropNetL2TPTransport() obj.Object

KSCPropNetL2TPTransport returns the value of the constant kSCPropNetL2TPTransport.

func KSCPropNetLinkActive

func KSCPropNetLinkActive() obj.Object

KSCPropNetLinkActive returns the value of the constant kSCPropNetLinkActive.

func KSCPropNetLinkDetaching

func KSCPropNetLinkDetaching() obj.Object

KSCPropNetLinkDetaching returns the value of the constant kSCPropNetLinkDetaching.

func KSCPropNetLocalHostName

func KSCPropNetLocalHostName() obj.Object

KSCPropNetLocalHostName returns the value of the constant kSCPropNetLocalHostName.

func KSCPropNetModemAccessPointName

func KSCPropNetModemAccessPointName() obj.Object

KSCPropNetModemAccessPointName returns the value of the constant kSCPropNetModemAccessPointName.

func KSCPropNetModemConnectSpeed

func KSCPropNetModemConnectSpeed() obj.Object

KSCPropNetModemConnectSpeed returns the value of the constant kSCPropNetModemConnectSpeed.

func KSCPropNetModemConnectionPersonality

func KSCPropNetModemConnectionPersonality() obj.Object

KSCPropNetModemConnectionPersonality returns the value of the constant kSCPropNetModemConnectionPersonality.

func KSCPropNetModemConnectionScript

func KSCPropNetModemConnectionScript() obj.Object

KSCPropNetModemConnectionScript returns the value of the constant kSCPropNetModemConnectionScript.

func KSCPropNetModemDataCompression

func KSCPropNetModemDataCompression() obj.Object

KSCPropNetModemDataCompression returns the value of the constant kSCPropNetModemDataCompression.

func KSCPropNetModemDeviceContextID

func KSCPropNetModemDeviceContextID() obj.Object

KSCPropNetModemDeviceContextID returns the value of the constant kSCPropNetModemDeviceContextID.

func KSCPropNetModemDeviceModel

func KSCPropNetModemDeviceModel() obj.Object

KSCPropNetModemDeviceModel returns the value of the constant kSCPropNetModemDeviceModel.

func KSCPropNetModemDeviceVendor

func KSCPropNetModemDeviceVendor() obj.Object

KSCPropNetModemDeviceVendor returns the value of the constant kSCPropNetModemDeviceVendor.

func KSCPropNetModemDialMode

func KSCPropNetModemDialMode() obj.Object

KSCPropNetModemDialMode returns the value of the constant kSCPropNetModemDialMode.

func KSCPropNetModemErrorCorrection

func KSCPropNetModemErrorCorrection() obj.Object

KSCPropNetModemErrorCorrection returns the value of the constant kSCPropNetModemErrorCorrection.

func KSCPropNetModemHoldCallWaitingAudibleAlert

func KSCPropNetModemHoldCallWaitingAudibleAlert() obj.Object

KSCPropNetModemHoldCallWaitingAudibleAlert returns the value of the constant kSCPropNetModemHoldCallWaitingAudibleAlert.

func KSCPropNetModemHoldDisconnectOnAnswer

func KSCPropNetModemHoldDisconnectOnAnswer() obj.Object

KSCPropNetModemHoldDisconnectOnAnswer returns the value of the constant kSCPropNetModemHoldDisconnectOnAnswer.

func KSCPropNetModemHoldEnabled

func KSCPropNetModemHoldEnabled() obj.Object

KSCPropNetModemHoldEnabled returns the value of the constant kSCPropNetModemHoldEnabled.

func KSCPropNetModemHoldReminder

func KSCPropNetModemHoldReminder() obj.Object

KSCPropNetModemHoldReminder returns the value of the constant kSCPropNetModemHoldReminder.

func KSCPropNetModemHoldReminderTime

func KSCPropNetModemHoldReminderTime() obj.Object

KSCPropNetModemHoldReminderTime returns the value of the constant kSCPropNetModemHoldReminderTime.

func KSCPropNetModemNote

func KSCPropNetModemNote() obj.Object

KSCPropNetModemNote returns the value of the constant kSCPropNetModemNote.

func KSCPropNetModemPulseDial

func KSCPropNetModemPulseDial() obj.Object

KSCPropNetModemPulseDial returns the value of the constant kSCPropNetModemPulseDial.

func KSCPropNetModemSpeaker

func KSCPropNetModemSpeaker() obj.Object

KSCPropNetModemSpeaker returns the value of the constant kSCPropNetModemSpeaker.

func KSCPropNetModemSpeed

func KSCPropNetModemSpeed() obj.Object

KSCPropNetModemSpeed returns the value of the constant kSCPropNetModemSpeed.

func KSCPropNetOverridePrimary

func KSCPropNetOverridePrimary() obj.Object

KSCPropNetOverridePrimary returns the value of the constant kSCPropNetOverridePrimary.

func KSCPropNetPPPACSPEnabled

func KSCPropNetPPPACSPEnabled() obj.Object

KSCPropNetPPPACSPEnabled returns the value of the constant kSCPropNetPPPACSPEnabled.

func KSCPropNetPPPAuthEAPPlugins

func KSCPropNetPPPAuthEAPPlugins() obj.Object

KSCPropNetPPPAuthEAPPlugins returns the value of the constant kSCPropNetPPPAuthEAPPlugins.

func KSCPropNetPPPAuthName

func KSCPropNetPPPAuthName() obj.Object

KSCPropNetPPPAuthName returns the value of the constant kSCPropNetPPPAuthName.

func KSCPropNetPPPAuthPassword

func KSCPropNetPPPAuthPassword() obj.Object

KSCPropNetPPPAuthPassword returns the value of the constant kSCPropNetPPPAuthPassword.

func KSCPropNetPPPAuthPasswordEncryption

func KSCPropNetPPPAuthPasswordEncryption() obj.Object

KSCPropNetPPPAuthPasswordEncryption returns the value of the constant kSCPropNetPPPAuthPasswordEncryption.

func KSCPropNetPPPAuthPrompt

func KSCPropNetPPPAuthPrompt() obj.Object

KSCPropNetPPPAuthPrompt returns the value of the constant kSCPropNetPPPAuthPrompt.

func KSCPropNetPPPAuthProtocol

func KSCPropNetPPPAuthProtocol() obj.Object

KSCPropNetPPPAuthProtocol returns the value of the constant kSCPropNetPPPAuthProtocol.

func KSCPropNetPPPCCPEnabled

func KSCPropNetPPPCCPEnabled() obj.Object

KSCPropNetPPPCCPEnabled returns the value of the constant kSCPropNetPPPCCPEnabled.

func KSCPropNetPPPCCPMPPE40Enabled

func KSCPropNetPPPCCPMPPE40Enabled() obj.Object

KSCPropNetPPPCCPMPPE40Enabled returns the value of the constant kSCPropNetPPPCCPMPPE40Enabled.

func KSCPropNetPPPCCPMPPE128Enabled

func KSCPropNetPPPCCPMPPE128Enabled() obj.Object

KSCPropNetPPPCCPMPPE128Enabled returns the value of the constant kSCPropNetPPPCCPMPPE128Enabled.

func KSCPropNetPPPCommAlternateRemoteAddress

func KSCPropNetPPPCommAlternateRemoteAddress() obj.Object

KSCPropNetPPPCommAlternateRemoteAddress returns the value of the constant kSCPropNetPPPCommAlternateRemoteAddress.

func KSCPropNetPPPCommConnectDelay

func KSCPropNetPPPCommConnectDelay() obj.Object

KSCPropNetPPPCommConnectDelay returns the value of the constant kSCPropNetPPPCommConnectDelay.

func KSCPropNetPPPCommDisplayTerminalWindow

func KSCPropNetPPPCommDisplayTerminalWindow() obj.Object

KSCPropNetPPPCommDisplayTerminalWindow returns the value of the constant kSCPropNetPPPCommDisplayTerminalWindow.

func KSCPropNetPPPCommRedialCount

func KSCPropNetPPPCommRedialCount() obj.Object

KSCPropNetPPPCommRedialCount returns the value of the constant kSCPropNetPPPCommRedialCount.

func KSCPropNetPPPCommRedialEnabled

func KSCPropNetPPPCommRedialEnabled() obj.Object

KSCPropNetPPPCommRedialEnabled returns the value of the constant kSCPropNetPPPCommRedialEnabled.

func KSCPropNetPPPCommRedialInterval

func KSCPropNetPPPCommRedialInterval() obj.Object

KSCPropNetPPPCommRedialInterval returns the value of the constant kSCPropNetPPPCommRedialInterval.

func KSCPropNetPPPCommRemoteAddress

func KSCPropNetPPPCommRemoteAddress() obj.Object

KSCPropNetPPPCommRemoteAddress returns the value of the constant kSCPropNetPPPCommRemoteAddress.

func KSCPropNetPPPCommTerminalScript

func KSCPropNetPPPCommTerminalScript() obj.Object

KSCPropNetPPPCommTerminalScript returns the value of the constant kSCPropNetPPPCommTerminalScript.

func KSCPropNetPPPCommUseTerminalScript

func KSCPropNetPPPCommUseTerminalScript() obj.Object

KSCPropNetPPPCommUseTerminalScript returns the value of the constant kSCPropNetPPPCommUseTerminalScript.

func KSCPropNetPPPConnectTime

func KSCPropNetPPPConnectTime() obj.Object

KSCPropNetPPPConnectTime returns the value of the constant kSCPropNetPPPConnectTime.

func KSCPropNetPPPDeviceLastCause

func KSCPropNetPPPDeviceLastCause() obj.Object

KSCPropNetPPPDeviceLastCause returns the value of the constant kSCPropNetPPPDeviceLastCause.

func KSCPropNetPPPDialOnDemand

func KSCPropNetPPPDialOnDemand() obj.Object

KSCPropNetPPPDialOnDemand returns the value of the constant kSCPropNetPPPDialOnDemand.

func KSCPropNetPPPDisconnectOnFastUserSwitch

func KSCPropNetPPPDisconnectOnFastUserSwitch() obj.Object

KSCPropNetPPPDisconnectOnFastUserSwitch returns the value of the constant kSCPropNetPPPDisconnectOnFastUserSwitch.

func KSCPropNetPPPDisconnectOnIdle

func KSCPropNetPPPDisconnectOnIdle() obj.Object

KSCPropNetPPPDisconnectOnIdle returns the value of the constant kSCPropNetPPPDisconnectOnIdle.

func KSCPropNetPPPDisconnectOnIdleTimer

func KSCPropNetPPPDisconnectOnIdleTimer() obj.Object

KSCPropNetPPPDisconnectOnIdleTimer returns the value of the constant kSCPropNetPPPDisconnectOnIdleTimer.

func KSCPropNetPPPDisconnectOnLogout

func KSCPropNetPPPDisconnectOnLogout() obj.Object

KSCPropNetPPPDisconnectOnLogout returns the value of the constant kSCPropNetPPPDisconnectOnLogout.

func KSCPropNetPPPDisconnectOnSleep

func KSCPropNetPPPDisconnectOnSleep() obj.Object

KSCPropNetPPPDisconnectOnSleep returns the value of the constant kSCPropNetPPPDisconnectOnSleep.

func KSCPropNetPPPDisconnectTime

func KSCPropNetPPPDisconnectTime() obj.Object

KSCPropNetPPPDisconnectTime returns the value of the constant kSCPropNetPPPDisconnectTime.

func KSCPropNetPPPIPCPCompressionVJ

func KSCPropNetPPPIPCPCompressionVJ() obj.Object

KSCPropNetPPPIPCPCompressionVJ returns the value of the constant kSCPropNetPPPIPCPCompressionVJ.

func KSCPropNetPPPIPCPUsePeerDNS

func KSCPropNetPPPIPCPUsePeerDNS() obj.Object

KSCPropNetPPPIPCPUsePeerDNS returns the value of the constant kSCPropNetPPPIPCPUsePeerDNS.

func KSCPropNetPPPIdleReminder

func KSCPropNetPPPIdleReminder() obj.Object

KSCPropNetPPPIdleReminder returns the value of the constant kSCPropNetPPPIdleReminder.

func KSCPropNetPPPIdleReminderTimer

func KSCPropNetPPPIdleReminderTimer() obj.Object

KSCPropNetPPPIdleReminderTimer returns the value of the constant kSCPropNetPPPIdleReminderTimer.

func KSCPropNetPPPLCPCompressionACField

func KSCPropNetPPPLCPCompressionACField() obj.Object

KSCPropNetPPPLCPCompressionACField returns the value of the constant kSCPropNetPPPLCPCompressionACField.

func KSCPropNetPPPLCPCompressionPField

func KSCPropNetPPPLCPCompressionPField() obj.Object

KSCPropNetPPPLCPCompressionPField returns the value of the constant kSCPropNetPPPLCPCompressionPField.

func KSCPropNetPPPLCPEchoEnabled

func KSCPropNetPPPLCPEchoEnabled() obj.Object

KSCPropNetPPPLCPEchoEnabled returns the value of the constant kSCPropNetPPPLCPEchoEnabled.

func KSCPropNetPPPLCPEchoFailure

func KSCPropNetPPPLCPEchoFailure() obj.Object

KSCPropNetPPPLCPEchoFailure returns the value of the constant kSCPropNetPPPLCPEchoFailure.

func KSCPropNetPPPLCPEchoInterval

func KSCPropNetPPPLCPEchoInterval() obj.Object

KSCPropNetPPPLCPEchoInterval returns the value of the constant kSCPropNetPPPLCPEchoInterval.

func KSCPropNetPPPLCPMRU

func KSCPropNetPPPLCPMRU() obj.Object

KSCPropNetPPPLCPMRU returns the value of the constant kSCPropNetPPPLCPMRU.

func KSCPropNetPPPLCPMTU

func KSCPropNetPPPLCPMTU() obj.Object

KSCPropNetPPPLCPMTU returns the value of the constant kSCPropNetPPPLCPMTU.

func KSCPropNetPPPLCPReceiveACCM

func KSCPropNetPPPLCPReceiveACCM() obj.Object

KSCPropNetPPPLCPReceiveACCM returns the value of the constant kSCPropNetPPPLCPReceiveACCM.

func KSCPropNetPPPLCPTransmitACCM

func KSCPropNetPPPLCPTransmitACCM() obj.Object

KSCPropNetPPPLCPTransmitACCM returns the value of the constant kSCPropNetPPPLCPTransmitACCM.

func KSCPropNetPPPLastCause

func KSCPropNetPPPLastCause() obj.Object

KSCPropNetPPPLastCause returns the value of the constant kSCPropNetPPPLastCause.

func KSCPropNetPPPLogfile

func KSCPropNetPPPLogfile() obj.Object

KSCPropNetPPPLogfile returns the value of the constant kSCPropNetPPPLogfile.

func KSCPropNetPPPOverridePrimary

func KSCPropNetPPPOverridePrimary() obj.Object

KSCPropNetPPPOverridePrimary returns the value of the constant kSCPropNetPPPOverridePrimary.

func KSCPropNetPPPPlugins

func KSCPropNetPPPPlugins() obj.Object

KSCPropNetPPPPlugins returns the value of the constant kSCPropNetPPPPlugins.

func KSCPropNetPPPRetryConnectTime

func KSCPropNetPPPRetryConnectTime() obj.Object

KSCPropNetPPPRetryConnectTime returns the value of the constant kSCPropNetPPPRetryConnectTime.

func KSCPropNetPPPSessionTimer

func KSCPropNetPPPSessionTimer() obj.Object

KSCPropNetPPPSessionTimer returns the value of the constant kSCPropNetPPPSessionTimer.

func KSCPropNetPPPStatus

func KSCPropNetPPPStatus() obj.Object

KSCPropNetPPPStatus returns the value of the constant kSCPropNetPPPStatus.

func KSCPropNetPPPUseSessionTimer

func KSCPropNetPPPUseSessionTimer() obj.Object

KSCPropNetPPPUseSessionTimer returns the value of the constant kSCPropNetPPPUseSessionTimer.

func KSCPropNetPPPVerboseLogging

func KSCPropNetPPPVerboseLogging() obj.Object

KSCPropNetPPPVerboseLogging returns the value of the constant kSCPropNetPPPVerboseLogging.

func KSCPropNetProxiesExceptionsList

func KSCPropNetProxiesExceptionsList() obj.Object

KSCPropNetProxiesExceptionsList returns the value of the constant kSCPropNetProxiesExceptionsList.

func KSCPropNetProxiesExcludeSimpleHostnames

func KSCPropNetProxiesExcludeSimpleHostnames() obj.Object

KSCPropNetProxiesExcludeSimpleHostnames returns the value of the constant kSCPropNetProxiesExcludeSimpleHostnames.

func KSCPropNetProxiesFTPEnable

func KSCPropNetProxiesFTPEnable() obj.Object

KSCPropNetProxiesFTPEnable returns the value of the constant kSCPropNetProxiesFTPEnable.

func KSCPropNetProxiesFTPPassive

func KSCPropNetProxiesFTPPassive() obj.Object

KSCPropNetProxiesFTPPassive returns the value of the constant kSCPropNetProxiesFTPPassive.

func KSCPropNetProxiesFTPPort

func KSCPropNetProxiesFTPPort() obj.Object

KSCPropNetProxiesFTPPort returns the value of the constant kSCPropNetProxiesFTPPort.

func KSCPropNetProxiesFTPProxy

func KSCPropNetProxiesFTPProxy() obj.Object

KSCPropNetProxiesFTPProxy returns the value of the constant kSCPropNetProxiesFTPProxy.

func KSCPropNetProxiesFTPUser

func KSCPropNetProxiesFTPUser() obj.Object

KSCPropNetProxiesFTPUser returns the value of the constant kSCPropNetProxiesFTPUser.

func KSCPropNetProxiesGopherEnable

func KSCPropNetProxiesGopherEnable() obj.Object

KSCPropNetProxiesGopherEnable returns the value of the constant kSCPropNetProxiesGopherEnable.

func KSCPropNetProxiesGopherPort

func KSCPropNetProxiesGopherPort() obj.Object

KSCPropNetProxiesGopherPort returns the value of the constant kSCPropNetProxiesGopherPort.

func KSCPropNetProxiesGopherProxy

func KSCPropNetProxiesGopherProxy() obj.Object

KSCPropNetProxiesGopherProxy returns the value of the constant kSCPropNetProxiesGopherProxy.

func KSCPropNetProxiesGopherUser

func KSCPropNetProxiesGopherUser() obj.Object

KSCPropNetProxiesGopherUser returns the value of the constant kSCPropNetProxiesGopherUser.

func KSCPropNetProxiesHTTPEnable

func KSCPropNetProxiesHTTPEnable() obj.Object

KSCPropNetProxiesHTTPEnable returns the value of the constant kSCPropNetProxiesHTTPEnable.

func KSCPropNetProxiesHTTPPort

func KSCPropNetProxiesHTTPPort() obj.Object

KSCPropNetProxiesHTTPPort returns the value of the constant kSCPropNetProxiesHTTPPort.

func KSCPropNetProxiesHTTPProxy

func KSCPropNetProxiesHTTPProxy() obj.Object

KSCPropNetProxiesHTTPProxy returns the value of the constant kSCPropNetProxiesHTTPProxy.

func KSCPropNetProxiesHTTPSEnable

func KSCPropNetProxiesHTTPSEnable() obj.Object

KSCPropNetProxiesHTTPSEnable returns the value of the constant kSCPropNetProxiesHTTPSEnable.

func KSCPropNetProxiesHTTPSPort

func KSCPropNetProxiesHTTPSPort() obj.Object

KSCPropNetProxiesHTTPSPort returns the value of the constant kSCPropNetProxiesHTTPSPort.

func KSCPropNetProxiesHTTPSProxy

func KSCPropNetProxiesHTTPSProxy() obj.Object

KSCPropNetProxiesHTTPSProxy returns the value of the constant kSCPropNetProxiesHTTPSProxy.

func KSCPropNetProxiesHTTPSUser

func KSCPropNetProxiesHTTPSUser() obj.Object

KSCPropNetProxiesHTTPSUser returns the value of the constant kSCPropNetProxiesHTTPSUser.

func KSCPropNetProxiesHTTPUser

func KSCPropNetProxiesHTTPUser() obj.Object

KSCPropNetProxiesHTTPUser returns the value of the constant kSCPropNetProxiesHTTPUser.

func KSCPropNetProxiesProxyAutoConfigEnable

func KSCPropNetProxiesProxyAutoConfigEnable() obj.Object

KSCPropNetProxiesProxyAutoConfigEnable returns the value of the constant kSCPropNetProxiesProxyAutoConfigEnable.

func KSCPropNetProxiesProxyAutoConfigJavaScript

func KSCPropNetProxiesProxyAutoConfigJavaScript() obj.Object

KSCPropNetProxiesProxyAutoConfigJavaScript returns the value of the constant kSCPropNetProxiesProxyAutoConfigJavaScript.

func KSCPropNetProxiesProxyAutoConfigURLString

func KSCPropNetProxiesProxyAutoConfigURLString() obj.Object

KSCPropNetProxiesProxyAutoConfigURLString returns the value of the constant kSCPropNetProxiesProxyAutoConfigURLString.

func KSCPropNetProxiesProxyAutoDiscoveryEnable

func KSCPropNetProxiesProxyAutoDiscoveryEnable() obj.Object

KSCPropNetProxiesProxyAutoDiscoveryEnable returns the value of the constant kSCPropNetProxiesProxyAutoDiscoveryEnable.

func KSCPropNetProxiesRTSPEnable

func KSCPropNetProxiesRTSPEnable() obj.Object

KSCPropNetProxiesRTSPEnable returns the value of the constant kSCPropNetProxiesRTSPEnable.

func KSCPropNetProxiesRTSPPort

func KSCPropNetProxiesRTSPPort() obj.Object

KSCPropNetProxiesRTSPPort returns the value of the constant kSCPropNetProxiesRTSPPort.

func KSCPropNetProxiesRTSPProxy

func KSCPropNetProxiesRTSPProxy() obj.Object

KSCPropNetProxiesRTSPProxy returns the value of the constant kSCPropNetProxiesRTSPProxy.

func KSCPropNetProxiesRTSPUser

func KSCPropNetProxiesRTSPUser() obj.Object

KSCPropNetProxiesRTSPUser returns the value of the constant kSCPropNetProxiesRTSPUser.

func KSCPropNetProxiesSOCKSEnable

func KSCPropNetProxiesSOCKSEnable() obj.Object

KSCPropNetProxiesSOCKSEnable returns the value of the constant kSCPropNetProxiesSOCKSEnable.

func KSCPropNetProxiesSOCKSPort

func KSCPropNetProxiesSOCKSPort() obj.Object

KSCPropNetProxiesSOCKSPort returns the value of the constant kSCPropNetProxiesSOCKSPort.

func KSCPropNetProxiesSOCKSProxy

func KSCPropNetProxiesSOCKSProxy() obj.Object

KSCPropNetProxiesSOCKSProxy returns the value of the constant kSCPropNetProxiesSOCKSProxy.

func KSCPropNetProxiesSOCKSUser

func KSCPropNetProxiesSOCKSUser() obj.Object

KSCPropNetProxiesSOCKSUser returns the value of the constant kSCPropNetProxiesSOCKSUser.

func KSCPropNetSMBNetBIOSName

func KSCPropNetSMBNetBIOSName() obj.Object

KSCPropNetSMBNetBIOSName returns the value of the constant kSCPropNetSMBNetBIOSName.

func KSCPropNetSMBNetBIOSNodeType

func KSCPropNetSMBNetBIOSNodeType() obj.Object

KSCPropNetSMBNetBIOSNodeType returns the value of the constant kSCPropNetSMBNetBIOSNodeType.

func KSCPropNetSMBNetBIOSScope

func KSCPropNetSMBNetBIOSScope() obj.Object

KSCPropNetSMBNetBIOSScope returns the value of the constant kSCPropNetSMBNetBIOSScope.

func KSCPropNetSMBWINSAddresses

func KSCPropNetSMBWINSAddresses() obj.Object

KSCPropNetSMBWINSAddresses returns the value of the constant kSCPropNetSMBWINSAddresses.

func KSCPropNetSMBWorkgroup

func KSCPropNetSMBWorkgroup() obj.Object

KSCPropNetSMBWorkgroup returns the value of the constant kSCPropNetSMBWorkgroup.

func KSCPropNetServiceOrder

func KSCPropNetServiceOrder() obj.Object

KSCPropNetServiceOrder returns the value of the constant kSCPropNetServiceOrder.

func KSCPropSystemComputerName

func KSCPropSystemComputerName() obj.Object

KSCPropSystemComputerName returns the value of the constant kSCPropSystemComputerName.

func KSCPropSystemComputerNameEncoding

func KSCPropSystemComputerNameEncoding() obj.Object

KSCPropSystemComputerNameEncoding returns the value of the constant kSCPropSystemComputerNameEncoding.

func KSCPropUserDefinedName

func KSCPropUserDefinedName() obj.Object

KSCPropUserDefinedName returns the value of the constant kSCPropUserDefinedName.

func KSCPropUsersConsoleUserGID

func KSCPropUsersConsoleUserGID() obj.Object

KSCPropUsersConsoleUserGID returns the value of the constant kSCPropUsersConsoleUserGID.

func KSCPropUsersConsoleUserName

func KSCPropUsersConsoleUserName() obj.Object

KSCPropUsersConsoleUserName returns the value of the constant kSCPropUsersConsoleUserName.

func KSCPropUsersConsoleUserUID

func KSCPropUsersConsoleUserUID() obj.Object

KSCPropUsersConsoleUserUID returns the value of the constant kSCPropUsersConsoleUserUID.

func KSCPropVersion

func KSCPropVersion() obj.Object

KSCPropVersion returns the value of the constant kSCPropVersion.

func KSCResvInactive

func KSCResvInactive() obj.Object

KSCResvInactive returns the value of the constant kSCResvInactive.

func KSCResvLink() obj.Object

KSCResvLink returns the value of the constant kSCResvLink.

func KSCValNetAirPortAuthPasswordEncryptionKeychain

func KSCValNetAirPortAuthPasswordEncryptionKeychain() obj.Object

KSCValNetAirPortAuthPasswordEncryptionKeychain returns the value of the constant kSCValNetAirPortAuthPasswordEncryptionKeychain.

func KSCValNetAirPortJoinModeAutomatic

func KSCValNetAirPortJoinModeAutomatic() obj.Object

KSCValNetAirPortJoinModeAutomatic returns the value of the constant kSCValNetAirPortJoinModeAutomatic.

func KSCValNetAirPortJoinModePreferred

func KSCValNetAirPortJoinModePreferred() obj.Object

KSCValNetAirPortJoinModePreferred returns the value of the constant kSCValNetAirPortJoinModePreferred.

func KSCValNetAirPortJoinModeRanked

func KSCValNetAirPortJoinModeRanked() obj.Object

KSCValNetAirPortJoinModeRanked returns the value of the constant kSCValNetAirPortJoinModeRanked.

func KSCValNetAirPortJoinModeRecent

func KSCValNetAirPortJoinModeRecent() obj.Object

KSCValNetAirPortJoinModeRecent returns the value of the constant kSCValNetAirPortJoinModeRecent.

func KSCValNetAirPortJoinModeStrongest

func KSCValNetAirPortJoinModeStrongest() obj.Object

KSCValNetAirPortJoinModeStrongest returns the value of the constant kSCValNetAirPortJoinModeStrongest.

func KSCValNetIPSecAuthenticationMethodCertificate

func KSCValNetIPSecAuthenticationMethodCertificate() obj.Object

KSCValNetIPSecAuthenticationMethodCertificate returns the value of the constant kSCValNetIPSecAuthenticationMethodCertificate.

func KSCValNetIPSecAuthenticationMethodHybrid

func KSCValNetIPSecAuthenticationMethodHybrid() obj.Object

KSCValNetIPSecAuthenticationMethodHybrid returns the value of the constant kSCValNetIPSecAuthenticationMethodHybrid.

func KSCValNetIPSecAuthenticationMethodSharedSecret

func KSCValNetIPSecAuthenticationMethodSharedSecret() obj.Object

KSCValNetIPSecAuthenticationMethodSharedSecret returns the value of the constant kSCValNetIPSecAuthenticationMethodSharedSecret.

func KSCValNetIPSecLocalIdentifierTypeKeyID

func KSCValNetIPSecLocalIdentifierTypeKeyID() obj.Object

KSCValNetIPSecLocalIdentifierTypeKeyID returns the value of the constant kSCValNetIPSecLocalIdentifierTypeKeyID.

func KSCValNetIPSecSharedSecretEncryptionKeychain

func KSCValNetIPSecSharedSecretEncryptionKeychain() obj.Object

KSCValNetIPSecSharedSecretEncryptionKeychain returns the value of the constant kSCValNetIPSecSharedSecretEncryptionKeychain.

func KSCValNetIPSecXAuthPasswordEncryptionKeychain

func KSCValNetIPSecXAuthPasswordEncryptionKeychain() obj.Object

KSCValNetIPSecXAuthPasswordEncryptionKeychain returns the value of the constant kSCValNetIPSecXAuthPasswordEncryptionKeychain.

func KSCValNetIPSecXAuthPasswordEncryptionPrompt

func KSCValNetIPSecXAuthPasswordEncryptionPrompt() obj.Object

KSCValNetIPSecXAuthPasswordEncryptionPrompt returns the value of the constant kSCValNetIPSecXAuthPasswordEncryptionPrompt.

func KSCValNetIPv4ConfigMethodAutomatic

func KSCValNetIPv4ConfigMethodAutomatic() obj.Object

KSCValNetIPv4ConfigMethodAutomatic returns the value of the constant kSCValNetIPv4ConfigMethodAutomatic.

func KSCValNetIPv4ConfigMethodBOOTP

func KSCValNetIPv4ConfigMethodBOOTP() obj.Object

KSCValNetIPv4ConfigMethodBOOTP returns the value of the constant kSCValNetIPv4ConfigMethodBOOTP.

func KSCValNetIPv4ConfigMethodDHCP

func KSCValNetIPv4ConfigMethodDHCP() obj.Object

KSCValNetIPv4ConfigMethodDHCP returns the value of the constant kSCValNetIPv4ConfigMethodDHCP.

func KSCValNetIPv4ConfigMethodINFORM

func KSCValNetIPv4ConfigMethodINFORM() obj.Object

KSCValNetIPv4ConfigMethodINFORM returns the value of the constant kSCValNetIPv4ConfigMethodINFORM.

func KSCValNetIPv4ConfigMethodLinkLocal

func KSCValNetIPv4ConfigMethodLinkLocal() obj.Object

KSCValNetIPv4ConfigMethodLinkLocal returns the value of the constant kSCValNetIPv4ConfigMethodLinkLocal.

func KSCValNetIPv4ConfigMethodManual

func KSCValNetIPv4ConfigMethodManual() obj.Object

KSCValNetIPv4ConfigMethodManual returns the value of the constant kSCValNetIPv4ConfigMethodManual.

func KSCValNetIPv4ConfigMethodPPP

func KSCValNetIPv4ConfigMethodPPP() obj.Object

KSCValNetIPv4ConfigMethodPPP returns the value of the constant kSCValNetIPv4ConfigMethodPPP.

func KSCValNetIPv6ConfigMethod6to4

func KSCValNetIPv6ConfigMethod6to4() obj.Object

KSCValNetIPv6ConfigMethod6to4 returns the value of the constant kSCValNetIPv6ConfigMethod6to4.

func KSCValNetIPv6ConfigMethodAutomatic

func KSCValNetIPv6ConfigMethodAutomatic() obj.Object

KSCValNetIPv6ConfigMethodAutomatic returns the value of the constant kSCValNetIPv6ConfigMethodAutomatic.

func KSCValNetIPv6ConfigMethodLinkLocal

func KSCValNetIPv6ConfigMethodLinkLocal() obj.Object

KSCValNetIPv6ConfigMethodLinkLocal returns the value of the constant kSCValNetIPv6ConfigMethodLinkLocal.

func KSCValNetIPv6ConfigMethodManual

func KSCValNetIPv6ConfigMethodManual() obj.Object

KSCValNetIPv6ConfigMethodManual returns the value of the constant kSCValNetIPv6ConfigMethodManual.

func KSCValNetIPv6ConfigMethodRouterAdvertisement

func KSCValNetIPv6ConfigMethodRouterAdvertisement() obj.Object

KSCValNetIPv6ConfigMethodRouterAdvertisement returns the value of the constant kSCValNetIPv6ConfigMethodRouterAdvertisement.

func KSCValNetInterfaceSubTypeL2TP

func KSCValNetInterfaceSubTypeL2TP() obj.Object

KSCValNetInterfaceSubTypeL2TP returns the value of the constant kSCValNetInterfaceSubTypeL2TP.

func KSCValNetInterfaceSubTypePPPSerial

func KSCValNetInterfaceSubTypePPPSerial() obj.Object

KSCValNetInterfaceSubTypePPPSerial returns the value of the constant kSCValNetInterfaceSubTypePPPSerial.

func KSCValNetInterfaceSubTypePPPoE

func KSCValNetInterfaceSubTypePPPoE() obj.Object

KSCValNetInterfaceSubTypePPPoE returns the value of the constant kSCValNetInterfaceSubTypePPPoE.

func KSCValNetInterfaceSubTypePPTP

func KSCValNetInterfaceSubTypePPTP() obj.Object

KSCValNetInterfaceSubTypePPTP returns the value of the constant kSCValNetInterfaceSubTypePPTP.

func KSCValNetInterfaceType6to4

func KSCValNetInterfaceType6to4() obj.Object

KSCValNetInterfaceType6to4 returns the value of the constant kSCValNetInterfaceType6to4.

func KSCValNetInterfaceTypeEthernet

func KSCValNetInterfaceTypeEthernet() obj.Object

KSCValNetInterfaceTypeEthernet returns the value of the constant kSCValNetInterfaceTypeEthernet.

func KSCValNetInterfaceTypeFireWire

func KSCValNetInterfaceTypeFireWire() obj.Object

KSCValNetInterfaceTypeFireWire returns the value of the constant kSCValNetInterfaceTypeFireWire.

func KSCValNetInterfaceTypeIPSec

func KSCValNetInterfaceTypeIPSec() obj.Object

KSCValNetInterfaceTypeIPSec returns the value of the constant kSCValNetInterfaceTypeIPSec.

func KSCValNetInterfaceTypePPP

func KSCValNetInterfaceTypePPP() obj.Object

KSCValNetInterfaceTypePPP returns the value of the constant kSCValNetInterfaceTypePPP.

func KSCValNetL2TPIPSecSharedSecretEncryptionKeychain

func KSCValNetL2TPIPSecSharedSecretEncryptionKeychain() obj.Object

KSCValNetL2TPIPSecSharedSecretEncryptionKeychain returns the value of the constant kSCValNetL2TPIPSecSharedSecretEncryptionKeychain.

func KSCValNetL2TPTransportIP

func KSCValNetL2TPTransportIP() obj.Object

KSCValNetL2TPTransportIP returns the value of the constant kSCValNetL2TPTransportIP.

func KSCValNetL2TPTransportIPSec

func KSCValNetL2TPTransportIPSec() obj.Object

KSCValNetL2TPTransportIPSec returns the value of the constant kSCValNetL2TPTransportIPSec.

func KSCValNetModemDialModeIgnoreDialTone

func KSCValNetModemDialModeIgnoreDialTone() obj.Object

KSCValNetModemDialModeIgnoreDialTone returns the value of the constant kSCValNetModemDialModeIgnoreDialTone.

func KSCValNetModemDialModeManual

func KSCValNetModemDialModeManual() obj.Object

KSCValNetModemDialModeManual returns the value of the constant kSCValNetModemDialModeManual.

func KSCValNetModemDialModeWaitForDialTone

func KSCValNetModemDialModeWaitForDialTone() obj.Object

KSCValNetModemDialModeWaitForDialTone returns the value of the constant kSCValNetModemDialModeWaitForDialTone.

func KSCValNetPPPAuthPasswordEncryptionKeychain

func KSCValNetPPPAuthPasswordEncryptionKeychain() obj.Object

KSCValNetPPPAuthPasswordEncryptionKeychain returns the value of the constant kSCValNetPPPAuthPasswordEncryptionKeychain.

func KSCValNetPPPAuthPasswordEncryptionToken

func KSCValNetPPPAuthPasswordEncryptionToken() obj.Object

KSCValNetPPPAuthPasswordEncryptionToken returns the value of the constant kSCValNetPPPAuthPasswordEncryptionToken.

func KSCValNetPPPAuthPromptAfter

func KSCValNetPPPAuthPromptAfter() obj.Object

KSCValNetPPPAuthPromptAfter returns the value of the constant kSCValNetPPPAuthPromptAfter.

func KSCValNetPPPAuthPromptBefore

func KSCValNetPPPAuthPromptBefore() obj.Object

KSCValNetPPPAuthPromptBefore returns the value of the constant kSCValNetPPPAuthPromptBefore.

func KSCValNetPPPAuthProtocolCHAP

func KSCValNetPPPAuthProtocolCHAP() obj.Object

KSCValNetPPPAuthProtocolCHAP returns the value of the constant kSCValNetPPPAuthProtocolCHAP.

func KSCValNetPPPAuthProtocolEAP

func KSCValNetPPPAuthProtocolEAP() obj.Object

KSCValNetPPPAuthProtocolEAP returns the value of the constant kSCValNetPPPAuthProtocolEAP.

func KSCValNetPPPAuthProtocolMSCHAP1

func KSCValNetPPPAuthProtocolMSCHAP1() obj.Object

KSCValNetPPPAuthProtocolMSCHAP1 returns the value of the constant kSCValNetPPPAuthProtocolMSCHAP1.

func KSCValNetPPPAuthProtocolMSCHAP2

func KSCValNetPPPAuthProtocolMSCHAP2() obj.Object

KSCValNetPPPAuthProtocolMSCHAP2 returns the value of the constant kSCValNetPPPAuthProtocolMSCHAP2.

func KSCValNetPPPAuthProtocolPAP

func KSCValNetPPPAuthProtocolPAP() obj.Object

KSCValNetPPPAuthProtocolPAP returns the value of the constant kSCValNetPPPAuthProtocolPAP.

func KSCValNetSMBNetBIOSNodeTypeBroadcast

func KSCValNetSMBNetBIOSNodeTypeBroadcast() obj.Object

KSCValNetSMBNetBIOSNodeTypeBroadcast returns the value of the constant kSCValNetSMBNetBIOSNodeTypeBroadcast.

func KSCValNetSMBNetBIOSNodeTypeHybrid

func KSCValNetSMBNetBIOSNodeTypeHybrid() obj.Object

KSCValNetSMBNetBIOSNodeTypeHybrid returns the value of the constant kSCValNetSMBNetBIOSNodeTypeHybrid.

func KSCValNetSMBNetBIOSNodeTypeMixed

func KSCValNetSMBNetBIOSNodeTypeMixed() obj.Object

KSCValNetSMBNetBIOSNodeTypeMixed returns the value of the constant kSCValNetSMBNetBIOSNodeTypeMixed.

func KSCValNetSMBNetBIOSNodeTypePeer

func KSCValNetSMBNetBIOSNodeTypePeer() obj.Object

KSCValNetSMBNetBIOSNodeTypePeer returns the value of the constant kSCValNetSMBNetBIOSNodeTypePeer.

func SCBondInterfaceCopyAll

func SCBondInterfaceCopyAll(prefs SCPreferencesRef) corefoundation.CFArrayRef

SCBondInterfaceCopyAll calls the SystemConfiguration framework function SCBondInterfaceCopyAll.

func SCBondInterfaceCopyAvailableMemberInterfaces

func SCBondInterfaceCopyAvailableMemberInterfaces(prefs SCPreferencesRef) corefoundation.CFArrayRef

SCBondInterfaceCopyAvailableMemberInterfaces calls the SystemConfiguration framework function SCBondInterfaceCopyAvailableMemberInterfaces.

func SCBondInterfaceCreate

func SCBondInterfaceCreate(prefs SCPreferencesRef) unsafe.Pointer

SCBondInterfaceCreate calls the SystemConfiguration framework function SCBondInterfaceCreate.

func SCBondInterfaceGetMemberInterfaces

func SCBondInterfaceGetMemberInterfaces(bond unsafe.Pointer) corefoundation.CFArrayRef

SCBondInterfaceGetMemberInterfaces calls the SystemConfiguration framework function SCBondInterfaceGetMemberInterfaces.

func SCBondInterfaceGetOptions

func SCBondInterfaceGetOptions(bond unsafe.Pointer) corefoundation.CFDictionaryRef

SCBondInterfaceGetOptions calls the SystemConfiguration framework function SCBondInterfaceGetOptions.

func SCBondInterfaceRemove

func SCBondInterfaceRemove(bond unsafe.Pointer) uint8

SCBondInterfaceRemove calls the SystemConfiguration framework function SCBondInterfaceRemove.

func SCBondInterfaceSetLocalizedDisplayName

func SCBondInterfaceSetLocalizedDisplayName(bond unsafe.Pointer, newName corefoundation.CFStringRef) uint8

SCBondInterfaceSetLocalizedDisplayName calls the SystemConfiguration framework function SCBondInterfaceSetLocalizedDisplayName.

func SCBondInterfaceSetMemberInterfaces

func SCBondInterfaceSetMemberInterfaces(bond unsafe.Pointer, members corefoundation.CFArrayRef) uint8

SCBondInterfaceSetMemberInterfaces calls the SystemConfiguration framework function SCBondInterfaceSetMemberInterfaces.

func SCBondInterfaceSetOptions

func SCBondInterfaceSetOptions(bond unsafe.Pointer, newOptions corefoundation.CFDictionaryRef) uint8

SCBondInterfaceSetOptions calls the SystemConfiguration framework function SCBondInterfaceSetOptions.

func SCBondStatusGetInterfaceStatus

func SCBondStatusGetInterfaceStatus(bondStatus SCBondStatusRef, interface_ SCNetworkInterfaceRef) corefoundation.CFDictionaryRef

SCBondStatusGetInterfaceStatus calls the SystemConfiguration framework function SCBondStatusGetInterfaceStatus.

func SCBondStatusGetMemberInterfaces

func SCBondStatusGetMemberInterfaces(bondStatus SCBondStatusRef) corefoundation.CFArrayRef

SCBondStatusGetMemberInterfaces calls the SystemConfiguration framework function SCBondStatusGetMemberInterfaces.

func SCBondStatusGetTypeID

func SCBondStatusGetTypeID() int

SCBondStatusGetTypeID calls the SystemConfiguration framework function SCBondStatusGetTypeID.

func SCCopyLastError

func SCCopyLastError() corefoundation.CFErrorRef

SCCopyLastError calls the SystemConfiguration framework function SCCopyLastError.

func SCDynamicStoreAddTemporaryValue

func SCDynamicStoreAddTemporaryValue(store SCDynamicStoreRef, key corefoundation.CFStringRef, value corefoundation.CFPropertyListRef) uint8

SCDynamicStoreAddTemporaryValue calls the SystemConfiguration framework function SCDynamicStoreAddTemporaryValue.

func SCDynamicStoreAddValue

func SCDynamicStoreAddValue(store SCDynamicStoreRef, key corefoundation.CFStringRef, value corefoundation.CFPropertyListRef) uint8

SCDynamicStoreAddValue calls the SystemConfiguration framework function SCDynamicStoreAddValue.

func SCDynamicStoreCopyComputerName

func SCDynamicStoreCopyComputerName(store SCDynamicStoreRef) (result corefoundation.CFStringRef, nameEncoding int)

SCDynamicStoreCopyComputerName calls the SystemConfiguration framework function SCDynamicStoreCopyComputerName.

func SCDynamicStoreCopyConsoleUser

func SCDynamicStoreCopyConsoleUser(store SCDynamicStoreRef) (result corefoundation.CFStringRef, uid int, gid int)

SCDynamicStoreCopyConsoleUser calls the SystemConfiguration framework function SCDynamicStoreCopyConsoleUser.

func SCDynamicStoreCopyKeyList

func SCDynamicStoreCopyKeyList(store SCDynamicStoreRef, pattern corefoundation.CFStringRef) corefoundation.CFArrayRef

SCDynamicStoreCopyKeyList calls the SystemConfiguration framework function SCDynamicStoreCopyKeyList.

func SCDynamicStoreCopyLocalHostName

func SCDynamicStoreCopyLocalHostName(store SCDynamicStoreRef) corefoundation.CFStringRef

SCDynamicStoreCopyLocalHostName calls the SystemConfiguration framework function SCDynamicStoreCopyLocalHostName.

func SCDynamicStoreCopyLocation

func SCDynamicStoreCopyLocation(store SCDynamicStoreRef) corefoundation.CFStringRef

SCDynamicStoreCopyLocation calls the SystemConfiguration framework function SCDynamicStoreCopyLocation.

func SCDynamicStoreCopyMultiple

func SCDynamicStoreCopyMultiple(store SCDynamicStoreRef, keys corefoundation.CFArrayRef, patterns corefoundation.CFArrayRef) corefoundation.CFDictionaryRef

SCDynamicStoreCopyMultiple calls the SystemConfiguration framework function SCDynamicStoreCopyMultiple.

func SCDynamicStoreCopyNotifiedKeys

func SCDynamicStoreCopyNotifiedKeys(store SCDynamicStoreRef) corefoundation.CFArrayRef

SCDynamicStoreCopyNotifiedKeys calls the SystemConfiguration framework function SCDynamicStoreCopyNotifiedKeys.

func SCDynamicStoreCopyProxies

func SCDynamicStoreCopyProxies(store SCDynamicStoreRef) corefoundation.CFDictionaryRef

SCDynamicStoreCopyProxies calls the SystemConfiguration framework function SCDynamicStoreCopyProxies.

func SCDynamicStoreCopyValue

SCDynamicStoreCopyValue calls the SystemConfiguration framework function SCDynamicStoreCopyValue.

func SCDynamicStoreCreateRunLoopSource

func SCDynamicStoreCreateRunLoopSource(allocator corefoundation.CFAllocatorRef, store SCDynamicStoreRef, order int) corefoundation.CFRunLoopSourceRef

SCDynamicStoreCreateRunLoopSource calls the SystemConfiguration framework function SCDynamicStoreCreateRunLoopSource.

func SCDynamicStoreGetTypeID

func SCDynamicStoreGetTypeID() int

SCDynamicStoreGetTypeID calls the SystemConfiguration framework function SCDynamicStoreGetTypeID.

func SCDynamicStoreKeyCreateComputerName

func SCDynamicStoreKeyCreateComputerName(allocator corefoundation.CFAllocatorRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateComputerName calls the SystemConfiguration framework function SCDynamicStoreKeyCreateComputerName.

func SCDynamicStoreKeyCreateConsoleUser

func SCDynamicStoreKeyCreateConsoleUser(allocator corefoundation.CFAllocatorRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateConsoleUser calls the SystemConfiguration framework function SCDynamicStoreKeyCreateConsoleUser.

func SCDynamicStoreKeyCreateHostNames

func SCDynamicStoreKeyCreateHostNames(allocator corefoundation.CFAllocatorRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateHostNames calls the SystemConfiguration framework function SCDynamicStoreKeyCreateHostNames.

func SCDynamicStoreKeyCreateLocation

func SCDynamicStoreKeyCreateLocation(allocator corefoundation.CFAllocatorRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateLocation calls the SystemConfiguration framework function SCDynamicStoreKeyCreateLocation.

func SCDynamicStoreKeyCreateNetworkGlobalEntity

func SCDynamicStoreKeyCreateNetworkGlobalEntity(allocator corefoundation.CFAllocatorRef, domain corefoundation.CFStringRef, entity corefoundation.CFStringRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateNetworkGlobalEntity calls the SystemConfiguration framework function SCDynamicStoreKeyCreateNetworkGlobalEntity.

func SCDynamicStoreKeyCreateNetworkInterface

func SCDynamicStoreKeyCreateNetworkInterface(allocator corefoundation.CFAllocatorRef, domain corefoundation.CFStringRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateNetworkInterface calls the SystemConfiguration framework function SCDynamicStoreKeyCreateNetworkInterface.

func SCDynamicStoreKeyCreateNetworkInterfaceEntity

func SCDynamicStoreKeyCreateNetworkInterfaceEntity(allocator corefoundation.CFAllocatorRef, domain corefoundation.CFStringRef, ifname corefoundation.CFStringRef, entity corefoundation.CFStringRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateNetworkInterfaceEntity calls the SystemConfiguration framework function SCDynamicStoreKeyCreateNetworkInterfaceEntity.

func SCDynamicStoreKeyCreateNetworkServiceEntity

func SCDynamicStoreKeyCreateNetworkServiceEntity(allocator corefoundation.CFAllocatorRef, domain corefoundation.CFStringRef, serviceID corefoundation.CFStringRef, entity corefoundation.CFStringRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateNetworkServiceEntity calls the SystemConfiguration framework function SCDynamicStoreKeyCreateNetworkServiceEntity.

func SCDynamicStoreKeyCreateProxies

func SCDynamicStoreKeyCreateProxies(allocator corefoundation.CFAllocatorRef) corefoundation.CFStringRef

SCDynamicStoreKeyCreateProxies calls the SystemConfiguration framework function SCDynamicStoreKeyCreateProxies.

func SCDynamicStoreNotifyValue

func SCDynamicStoreNotifyValue(store SCDynamicStoreRef, key corefoundation.CFStringRef) uint8

SCDynamicStoreNotifyValue calls the SystemConfiguration framework function SCDynamicStoreNotifyValue.

func SCDynamicStoreRemoveValue

func SCDynamicStoreRemoveValue(store SCDynamicStoreRef, key corefoundation.CFStringRef) uint8

SCDynamicStoreRemoveValue calls the SystemConfiguration framework function SCDynamicStoreRemoveValue.

func SCDynamicStoreSetDispatchQueue

func SCDynamicStoreSetDispatchQueue(store SCDynamicStoreRef, queue dispatch.Queue) uint8

SCDynamicStoreSetDispatchQueue calls the SystemConfiguration framework function SCDynamicStoreSetDispatchQueue.

func SCDynamicStoreSetMultiple

func SCDynamicStoreSetMultiple(store SCDynamicStoreRef, keysToSet corefoundation.CFDictionaryRef, keysToRemove corefoundation.CFArrayRef, keysToNotify corefoundation.CFArrayRef) uint8

SCDynamicStoreSetMultiple calls the SystemConfiguration framework function SCDynamicStoreSetMultiple.

func SCDynamicStoreSetNotificationKeys

func SCDynamicStoreSetNotificationKeys(store SCDynamicStoreRef, keys corefoundation.CFArrayRef, patterns corefoundation.CFArrayRef) uint8

SCDynamicStoreSetNotificationKeys calls the SystemConfiguration framework function SCDynamicStoreSetNotificationKeys.

func SCDynamicStoreSetValue

func SCDynamicStoreSetValue(store SCDynamicStoreRef, key corefoundation.CFStringRef, value corefoundation.CFPropertyListRef) uint8

SCDynamicStoreSetValue calls the SystemConfiguration framework function SCDynamicStoreSetValue.

func SCError

func SCError() int

SCError calls the SystemConfiguration framework function SCError.

func SCErrorString

func SCErrorString(status int) string

SCErrorString calls the SystemConfiguration framework function SCErrorString.

func SCNetworkCheckReachabilityByAddress

func SCNetworkCheckReachabilityByAddress(address unsafe.Pointer, addrlen int) (result uint8, flags uint32)

SCNetworkCheckReachabilityByAddress calls the SystemConfiguration framework function SCNetworkCheckReachabilityByAddress.

func SCNetworkCheckReachabilityByName

func SCNetworkCheckReachabilityByName(nodename string) (result uint8, flags uint32)

SCNetworkCheckReachabilityByName calls the SystemConfiguration framework function SCNetworkCheckReachabilityByName.

func SCNetworkConnectionCopyExtendedStatus

func SCNetworkConnectionCopyExtendedStatus(connection SCNetworkConnectionRef) corefoundation.CFDictionaryRef

SCNetworkConnectionCopyExtendedStatus calls the SystemConfiguration framework function SCNetworkConnectionCopyExtendedStatus.

func SCNetworkConnectionCopyServiceID

func SCNetworkConnectionCopyServiceID(connection SCNetworkConnectionRef) corefoundation.CFStringRef

SCNetworkConnectionCopyServiceID calls the SystemConfiguration framework function SCNetworkConnectionCopyServiceID.

func SCNetworkConnectionCopyStatistics

func SCNetworkConnectionCopyStatistics(connection SCNetworkConnectionRef) corefoundation.CFDictionaryRef

SCNetworkConnectionCopyStatistics calls the SystemConfiguration framework function SCNetworkConnectionCopyStatistics.

func SCNetworkConnectionCopyUserOptions

func SCNetworkConnectionCopyUserOptions(connection SCNetworkConnectionRef) corefoundation.CFDictionaryRef

SCNetworkConnectionCopyUserOptions calls the SystemConfiguration framework function SCNetworkConnectionCopyUserOptions.

func SCNetworkConnectionCopyUserPreferences

func SCNetworkConnectionCopyUserPreferences(selectionOptions corefoundation.CFDictionaryRef, serviceID unsafe.Pointer, userOptions unsafe.Pointer) uint8

SCNetworkConnectionCopyUserPreferences calls the SystemConfiguration framework function SCNetworkConnectionCopyUserPreferences.

func SCNetworkConnectionGetTypeID

func SCNetworkConnectionGetTypeID() int

SCNetworkConnectionGetTypeID calls the SystemConfiguration framework function SCNetworkConnectionGetTypeID.

func SCNetworkConnectionScheduleWithRunLoop

func SCNetworkConnectionScheduleWithRunLoop(connection SCNetworkConnectionRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef) uint8

SCNetworkConnectionScheduleWithRunLoop calls the SystemConfiguration framework function SCNetworkConnectionScheduleWithRunLoop.

func SCNetworkConnectionSetDispatchQueue

func SCNetworkConnectionSetDispatchQueue(connection SCNetworkConnectionRef, queue dispatch.Queue) uint8

SCNetworkConnectionSetDispatchQueue calls the SystemConfiguration framework function SCNetworkConnectionSetDispatchQueue.

func SCNetworkConnectionStart

func SCNetworkConnectionStart(connection SCNetworkConnectionRef, userOptions corefoundation.CFDictionaryRef, linger uint8) uint8

SCNetworkConnectionStart calls the SystemConfiguration framework function SCNetworkConnectionStart.

func SCNetworkConnectionStop

func SCNetworkConnectionStop(connection SCNetworkConnectionRef, forceDisconnect uint8) uint8

SCNetworkConnectionStop calls the SystemConfiguration framework function SCNetworkConnectionStop.

func SCNetworkConnectionUnscheduleFromRunLoop

func SCNetworkConnectionUnscheduleFromRunLoop(connection SCNetworkConnectionRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef) uint8

SCNetworkConnectionUnscheduleFromRunLoop calls the SystemConfiguration framework function SCNetworkConnectionUnscheduleFromRunLoop.

func SCNetworkInterfaceCopyAll

func SCNetworkInterfaceCopyAll() corefoundation.CFArrayRef

SCNetworkInterfaceCopyAll calls the SystemConfiguration framework function SCNetworkInterfaceCopyAll.

func SCNetworkInterfaceCopyMTU

func SCNetworkInterfaceCopyMTU(interface_ SCNetworkInterfaceRef) (result uint8, mtuCur int32, mtuMin int32, mtuMax int32)

SCNetworkInterfaceCopyMTU calls the SystemConfiguration framework function SCNetworkInterfaceCopyMTU.

func SCNetworkInterfaceCopyMediaOptions

func SCNetworkInterfaceCopyMediaOptions(interface_ SCNetworkInterfaceRef, current unsafe.Pointer, active unsafe.Pointer, available unsafe.Pointer, filter uint8) uint8

SCNetworkInterfaceCopyMediaOptions calls the SystemConfiguration framework function SCNetworkInterfaceCopyMediaOptions.

func SCNetworkInterfaceCopyMediaSubTypeOptions

func SCNetworkInterfaceCopyMediaSubTypeOptions(available corefoundation.CFArrayRef, subType corefoundation.CFStringRef) corefoundation.CFArrayRef

SCNetworkInterfaceCopyMediaSubTypeOptions calls the SystemConfiguration framework function SCNetworkInterfaceCopyMediaSubTypeOptions.

func SCNetworkInterfaceCopyMediaSubTypes

func SCNetworkInterfaceCopyMediaSubTypes(available corefoundation.CFArrayRef) corefoundation.CFArrayRef

SCNetworkInterfaceCopyMediaSubTypes calls the SystemConfiguration framework function SCNetworkInterfaceCopyMediaSubTypes.

func SCNetworkInterfaceForceConfigurationRefresh

func SCNetworkInterfaceForceConfigurationRefresh(interface_ SCNetworkInterfaceRef) uint8

SCNetworkInterfaceForceConfigurationRefresh calls the SystemConfiguration framework function SCNetworkInterfaceForceConfigurationRefresh.

func SCNetworkInterfaceGetBSDName

func SCNetworkInterfaceGetBSDName(interface_ SCNetworkInterfaceRef) corefoundation.CFStringRef

SCNetworkInterfaceGetBSDName calls the SystemConfiguration framework function SCNetworkInterfaceGetBSDName.

func SCNetworkInterfaceGetConfiguration

func SCNetworkInterfaceGetConfiguration(interface_ SCNetworkInterfaceRef) corefoundation.CFDictionaryRef

SCNetworkInterfaceGetConfiguration calls the SystemConfiguration framework function SCNetworkInterfaceGetConfiguration.

func SCNetworkInterfaceGetExtendedConfiguration

func SCNetworkInterfaceGetExtendedConfiguration(interface_ SCNetworkInterfaceRef, extendedType corefoundation.CFStringRef) corefoundation.CFDictionaryRef

SCNetworkInterfaceGetExtendedConfiguration calls the SystemConfiguration framework function SCNetworkInterfaceGetExtendedConfiguration.

func SCNetworkInterfaceGetHardwareAddressString

func SCNetworkInterfaceGetHardwareAddressString(interface_ SCNetworkInterfaceRef) corefoundation.CFStringRef

SCNetworkInterfaceGetHardwareAddressString calls the SystemConfiguration framework function SCNetworkInterfaceGetHardwareAddressString.

func SCNetworkInterfaceGetInterfaceType

func SCNetworkInterfaceGetInterfaceType(interface_ SCNetworkInterfaceRef) corefoundation.CFStringRef

SCNetworkInterfaceGetInterfaceType calls the SystemConfiguration framework function SCNetworkInterfaceGetInterfaceType.

func SCNetworkInterfaceGetLocalizedDisplayName

func SCNetworkInterfaceGetLocalizedDisplayName(interface_ SCNetworkInterfaceRef) corefoundation.CFStringRef

SCNetworkInterfaceGetLocalizedDisplayName calls the SystemConfiguration framework function SCNetworkInterfaceGetLocalizedDisplayName.

func SCNetworkInterfaceGetSupportedInterfaceTypes

func SCNetworkInterfaceGetSupportedInterfaceTypes(interface_ SCNetworkInterfaceRef) corefoundation.CFArrayRef

SCNetworkInterfaceGetSupportedInterfaceTypes calls the SystemConfiguration framework function SCNetworkInterfaceGetSupportedInterfaceTypes.

func SCNetworkInterfaceGetSupportedProtocolTypes

func SCNetworkInterfaceGetSupportedProtocolTypes(interface_ SCNetworkInterfaceRef) corefoundation.CFArrayRef

SCNetworkInterfaceGetSupportedProtocolTypes calls the SystemConfiguration framework function SCNetworkInterfaceGetSupportedProtocolTypes.

func SCNetworkInterfaceGetTypeID

func SCNetworkInterfaceGetTypeID() int

SCNetworkInterfaceGetTypeID calls the SystemConfiguration framework function SCNetworkInterfaceGetTypeID.

func SCNetworkInterfaceRefreshConfiguration

func SCNetworkInterfaceRefreshConfiguration(ifName corefoundation.CFStringRef) uint8

SCNetworkInterfaceRefreshConfiguration calls the SystemConfiguration framework function SCNetworkInterfaceRefreshConfiguration.

func SCNetworkInterfaceSetConfiguration

func SCNetworkInterfaceSetConfiguration(interface_ SCNetworkInterfaceRef, config corefoundation.CFDictionaryRef) uint8

SCNetworkInterfaceSetConfiguration calls the SystemConfiguration framework function SCNetworkInterfaceSetConfiguration.

func SCNetworkInterfaceSetExtendedConfiguration

func SCNetworkInterfaceSetExtendedConfiguration(interface_ SCNetworkInterfaceRef, extendedType corefoundation.CFStringRef, config corefoundation.CFDictionaryRef) uint8

SCNetworkInterfaceSetExtendedConfiguration calls the SystemConfiguration framework function SCNetworkInterfaceSetExtendedConfiguration.

func SCNetworkInterfaceSetMTU

func SCNetworkInterfaceSetMTU(interface_ SCNetworkInterfaceRef, mtu int) uint8

SCNetworkInterfaceSetMTU calls the SystemConfiguration framework function SCNetworkInterfaceSetMTU.

func SCNetworkInterfaceSetMediaOptions

func SCNetworkInterfaceSetMediaOptions(interface_ SCNetworkInterfaceRef, subtype corefoundation.CFStringRef, options corefoundation.CFArrayRef) uint8

SCNetworkInterfaceSetMediaOptions calls the SystemConfiguration framework function SCNetworkInterfaceSetMediaOptions.

func SCNetworkProtocolGetConfiguration

func SCNetworkProtocolGetConfiguration(protocol SCNetworkProtocolRef) corefoundation.CFDictionaryRef

SCNetworkProtocolGetConfiguration calls the SystemConfiguration framework function SCNetworkProtocolGetConfiguration.

func SCNetworkProtocolGetEnabled

func SCNetworkProtocolGetEnabled(protocol SCNetworkProtocolRef) uint8

SCNetworkProtocolGetEnabled calls the SystemConfiguration framework function SCNetworkProtocolGetEnabled.

func SCNetworkProtocolGetProtocolType

func SCNetworkProtocolGetProtocolType(protocol SCNetworkProtocolRef) corefoundation.CFStringRef

SCNetworkProtocolGetProtocolType calls the SystemConfiguration framework function SCNetworkProtocolGetProtocolType.

func SCNetworkProtocolGetTypeID

func SCNetworkProtocolGetTypeID() int

SCNetworkProtocolGetTypeID calls the SystemConfiguration framework function SCNetworkProtocolGetTypeID.

func SCNetworkProtocolSetConfiguration

func SCNetworkProtocolSetConfiguration(protocol SCNetworkProtocolRef, config corefoundation.CFDictionaryRef) uint8

SCNetworkProtocolSetConfiguration calls the SystemConfiguration framework function SCNetworkProtocolSetConfiguration.

func SCNetworkProtocolSetEnabled

func SCNetworkProtocolSetEnabled(protocol SCNetworkProtocolRef, enabled uint8) uint8

SCNetworkProtocolSetEnabled calls the SystemConfiguration framework function SCNetworkProtocolSetEnabled.

func SCNetworkReachabilityGetTypeID

func SCNetworkReachabilityGetTypeID() int

SCNetworkReachabilityGetTypeID calls the SystemConfiguration framework function SCNetworkReachabilityGetTypeID.

func SCNetworkReachabilityScheduleWithRunLoop

func SCNetworkReachabilityScheduleWithRunLoop(target SCNetworkReachabilityRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef) uint8

SCNetworkReachabilityScheduleWithRunLoop calls the SystemConfiguration framework function SCNetworkReachabilityScheduleWithRunLoop.

func SCNetworkReachabilitySetCallback

func SCNetworkReachabilitySetCallback(target SCNetworkReachabilityRef, callout unsafe.Pointer, context_ unsafe.Pointer) uint8

SCNetworkReachabilitySetCallback calls the SystemConfiguration framework function SCNetworkReachabilitySetCallback.

func SCNetworkReachabilitySetDispatchQueue

func SCNetworkReachabilitySetDispatchQueue(target SCNetworkReachabilityRef, queue dispatch.Queue) uint8

SCNetworkReachabilitySetDispatchQueue calls the SystemConfiguration framework function SCNetworkReachabilitySetDispatchQueue.

func SCNetworkReachabilityUnscheduleFromRunLoop

func SCNetworkReachabilityUnscheduleFromRunLoop(target SCNetworkReachabilityRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef) uint8

SCNetworkReachabilityUnscheduleFromRunLoop calls the SystemConfiguration framework function SCNetworkReachabilityUnscheduleFromRunLoop.

func SCNetworkServiceAddProtocolType

func SCNetworkServiceAddProtocolType(service SCNetworkServiceRef, protocolType corefoundation.CFStringRef) uint8

SCNetworkServiceAddProtocolType calls the SystemConfiguration framework function SCNetworkServiceAddProtocolType.

func SCNetworkServiceCopyAll

func SCNetworkServiceCopyAll(prefs SCPreferencesRef) corefoundation.CFArrayRef

SCNetworkServiceCopyAll calls the SystemConfiguration framework function SCNetworkServiceCopyAll.

func SCNetworkServiceCopyProtocols

func SCNetworkServiceCopyProtocols(service SCNetworkServiceRef) corefoundation.CFArrayRef

SCNetworkServiceCopyProtocols calls the SystemConfiguration framework function SCNetworkServiceCopyProtocols.

func SCNetworkServiceEstablishDefaultConfiguration

func SCNetworkServiceEstablishDefaultConfiguration(service SCNetworkServiceRef) uint8

SCNetworkServiceEstablishDefaultConfiguration calls the SystemConfiguration framework function SCNetworkServiceEstablishDefaultConfiguration.

func SCNetworkServiceGetEnabled

func SCNetworkServiceGetEnabled(service SCNetworkServiceRef) uint8

SCNetworkServiceGetEnabled calls the SystemConfiguration framework function SCNetworkServiceGetEnabled.

func SCNetworkServiceGetName

func SCNetworkServiceGetName(service SCNetworkServiceRef) corefoundation.CFStringRef

SCNetworkServiceGetName calls the SystemConfiguration framework function SCNetworkServiceGetName.

func SCNetworkServiceGetServiceID

func SCNetworkServiceGetServiceID(service SCNetworkServiceRef) corefoundation.CFStringRef

SCNetworkServiceGetServiceID calls the SystemConfiguration framework function SCNetworkServiceGetServiceID.

func SCNetworkServiceGetTypeID

func SCNetworkServiceGetTypeID() int

SCNetworkServiceGetTypeID calls the SystemConfiguration framework function SCNetworkServiceGetTypeID.

func SCNetworkServiceRemove

func SCNetworkServiceRemove(service SCNetworkServiceRef) uint8

SCNetworkServiceRemove calls the SystemConfiguration framework function SCNetworkServiceRemove.

func SCNetworkServiceRemoveProtocolType

func SCNetworkServiceRemoveProtocolType(service SCNetworkServiceRef, protocolType corefoundation.CFStringRef) uint8

SCNetworkServiceRemoveProtocolType calls the SystemConfiguration framework function SCNetworkServiceRemoveProtocolType.

func SCNetworkServiceSetEnabled

func SCNetworkServiceSetEnabled(service SCNetworkServiceRef, enabled uint8) uint8

SCNetworkServiceSetEnabled calls the SystemConfiguration framework function SCNetworkServiceSetEnabled.

func SCNetworkServiceSetName

func SCNetworkServiceSetName(service SCNetworkServiceRef, name corefoundation.CFStringRef) uint8

SCNetworkServiceSetName calls the SystemConfiguration framework function SCNetworkServiceSetName.

func SCNetworkSetAddService

func SCNetworkSetAddService(set SCNetworkSetRef, service SCNetworkServiceRef) uint8

SCNetworkSetAddService calls the SystemConfiguration framework function SCNetworkSetAddService.

func SCNetworkSetContainsInterface

func SCNetworkSetContainsInterface(set SCNetworkSetRef, interface_ SCNetworkInterfaceRef) uint8

SCNetworkSetContainsInterface calls the SystemConfiguration framework function SCNetworkSetContainsInterface.

func SCNetworkSetCopyAll

func SCNetworkSetCopyAll(prefs SCPreferencesRef) corefoundation.CFArrayRef

SCNetworkSetCopyAll calls the SystemConfiguration framework function SCNetworkSetCopyAll.

func SCNetworkSetCopyServices

func SCNetworkSetCopyServices(set SCNetworkSetRef) corefoundation.CFArrayRef

SCNetworkSetCopyServices calls the SystemConfiguration framework function SCNetworkSetCopyServices.

func SCNetworkSetGetName

func SCNetworkSetGetName(set SCNetworkSetRef) corefoundation.CFStringRef

SCNetworkSetGetName calls the SystemConfiguration framework function SCNetworkSetGetName.

func SCNetworkSetGetServiceOrder

func SCNetworkSetGetServiceOrder(set SCNetworkSetRef) corefoundation.CFArrayRef

SCNetworkSetGetServiceOrder calls the SystemConfiguration framework function SCNetworkSetGetServiceOrder.

func SCNetworkSetGetSetID

func SCNetworkSetGetSetID(set SCNetworkSetRef) corefoundation.CFStringRef

SCNetworkSetGetSetID calls the SystemConfiguration framework function SCNetworkSetGetSetID.

func SCNetworkSetGetTypeID

func SCNetworkSetGetTypeID() int

SCNetworkSetGetTypeID calls the SystemConfiguration framework function SCNetworkSetGetTypeID.

func SCNetworkSetRemove

func SCNetworkSetRemove(set SCNetworkSetRef) uint8

SCNetworkSetRemove calls the SystemConfiguration framework function SCNetworkSetRemove.

func SCNetworkSetRemoveService

func SCNetworkSetRemoveService(set SCNetworkSetRef, service SCNetworkServiceRef) uint8

SCNetworkSetRemoveService calls the SystemConfiguration framework function SCNetworkSetRemoveService.

func SCNetworkSetSetCurrent

func SCNetworkSetSetCurrent(set SCNetworkSetRef) uint8

SCNetworkSetSetCurrent calls the SystemConfiguration framework function SCNetworkSetSetCurrent.

func SCNetworkSetSetName

func SCNetworkSetSetName(set SCNetworkSetRef, name corefoundation.CFStringRef) uint8

SCNetworkSetSetName calls the SystemConfiguration framework function SCNetworkSetSetName.

func SCNetworkSetSetServiceOrder

func SCNetworkSetSetServiceOrder(set SCNetworkSetRef, newOrder corefoundation.CFArrayRef) uint8

SCNetworkSetSetServiceOrder calls the SystemConfiguration framework function SCNetworkSetSetServiceOrder.

func SCPreferencesAddValue

func SCPreferencesAddValue(prefs SCPreferencesRef, key corefoundation.CFStringRef, value corefoundation.CFPropertyListRef) uint8

SCPreferencesAddValue calls the SystemConfiguration framework function SCPreferencesAddValue.

func SCPreferencesApplyChanges

func SCPreferencesApplyChanges(prefs SCPreferencesRef) uint8

SCPreferencesApplyChanges calls the SystemConfiguration framework function SCPreferencesApplyChanges.

func SCPreferencesCommitChanges

func SCPreferencesCommitChanges(prefs SCPreferencesRef) uint8

SCPreferencesCommitChanges calls the SystemConfiguration framework function SCPreferencesCommitChanges.

func SCPreferencesCopyKeyList

func SCPreferencesCopyKeyList(prefs SCPreferencesRef) corefoundation.CFArrayRef

SCPreferencesCopyKeyList calls the SystemConfiguration framework function SCPreferencesCopyKeyList.

func SCPreferencesGetSignature

func SCPreferencesGetSignature(prefs SCPreferencesRef) corefoundation.CFDataRef

SCPreferencesGetSignature calls the SystemConfiguration framework function SCPreferencesGetSignature.

func SCPreferencesGetTypeID

func SCPreferencesGetTypeID() int

SCPreferencesGetTypeID calls the SystemConfiguration framework function SCPreferencesGetTypeID.

func SCPreferencesGetValue

SCPreferencesGetValue calls the SystemConfiguration framework function SCPreferencesGetValue.

func SCPreferencesLock

func SCPreferencesLock(prefs SCPreferencesRef, wait uint8) uint8

SCPreferencesLock calls the SystemConfiguration framework function SCPreferencesLock.

func SCPreferencesPathCreateUniqueChild

func SCPreferencesPathCreateUniqueChild(prefs SCPreferencesRef, prefix corefoundation.CFStringRef) corefoundation.CFStringRef

SCPreferencesPathCreateUniqueChild calls the SystemConfiguration framework function SCPreferencesPathCreateUniqueChild.

func SCPreferencesPathGetLink(prefs SCPreferencesRef, path corefoundation.CFStringRef) corefoundation.CFStringRef

SCPreferencesPathGetLink calls the SystemConfiguration framework function SCPreferencesPathGetLink.

func SCPreferencesPathGetValue

func SCPreferencesPathGetValue(prefs SCPreferencesRef, path corefoundation.CFStringRef) corefoundation.CFDictionaryRef

SCPreferencesPathGetValue calls the SystemConfiguration framework function SCPreferencesPathGetValue.

func SCPreferencesPathRemoveValue

func SCPreferencesPathRemoveValue(prefs SCPreferencesRef, path corefoundation.CFStringRef) uint8

SCPreferencesPathRemoveValue calls the SystemConfiguration framework function SCPreferencesPathRemoveValue.

func SCPreferencesPathSetLink(prefs SCPreferencesRef, path corefoundation.CFStringRef, link corefoundation.CFStringRef) uint8

SCPreferencesPathSetLink calls the SystemConfiguration framework function SCPreferencesPathSetLink.

func SCPreferencesPathSetValue

func SCPreferencesPathSetValue(prefs SCPreferencesRef, path corefoundation.CFStringRef, value corefoundation.CFDictionaryRef) uint8

SCPreferencesPathSetValue calls the SystemConfiguration framework function SCPreferencesPathSetValue.

func SCPreferencesRemoveValue

func SCPreferencesRemoveValue(prefs SCPreferencesRef, key corefoundation.CFStringRef) uint8

SCPreferencesRemoveValue calls the SystemConfiguration framework function SCPreferencesRemoveValue.

func SCPreferencesScheduleWithRunLoop

func SCPreferencesScheduleWithRunLoop(prefs SCPreferencesRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef) uint8

SCPreferencesScheduleWithRunLoop calls the SystemConfiguration framework function SCPreferencesScheduleWithRunLoop.

func SCPreferencesSetCallback

func SCPreferencesSetCallback(prefs SCPreferencesRef, callout unsafe.Pointer, context_ unsafe.Pointer) uint8

SCPreferencesSetCallback calls the SystemConfiguration framework function SCPreferencesSetCallback.

func SCPreferencesSetComputerName

func SCPreferencesSetComputerName(prefs SCPreferencesRef, name corefoundation.CFStringRef, nameEncoding int) uint8

SCPreferencesSetComputerName calls the SystemConfiguration framework function SCPreferencesSetComputerName.

func SCPreferencesSetDispatchQueue

func SCPreferencesSetDispatchQueue(prefs SCPreferencesRef, queue dispatch.Queue) uint8

SCPreferencesSetDispatchQueue calls the SystemConfiguration framework function SCPreferencesSetDispatchQueue.

func SCPreferencesSetLocalHostName

func SCPreferencesSetLocalHostName(prefs SCPreferencesRef, name corefoundation.CFStringRef) uint8

SCPreferencesSetLocalHostName calls the SystemConfiguration framework function SCPreferencesSetLocalHostName.

func SCPreferencesSetValue

func SCPreferencesSetValue(prefs SCPreferencesRef, key corefoundation.CFStringRef, value corefoundation.CFPropertyListRef) uint8

SCPreferencesSetValue calls the SystemConfiguration framework function SCPreferencesSetValue.

func SCPreferencesSynchronize

func SCPreferencesSynchronize(prefs SCPreferencesRef)

SCPreferencesSynchronize calls the SystemConfiguration framework function SCPreferencesSynchronize.

func SCPreferencesUnlock

func SCPreferencesUnlock(prefs SCPreferencesRef) uint8

SCPreferencesUnlock calls the SystemConfiguration framework function SCPreferencesUnlock.

func SCPreferencesUnscheduleFromRunLoop

func SCPreferencesUnscheduleFromRunLoop(prefs SCPreferencesRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef) uint8

SCPreferencesUnscheduleFromRunLoop calls the SystemConfiguration framework function SCPreferencesUnscheduleFromRunLoop.

func SCVLANInterfaceCopyAll

func SCVLANInterfaceCopyAll(prefs SCPreferencesRef) corefoundation.CFArrayRef

SCVLANInterfaceCopyAll calls the SystemConfiguration framework function SCVLANInterfaceCopyAll.

func SCVLANInterfaceCopyAvailablePhysicalInterfaces

func SCVLANInterfaceCopyAvailablePhysicalInterfaces() corefoundation.CFArrayRef

SCVLANInterfaceCopyAvailablePhysicalInterfaces calls the SystemConfiguration framework function SCVLANInterfaceCopyAvailablePhysicalInterfaces.

func SCVLANInterfaceCreate

func SCVLANInterfaceCreate(prefs SCPreferencesRef, physical SCNetworkInterfaceRef, tag corefoundation.CFNumberRef) unsafe.Pointer

SCVLANInterfaceCreate calls the SystemConfiguration framework function SCVLANInterfaceCreate.

func SCVLANInterfaceGetOptions

func SCVLANInterfaceGetOptions(vlan unsafe.Pointer) corefoundation.CFDictionaryRef

SCVLANInterfaceGetOptions calls the SystemConfiguration framework function SCVLANInterfaceGetOptions.

func SCVLANInterfaceGetTag

func SCVLANInterfaceGetTag(vlan unsafe.Pointer) corefoundation.CFNumberRef

SCVLANInterfaceGetTag calls the SystemConfiguration framework function SCVLANInterfaceGetTag.

func SCVLANInterfaceRemove

func SCVLANInterfaceRemove(vlan unsafe.Pointer) uint8

SCVLANInterfaceRemove calls the SystemConfiguration framework function SCVLANInterfaceRemove.

func SCVLANInterfaceSetLocalizedDisplayName

func SCVLANInterfaceSetLocalizedDisplayName(vlan unsafe.Pointer, newName corefoundation.CFStringRef) uint8

SCVLANInterfaceSetLocalizedDisplayName calls the SystemConfiguration framework function SCVLANInterfaceSetLocalizedDisplayName.

func SCVLANInterfaceSetOptions

func SCVLANInterfaceSetOptions(vlan unsafe.Pointer, newOptions corefoundation.CFDictionaryRef) uint8

SCVLANInterfaceSetOptions calls the SystemConfiguration framework function SCVLANInterfaceSetOptions.

func SCVLANInterfaceSetPhysicalInterfaceAndTag

func SCVLANInterfaceSetPhysicalInterfaceAndTag(vlan unsafe.Pointer, physical SCNetworkInterfaceRef, tag corefoundation.CFNumberRef) uint8

SCVLANInterfaceSetPhysicalInterfaceAndTag calls the SystemConfiguration framework function SCVLANInterfaceSetPhysicalInterfaceAndTag.

Types

type Clockid added in v0.17.0

type Clockid int32
const (
	ClockidRealtime           Clockid = 0
	ClockidMonotonic          Clockid = 6
	ClockidMonotonicRaw       Clockid = 4
	ClockidMonotonicRawApprox Clockid = 5
	ClockidUptimeRaw          Clockid = 8
	ClockidUptimeRawApprox    Clockid = 9
	ClockidProcessCputimeID   Clockid = 12
	ClockidThreadCputimeID    Clockid = 16
)

func (Clockid) String added in v0.17.0

func (e Clockid) String() string

String returns the Clockid constant's name, or its numeric form when the value is not a known constant.

type DispatchAutoreleaseFrequency added in v0.17.0

type DispatchAutoreleaseFrequency uint64
const (
	DispatchAutoreleaseFrequencyInherit  DispatchAutoreleaseFrequency = 0
	DispatchAutoreleaseFrequencyWorkItem DispatchAutoreleaseFrequency = 1
	DispatchAutoreleaseFrequencyNever    DispatchAutoreleaseFrequency = 2
)

func (DispatchAutoreleaseFrequency) String added in v0.17.0

String returns the DispatchAutoreleaseFrequency constant's name, or its numeric form when the value is not a known constant.

type DispatchBlockFlags added in v0.17.0

type DispatchBlockFlags uint64

Bitmask — values may be combined with |.

const (
	DispatchBlockFlagsBarrier         DispatchBlockFlags = 1
	DispatchBlockFlagsDetached        DispatchBlockFlags = 2
	DispatchBlockFlagsAssignCurrent   DispatchBlockFlags = 4
	DispatchBlockFlagsNoQosClass      DispatchBlockFlags = 8
	DispatchBlockFlagsInheritQosClass DispatchBlockFlags = 16
	DispatchBlockFlagsEnforceQosClass DispatchBlockFlags = 32
)

func (DispatchBlockFlags) String added in v0.17.0

func (e DispatchBlockFlags) String() string

String returns the DispatchBlockFlags constant's name, or its numeric form when the value is not a known constant.

type EntryID added in v0.17.0

type EntryID int32
const (
	EntryIDFirstEntry EntryID = 0
	EntryIDNextEntry  EntryID = -1
	EntryIDLastEntry  EntryID = -2
)

func (EntryID) String added in v0.17.0

func (e EntryID) String() string

String returns the EntryID constant's name, or its numeric form when the value is not a known constant.

type FilesecProperty added in v0.17.0

type FilesecProperty int32
const (
	FilesecPropertyOwner        FilesecProperty = 1
	FilesecPropertyGroup        FilesecProperty = 2
	FilesecPropertyUUID         FilesecProperty = 3
	FilesecPropertyMode         FilesecProperty = 4
	FilesecPropertyACL          FilesecProperty = 5
	FilesecPropertyGrpuuid      FilesecProperty = 6
	FilesecPropertyACLRaw       FilesecProperty = 100
	FilesecPropertyACLAllocsize FilesecProperty = 101
)

func (FilesecProperty) String added in v0.17.0

func (e FilesecProperty) String() string

String returns the FilesecProperty constant's name, or its numeric form when the value is not a known constant.

type Flag added in v0.17.0

type Flag int32
const (
	FlagFlagDeferInherit      Flag = 1
	FlagFlagNoInherit         Flag = 131072
	FlagEntryInherited        Flag = 16
	FlagEntryFileInherit      Flag = 32
	FlagEntryDirectoryInherit Flag = 64
	FlagEntryLimitInherit     Flag = 128
	FlagEntryOnlyInherit      Flag = 256
)

func (Flag) String added in v0.17.0

func (e Flag) String() string

String returns the Flag constant's name, or its numeric form when the value is not a known constant.

type Idtype added in v0.17.0

type Idtype int32
const (
	IdtypeAll  Idtype = 0
	IdtypePid  Idtype = 1
	IdtypePgid Idtype = 2
)

func (Idtype) String added in v0.17.0

func (e Idtype) String() string

String returns the Idtype constant's name, or its numeric form when the value is not a known constant.

type IpcInfoObjectType added in v0.17.0

type IpcInfoObjectType uint32
const (
	IpcInfoObjectTypeNone               IpcInfoObjectType = 0
	IpcInfoObjectTypeThreadControl      IpcInfoObjectType = 1
	IpcInfoObjectTypeTaskControl        IpcInfoObjectType = 2
	IpcInfoObjectTypeHost               IpcInfoObjectType = 3
	IpcInfoObjectTypeHostPriv           IpcInfoObjectType = 4
	IpcInfoObjectTypeProcessor          IpcInfoObjectType = 5
	IpcInfoObjectTypeProcessorSet       IpcInfoObjectType = 6
	IpcInfoObjectTypeProcessorSetName   IpcInfoObjectType = 7
	IpcInfoObjectTypeTimer              IpcInfoObjectType = 8
	IpcInfoObjectTypePortSubstOnce      IpcInfoObjectType = 9
	IpcInfoObjectTypeMig                IpcInfoObjectType = 10
	IpcInfoObjectTypeMemoryObject       IpcInfoObjectType = 11
	IpcInfoObjectTypeXmmPager           IpcInfoObjectType = 12
	IpcInfoObjectTypeXmmKernel          IpcInfoObjectType = 13
	IpcInfoObjectTypeXmmReply           IpcInfoObjectType = 14
	IpcInfoObjectTypeUndReply           IpcInfoObjectType = 15
	IpcInfoObjectTypeHostNotify         IpcInfoObjectType = 16
	IpcInfoObjectTypeHostSecurity       IpcInfoObjectType = 17
	IpcInfoObjectTypeLedger             IpcInfoObjectType = 18
	IpcInfoObjectTypeMainDevice         IpcInfoObjectType = 19
	IpcInfoObjectTypeTaskName           IpcInfoObjectType = 20
	IpcInfoObjectTypeSubsystem          IpcInfoObjectType = 21
	IpcInfoObjectTypeIODoneQueue        IpcInfoObjectType = 22
	IpcInfoObjectTypeSemaphore          IpcInfoObjectType = 23
	IpcInfoObjectTypeLockSet            IpcInfoObjectType = 24
	IpcInfoObjectTypeClock              IpcInfoObjectType = 25
	IpcInfoObjectTypeClockCtrl          IpcInfoObjectType = 26
	IpcInfoObjectTypeIokitIdent         IpcInfoObjectType = 27
	IpcInfoObjectTypeNamedEntry         IpcInfoObjectType = 28
	IpcInfoObjectTypeIokitConnect       IpcInfoObjectType = 29
	IpcInfoObjectTypeIokitObject        IpcInfoObjectType = 30
	IpcInfoObjectTypeUpl                IpcInfoObjectType = 31
	IpcInfoObjectTypeMemObjControl      IpcInfoObjectType = 32
	IpcInfoObjectTypeAuSessionport      IpcInfoObjectType = 33
	IpcInfoObjectTypeFileport           IpcInfoObjectType = 34
	IpcInfoObjectTypeLabelh             IpcInfoObjectType = 35
	IpcInfoObjectTypeTaskResume         IpcInfoObjectType = 36
	IpcInfoObjectTypeVoucher            IpcInfoObjectType = 37
	IpcInfoObjectTypeVoucherAttrControl IpcInfoObjectType = 38
	IpcInfoObjectTypeWorkInterval       IpcInfoObjectType = 39
	IpcInfoObjectTypeUxHandler          IpcInfoObjectType = 40
	IpcInfoObjectTypeUextObject         IpcInfoObjectType = 41
	IpcInfoObjectTypeArcadeReg          IpcInfoObjectType = 42
	IpcInfoObjectTypeEventlink          IpcInfoObjectType = 43
	IpcInfoObjectTypeTaskInspect        IpcInfoObjectType = 44
	IpcInfoObjectTypeTaskRead           IpcInfoObjectType = 45
	IpcInfoObjectTypeThreadInspect      IpcInfoObjectType = 46
	IpcInfoObjectTypeThreadRead         IpcInfoObjectType = 47
	IpcInfoObjectTypeSuidCred           IpcInfoObjectType = 48
	IpcInfoObjectTypeHypervisor         IpcInfoObjectType = 49
	IpcInfoObjectTypeTaskIDToken        IpcInfoObjectType = 50
	IpcInfoObjectTypeTaskFatal          IpcInfoObjectType = 51
	IpcInfoObjectTypeKcdata             IpcInfoObjectType = 52
	IpcInfoObjectTypeExclavesResource   IpcInfoObjectType = 53
	IpcInfoObjectTypeThreadResume       IpcInfoObjectType = 54
	IpcInfoObjectTypeUnknown            IpcInfoObjectType = 4294967295
)

func (IpcInfoObjectType) String added in v0.17.0

func (e IpcInfoObjectType) String() string

String returns the IpcInfoObjectType constant's name, or its numeric form when the value is not a known constant.

type LaunchDataType added in v0.17.0

type LaunchDataType int32
const (
	LaunchDataTypeDictionary LaunchDataType = 1
	LaunchDataTypeArray      LaunchDataType = 2
	LaunchDataTypeFd         LaunchDataType = 3
	LaunchDataTypeInteger    LaunchDataType = 4
	LaunchDataTypeReal       LaunchDataType = 5
	LaunchDataTypeBool       LaunchDataType = 6
	LaunchDataTypeString     LaunchDataType = 7
	LaunchDataTypeOpaque     LaunchDataType = 8
	LaunchDataTypeErrno      LaunchDataType = 9
	LaunchDataTypeMachport   LaunchDataType = 10
)

func (LaunchDataType) String added in v0.17.0

func (e LaunchDataType) String() string

String returns the LaunchDataType constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeFlags added in v0.17.0

type MachVMRangeFlags uint64

Bitmask — values may be combined with |.

const (
	MachVMRangeFlagsNone MachVMRangeFlags = 0
)

func (MachVMRangeFlags) String added in v0.17.0

func (e MachVMRangeFlags) String() string

String returns the MachVMRangeFlags constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeFlavor added in v0.17.0

type MachVMRangeFlavor uint32
const (
	MachVMRangeFlavorInvalid MachVMRangeFlavor = 0
	MachVMRangeFlavorV1      MachVMRangeFlavor = 1
)

func (MachVMRangeFlavor) String added in v0.17.0

func (e MachVMRangeFlavor) String() string

String returns the MachVMRangeFlavor constant's name, or its numeric form when the value is not a known constant.

type MachVMRangeTag added in v0.17.0

type MachVMRangeTag uint16
const (
	MachVMRangeTagDefault MachVMRangeTag = 0
	MachVMRangeTagData    MachVMRangeTag = 1
	MachVMRangeTagFixed   MachVMRangeTag = 2
)

func (MachVMRangeTag) String added in v0.17.0

func (e MachVMRangeTag) String() string

String returns the MachVMRangeTag constant's name, or its numeric form when the value is not a known constant.

type MpoFlags added in v0.17.0

type MpoFlags uint32

Bitmask — values may be combined with |.

const (
	MpoFlagsPort                        MpoFlags = 0
	MpoFlagsServicePort                 MpoFlags = 1024
	MpoFlagsConnectionPort              MpoFlags = 2048
	MpoFlagsReplyPort                   MpoFlags = 4096
	MpoFlagsWeakReplyPort               MpoFlags = 16384
	MpoFlagsNotificationPort            MpoFlags = 17408
	MpoFlagsExceptionPort               MpoFlags = 32768
	MpoFlagsConnectionPortWithPortArray MpoFlags = 65536
)

func (MpoFlags) String added in v0.17.0

func (e MpoFlags) String() string

String returns the MpoFlags constant's name, or its numeric form when the value is not a known constant.

type OSClockid added in v0.17.0

type OSClockid uint32
const (
	OSClockidTime OSClockid = 32
)

func (OSClockid) String added in v0.17.0

func (e OSClockid) String() string

String returns the OSClockid constant's name, or its numeric form when the value is not a known constant.

type Perm added in v0.17.0

type Perm int32
const (
	PermReadData           Perm = 2
	PermListDirectory      Perm = 2
	PermWriteData          Perm = 4
	PermAddFile            Perm = 4
	PermExecute            Perm = 8
	PermSearch             Perm = 8
	PermDelete             Perm = 16
	PermAppendData         Perm = 32
	PermAddSubdirectory    Perm = 32
	PermDeleteChild        Perm = 64
	PermReadAttributes     Perm = 128
	PermWriteAttributes    Perm = 256
	PermReadExtattributes  Perm = 512
	PermWriteExtattributes Perm = 1024
	PermReadSecurity       Perm = 2048
	PermWriteSecurity      Perm = 4096
	PermChangeOwner        Perm = 8192
	PermSynchronize        Perm = 1048576
)

func (Perm) String added in v0.17.0

func (e Perm) String() string

String returns the Perm constant's name, or its numeric form when the value is not a known constant.

type PtrauthKey added in v0.17.0

type PtrauthKey int32
const (
	Ptrauth_key_none                     PtrauthKey = -1
	Ptrauth_key_asia                     PtrauthKey = 0
	Ptrauth_key_asib                     PtrauthKey = 1
	Ptrauth_key_asda                     PtrauthKey = 2
	Ptrauth_key_asdb                     PtrauthKey = 3
	Ptrauth_key_process_independent_code PtrauthKey = 0
	Ptrauth_key_process_dependent_code   PtrauthKey = 1
	Ptrauth_key_process_independent_data PtrauthKey = 2
	Ptrauth_key_process_dependent_data   PtrauthKey = 3
	Ptrauth_key_return_address           PtrauthKey = 1
	Ptrauth_key_frame_pointer            PtrauthKey = 3
	Ptrauth_key_function_pointer         PtrauthKey = 0
	Ptrauth_key_block_function           PtrauthKey = 0
	Ptrauth_key_cxx_vtable_pointer       PtrauthKey = 2
	Ptrauth_key_method_list_pointer      PtrauthKey = 2
	Ptrauth_key_objc_isa_pointer         PtrauthKey = 2
	Ptrauth_key_objc_super_pointer       PtrauthKey = 2
	Ptrauth_key_objc_sel_pointer         PtrauthKey = 3
	Ptrauth_key_objc_class_ro_pointer    PtrauthKey = 2
	Ptrauth_key_block_descriptor_pointer PtrauthKey = 2
	Ptrauth_key_init_fini_pointer        PtrauthKey = 0
)

func (PtrauthKey) String added in v0.17.0

func (e PtrauthKey) String() string

String returns the PtrauthKey constant's name, or its numeric form when the value is not a known constant.

type QosClass added in v0.17.0

type QosClass uint32
const (
	QosClassUserInteractive QosClass = 33
	QosClassUserInitiated   QosClass = 25
	QosClassDefault         QosClass = 21
	QosClassUtility         QosClass = 17
	QosClassBackground      QosClass = 9
	QosClassUnspecified     QosClass = 0
)

func (QosClass) String added in v0.17.0

func (e QosClass) String() string

String returns the QosClass constant's name, or its numeric form when the value is not a known constant.

type SCBondStatus

type SCBondStatus struct{}

This is the type of a reference to an object that represents the status of an Ethernet Bond interface.

type SCBondStatusRef added in v0.18.0

type SCBondStatusRef struct{ obj.Object }

SCBondStatusRef is a handle for the opaque SCBondStatusRef type.

func SCBondInterfaceCopyStatus

func SCBondInterfaceCopyStatus(bond unsafe.Pointer) SCBondStatusRef

SCBondInterfaceCopyStatus calls the SystemConfiguration framework function SCBondInterfaceCopyStatus.

func (SCBondStatusRef) IsNil added in v0.18.0

func (h SCBondStatusRef) IsNil() bool

IsNil reports whether SCBondStatusRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type SCDynamicStore

type SCDynamicStore struct{}

This is the handle to an open a dynamic store session with the system configuration daemon.

type SCDynamicStoreContext

type SCDynamicStoreContext struct {
	Version         int
	Info            unsafe.Pointer
	Retain          unsafe.Pointer
	Release         unsafe.Pointer
	CopyDescription unsafe.Pointer
}

Structure containing user-specified data and callbacks for a dynamic store session.

type SCDynamicStoreRef added in v0.18.0

type SCDynamicStoreRef struct{ obj.Object }

SCDynamicStoreRef is a handle for the opaque SCDynamicStoreRef type.

func SCDynamicStoreCreate

func SCDynamicStoreCreate(allocator corefoundation.CFAllocatorRef, name corefoundation.CFStringRef, callout unsafe.Pointer, context_ unsafe.Pointer) SCDynamicStoreRef

SCDynamicStoreCreate calls the SystemConfiguration framework function SCDynamicStoreCreate.

func SCDynamicStoreCreateWithOptions

func SCDynamicStoreCreateWithOptions(allocator corefoundation.CFAllocatorRef, name corefoundation.CFStringRef, storeOptions corefoundation.CFDictionaryRef, callout unsafe.Pointer, context_ unsafe.Pointer) SCDynamicStoreRef

SCDynamicStoreCreateWithOptions calls the SystemConfiguration framework function SCDynamicStoreCreateWithOptions.

func (SCDynamicStoreRef) IsNil added in v0.18.0

func (h SCDynamicStoreRef) IsNil() bool

IsNil reports whether SCDynamicStoreRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type SCNetworkConnection

type SCNetworkConnection struct{}

This is the handle to manage a connection-oriented service.

type SCNetworkConnectionContext

type SCNetworkConnectionContext struct {
	Version         int
	Info            unsafe.Pointer
	Retain          unsafe.Pointer
	Release         unsafe.Pointer
	CopyDescription unsafe.Pointer
}

A structure containing user-specified data and callbacks for a network connection.

type SCNetworkConnectionPPPStatus

type SCNetworkConnectionPPPStatus int32

The PPP-specific status of the network connection.

const (
	// PPP is disconnected.
	KSCNetworkConnectionPPPDisconnected SCNetworkConnectionPPPStatus = 0
	// PPP is initializing.
	KSCNetworkConnectionPPPInitializing SCNetworkConnectionPPPStatus = 1
	// PPP is connecting the lower connection layer (for example, the modem is dialing out).
	KSCNetworkConnectionPPPConnectingLink SCNetworkConnectionPPPStatus = 2
	// PPP is waiting for networking traffic to automatically establish the connection.
	KSCNetworkConnectionPPPDialOnTraffic SCNetworkConnectionPPPStatus = 3
	// The PPP lower layer is connected and PPP is negotiating the link layer (LCP protocol).
	KSCNetworkConnectionPPPNegotiatingLink SCNetworkConnectionPPPStatus = 4
	// PPP is authenticating to the server (PAP, CHAP, MS-CHAP, or EAP protocols).
	KSCNetworkConnectionPPPAuthenticating SCNetworkConnectionPPPStatus = 5
	// PPP is waiting for the server to call back.
	KSCNetworkConnectionPPPWaitingForCallBack SCNetworkConnectionPPPStatus = 6
	// PPP is now authenticated and negotiating the networking layer (IPCP or IPv6CP protocols).
	KSCNetworkConnectionPPPNegotiatingNetwork SCNetworkConnectionPPPStatus = 7
	// PPP is now fully connected for at least one networking layer. Additional networking protocol might still be negotiating.
	KSCNetworkConnectionPPPConnected SCNetworkConnectionPPPStatus = 8
	// PPP networking and link protocols are terminating.
	KSCNetworkConnectionPPPTerminating SCNetworkConnectionPPPStatus = 9
	// PPP is disconnecting the lower level (for example, the modem is hanging up).
	KSCNetworkConnectionPPPDisconnectingLink SCNetworkConnectionPPPStatus = 10
	// PPP is disconnected and maintaining the link temporarily off.
	KSCNetworkConnectionPPPHoldingLinkOff SCNetworkConnectionPPPStatus = 11
	// PPP is suspended as a result of the suspend command (for example, when a V.92 Modem is On Hold).
	KSCNetworkConnectionPPPSuspended SCNetworkConnectionPPPStatus = 12
	// PPP has found a busy server and is waiting for redial.
	KSCNetworkConnectionPPPWaitingForRedial SCNetworkConnectionPPPStatus = 13
)

func (SCNetworkConnectionPPPStatus) String

String returns the SCNetworkConnectionPPPStatus constant's name, or its numeric form when the value is not a known constant.

type SCNetworkConnectionRef added in v0.18.0

type SCNetworkConnectionRef struct{ obj.Object }

SCNetworkConnectionRef is a handle for the opaque SCNetworkConnectionRef type.

func SCNetworkConnectionCreateWithServiceID

func SCNetworkConnectionCreateWithServiceID(allocator corefoundation.CFAllocatorRef, serviceID corefoundation.CFStringRef, callout unsafe.Pointer, context_ unsafe.Pointer) SCNetworkConnectionRef

SCNetworkConnectionCreateWithServiceID calls the SystemConfiguration framework function SCNetworkConnectionCreateWithServiceID.

func (SCNetworkConnectionRef) IsNil added in v0.18.0

func (h SCNetworkConnectionRef) IsNil() bool

IsNil reports whether SCNetworkConnectionRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type SCNetworkConnectionStatus

type SCNetworkConnectionStatus int32

The current status of the network connection.

const (
	// The network connection refers to an invalid service.
	KSCNetworkConnectionInvalid SCNetworkConnectionStatus = -1
	// The network connection is disconnected.
	KSCNetworkConnectionDisconnected SCNetworkConnectionStatus = 0
	// The network connection is connecting.
	KSCNetworkConnectionConnecting SCNetworkConnectionStatus = 1
	// The network connection is connected.
	KSCNetworkConnectionConnected SCNetworkConnectionStatus = 2
	// The network connection is disconnecting.
	KSCNetworkConnectionDisconnecting SCNetworkConnectionStatus = 3
)

func SCNetworkConnectionGetStatus

func SCNetworkConnectionGetStatus(connection SCNetworkConnectionRef) SCNetworkConnectionStatus

SCNetworkConnectionGetStatus calls the SystemConfiguration framework function SCNetworkConnectionGetStatus.

func (SCNetworkConnectionStatus) String

func (e SCNetworkConnectionStatus) String() string

String returns the SCNetworkConnectionStatus constant's name, or its numeric form when the value is not a known constant.

type SCNetworkInterface

type SCNetworkInterface struct{}

This is the type of a reference to an object that represents a network interface.

type SCNetworkInterfaceRef added in v0.18.0

type SCNetworkInterfaceRef struct{ obj.Object }

SCNetworkInterfaceRef is a handle for the opaque SCNetworkInterfaceRef type.

func SCNetworkInterfaceCreateWithInterface

func SCNetworkInterfaceCreateWithInterface(interface_ SCNetworkInterfaceRef, interfaceType corefoundation.CFStringRef) SCNetworkInterfaceRef

SCNetworkInterfaceCreateWithInterface calls the SystemConfiguration framework function SCNetworkInterfaceCreateWithInterface.

func SCNetworkInterfaceGetInterface

func SCNetworkInterfaceGetInterface(interface_ SCNetworkInterfaceRef) SCNetworkInterfaceRef

SCNetworkInterfaceGetInterface calls the SystemConfiguration framework function SCNetworkInterfaceGetInterface.

func SCNetworkServiceGetInterface

func SCNetworkServiceGetInterface(service SCNetworkServiceRef) SCNetworkInterfaceRef

SCNetworkServiceGetInterface calls the SystemConfiguration framework function SCNetworkServiceGetInterface.

func SCVLANInterfaceGetPhysicalInterface

func SCVLANInterfaceGetPhysicalInterface(vlan unsafe.Pointer) SCNetworkInterfaceRef

SCVLANInterfaceGetPhysicalInterface calls the SystemConfiguration framework function SCVLANInterfaceGetPhysicalInterface.

func (SCNetworkInterfaceRef) IsNil added in v0.18.0

func (h SCNetworkInterfaceRef) IsNil() bool

IsNil reports whether SCNetworkInterfaceRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type SCNetworkProtocol

type SCNetworkProtocol struct{}

This is the type of a reference to an object that represents a network protocol.

type SCNetworkProtocolRef added in v0.18.0

type SCNetworkProtocolRef struct{ obj.Object }

SCNetworkProtocolRef is a handle for the opaque SCNetworkProtocolRef type.

func SCNetworkServiceCopyProtocol

func SCNetworkServiceCopyProtocol(service SCNetworkServiceRef, protocolType corefoundation.CFStringRef) SCNetworkProtocolRef

SCNetworkServiceCopyProtocol calls the SystemConfiguration framework function SCNetworkServiceCopyProtocol.

func (SCNetworkProtocolRef) IsNil added in v0.18.0

func (h SCNetworkProtocolRef) IsNil() bool

IsNil reports whether SCNetworkProtocolRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type SCNetworkReachability

type SCNetworkReachability struct{}

This is the handle to a network address or name.

type SCNetworkReachabilityContext

type SCNetworkReachabilityContext struct {
	Version         int
	Info            unsafe.Pointer
	Retain          unsafe.Pointer
	Release         unsafe.Pointer
	CopyDescription unsafe.Pointer
}

Structure containing user-specified data and callbacks used with SCNetworkReachabilitySetCallback.

type SCNetworkReachabilityFlags

type SCNetworkReachabilityFlags uint32

Flags that indicate the reachability of a network node name or address, including whether a connection is required, and whether some user intervention might be required when establishing a connection. Bitmask — values may be combined with |.

const (
	// The specified node name or address can be reached via a transient connection, such as PPP.
	KSCNetworkReachabilityFlagsTransientConnection SCNetworkReachabilityFlags = 1
	// The specified node name or address can be reached using the current network configuration.
	KSCNetworkReachabilityFlagsReachable SCNetworkReachabilityFlags = 2
	// The specified node name or address can be reached using the current network configuration, but a connection must first be established. If this flag is set, the kSCNetworkReachabilityFlagsConnectionOnTraffic flag, kSCNetworkReachabilityFlagsConnectionOnDemand flag, or kSCNetworkReachabilityFlagsIsWWAN flag is also typically set to indicate the type of connection required. If the user must manually make the connection, the kSCNetworkReachabilityFlagsInterventionRequired flag is also set.
	KSCNetworkReachabilityFlagsConnectionRequired SCNetworkReachabilityFlags = 4
	// The specified node name or address can be reached using the current network configuration, but a connection must first be established. Any traffic directed to the specified name or address will initiate the connection.
	KSCNetworkReachabilityFlagsConnectionOnTraffic SCNetworkReachabilityFlags = 8
	// The specified node name or address can be reached using the current network configuration, but a connection must first be established.
	KSCNetworkReachabilityFlagsInterventionRequired SCNetworkReachabilityFlags = 16
	// The specified node name or address can be reached using the current network configuration, but a connection must first be established.
	KSCNetworkReachabilityFlagsConnectionOnDemand SCNetworkReachabilityFlags = 32
	// The specified node name or address is one that is associated with a network interface on the current system.
	KSCNetworkReachabilityFlagsIsLocalAddress SCNetworkReachabilityFlags = 65536
	// Network traffic to the specified node name or address will not go through a gateway, but is routed directly to one of the interfaces in the system.
	KSCNetworkReachabilityFlagsIsDirect SCNetworkReachabilityFlags = 131072
)

func SCNetworkReachabilityGetFlags

func SCNetworkReachabilityGetFlags(target SCNetworkReachabilityRef) (result uint8, flags SCNetworkReachabilityFlags)

SCNetworkReachabilityGetFlags calls the SystemConfiguration framework function SCNetworkReachabilityGetFlags.

func (SCNetworkReachabilityFlags) String

String returns the SCNetworkReachabilityFlags constant's name, or its numeric form when the value is not a known constant.

type SCNetworkReachabilityRef added in v0.18.0

type SCNetworkReachabilityRef struct{ obj.Object }

SCNetworkReachabilityRef is a handle for the opaque SCNetworkReachabilityRef type.

func SCNetworkReachabilityCreateWithAddress

func SCNetworkReachabilityCreateWithAddress(allocator corefoundation.CFAllocatorRef, address unsafe.Pointer) SCNetworkReachabilityRef

SCNetworkReachabilityCreateWithAddress calls the SystemConfiguration framework function SCNetworkReachabilityCreateWithAddress.

func SCNetworkReachabilityCreateWithAddressPair

func SCNetworkReachabilityCreateWithAddressPair(allocator corefoundation.CFAllocatorRef, localAddress unsafe.Pointer, remoteAddress unsafe.Pointer) SCNetworkReachabilityRef

SCNetworkReachabilityCreateWithAddressPair calls the SystemConfiguration framework function SCNetworkReachabilityCreateWithAddressPair.

func SCNetworkReachabilityCreateWithName

func SCNetworkReachabilityCreateWithName(allocator corefoundation.CFAllocatorRef, nodename string) SCNetworkReachabilityRef

SCNetworkReachabilityCreateWithName calls the SystemConfiguration framework function SCNetworkReachabilityCreateWithName.

func (SCNetworkReachabilityRef) IsNil added in v0.18.0

func (h SCNetworkReachabilityRef) IsNil() bool

IsNil reports whether SCNetworkReachabilityRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type SCNetworkService

type SCNetworkService struct{}

This is the type of a reference to an object that represents a network service.

type SCNetworkServiceRef added in v0.18.0

type SCNetworkServiceRef struct{ obj.Object }

SCNetworkServiceRef is a handle for the opaque SCNetworkServiceRef type.

func SCNetworkServiceCopy

func SCNetworkServiceCopy(prefs SCPreferencesRef, serviceID corefoundation.CFStringRef) SCNetworkServiceRef

SCNetworkServiceCopy calls the SystemConfiguration framework function SCNetworkServiceCopy.

func SCNetworkServiceCreate

func SCNetworkServiceCreate(prefs SCPreferencesRef, interface_ SCNetworkInterfaceRef) SCNetworkServiceRef

SCNetworkServiceCreate calls the SystemConfiguration framework function SCNetworkServiceCreate.

func (SCNetworkServiceRef) IsNil added in v0.18.0

func (h SCNetworkServiceRef) IsNil() bool

IsNil reports whether SCNetworkServiceRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type SCNetworkSet

type SCNetworkSet struct{}

This is the type of a reference to an object that represents a network set.

type SCNetworkSetRef added in v0.18.0

type SCNetworkSetRef struct{ obj.Object }

SCNetworkSetRef is a handle for the opaque SCNetworkSetRef type.

func SCNetworkSetCopy

func SCNetworkSetCopy(prefs SCPreferencesRef, setID corefoundation.CFStringRef) SCNetworkSetRef

SCNetworkSetCopy calls the SystemConfiguration framework function SCNetworkSetCopy.

func SCNetworkSetCopyCurrent

func SCNetworkSetCopyCurrent(prefs SCPreferencesRef) SCNetworkSetRef

SCNetworkSetCopyCurrent calls the SystemConfiguration framework function SCNetworkSetCopyCurrent.

func SCNetworkSetCreate

func SCNetworkSetCreate(prefs SCPreferencesRef) SCNetworkSetRef

SCNetworkSetCreate calls the SystemConfiguration framework function SCNetworkSetCreate.

func (SCNetworkSetRef) IsNil added in v0.18.0

func (h SCNetworkSetRef) IsNil() bool

IsNil reports whether SCNetworkSetRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type SCPreferences

type SCPreferences struct{}

This is the handle to an open preferences session for accessing system configuration preferences.

type SCPreferencesContext

type SCPreferencesContext struct {
	Version         int
	Info            unsafe.Pointer
	Retain          unsafe.Pointer
	Release         unsafe.Pointer
	CopyDescription unsafe.Pointer
}

A structure containing user-specified data and callbacks for accessing system configuration preferences.

type SCPreferencesNotification

type SCPreferencesNotification uint32

The type of notification (used with the SCPreferencesCallBack callback). Bitmask — values may be combined with |.

const (
	// Indicates when new preferences have been saved.
	KSCPreferencesNotificationCommit SCPreferencesNotification = 1
	// Indicates when a request has been made to apply the currently saved preferences to the active system configuration.
	KSCPreferencesNotificationApply SCPreferencesNotification = 2
)

func (SCPreferencesNotification) String

func (e SCPreferencesNotification) String() string

String returns the SCPreferencesNotification constant's name, or its numeric form when the value is not a known constant.

type SCPreferencesRef added in v0.18.0

type SCPreferencesRef struct{ obj.Object }

SCPreferencesRef is a handle for the opaque SCPreferencesRef type.

func SCPreferencesCreate

SCPreferencesCreate calls the SystemConfiguration framework function SCPreferencesCreate.

func SCPreferencesCreateWithAuthorization

func SCPreferencesCreateWithAuthorization(allocator corefoundation.CFAllocatorRef, name corefoundation.CFStringRef, prefsID corefoundation.CFStringRef, authorization obj.Object) SCPreferencesRef

SCPreferencesCreateWithAuthorization calls the SystemConfiguration framework function SCPreferencesCreateWithAuthorization.

func (SCPreferencesRef) IsNil added in v0.18.0

func (h SCPreferencesRef) IsNil() bool

IsNil reports whether SCPreferencesRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.

type Tag added in v0.17.0

type Tag int32
const (
	TagUndefinedTag  Tag = 0
	TagExtendedAllow Tag = 1
	TagExtendedDeny  Tag = 2
)

func (Tag) String added in v0.17.0

func (e Tag) String() string

String returns the Tag constant's name, or its numeric form when the value is not a known constant.

type Type added in v0.17.0

type Type int32
const (
	TypeExtended Type = 256
	TypeAccess   Type = 0
	TypeDefault  Type = 1
	TypeAfs      Type = 2
	TypeCoda     Type = 3
	TypeNtfs     Type = 4
	TypeNwfs     Type = 5
)

func (Type) String added in v0.17.0

func (e Type) String() string

String returns the Type constant's name, or its numeric form when the value is not a known constant.

type VirtualMemoryGuardExceptionCode added in v0.17.0

type VirtualMemoryGuardExceptionCode uint32
const (
	KGUARD_EXC_DEALLOC_GAP                   VirtualMemoryGuardExceptionCode = 1
	KGUARD_EXC_RECLAIM_COPYIO_FAILURE        VirtualMemoryGuardExceptionCode = 2
	KGUARD_EXC_RECLAIM_INDEX_FAILURE         VirtualMemoryGuardExceptionCode = 4
	KGUARD_EXC_RECLAIM_DEALLOCATE_FAILURE    VirtualMemoryGuardExceptionCode = 8
	KGUARD_EXC_RECLAIM_ACCOUNTING_FAILURE    VirtualMemoryGuardExceptionCode = 9
	KGUARD_EXC_SEC_IOPL_ON_EXEC_PAGE         VirtualMemoryGuardExceptionCode = 10
	KGUARD_EXC_SEC_EXEC_ON_IOPL_PAGE         VirtualMemoryGuardExceptionCode = 11
	KGUARD_EXC_SEC_UPL_WRITE_ON_EXEC_REGION  VirtualMemoryGuardExceptionCode = 12
	KGUARD_EXC_LARGE_ALLOCATION_TELEMETRY    VirtualMemoryGuardExceptionCode = 13
	KGUARD_EXC_SEC_ACCESS_FAULT              VirtualMemoryGuardExceptionCode = 98
	KGUARD_EXC_SEC_ASYNC_ACCESS_FAULT        VirtualMemoryGuardExceptionCode = 99
	KGUARD_EXC_SEC_COPY_DENIED               VirtualMemoryGuardExceptionCode = 100
	KGUARD_EXC_SEC_SHARING_DENIED            VirtualMemoryGuardExceptionCode = 101
	KGUARD_EXC_MTE_SYNC_FAULT                VirtualMemoryGuardExceptionCode = 200
	KGUARD_EXC_MTE_ASYNC_USER_FAULT          VirtualMemoryGuardExceptionCode = 201
	KGUARD_EXC_MTE_ASYNC_KERN_FAULT          VirtualMemoryGuardExceptionCode = 202
	KGUARD_EXC_GUARD_OBJECT_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 203
	KGUARD_EXC_GUARD_OBJECT_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 204
)

func (VirtualMemoryGuardExceptionCode) String added in v0.17.0

String returns the VirtualMemoryGuardExceptionCode constant's name, or its numeric form when the value is not a known constant.

type XpcListenerCreateFlags added in v0.17.0

type XpcListenerCreateFlags uint64

Bitmask — values may be combined with |.

const (
	XpcListenerCreateFlagsNone            XpcListenerCreateFlags = 0
	XpcListenerCreateFlagsInactive        XpcListenerCreateFlags = 1
	XpcListenerCreateFlagsForceMach       XpcListenerCreateFlags = 2
	XpcListenerCreateFlagsForceXpcservice XpcListenerCreateFlags = 4
)

func (XpcListenerCreateFlags) String added in v0.17.0

func (e XpcListenerCreateFlags) String() string

String returns the XpcListenerCreateFlags constant's name, or its numeric form when the value is not a known constant.

type XpcSessionCreateFlags added in v0.17.0

type XpcSessionCreateFlags uint64

Bitmask — values may be combined with |.

const (
	XpcSessionCreateFlagsNone           XpcSessionCreateFlags = 0
	XpcSessionCreateFlagsInactive       XpcSessionCreateFlags = 1
	XpcSessionCreateFlagsMachPrivileged XpcSessionCreateFlags = 2
)

func (XpcSessionCreateFlags) String added in v0.17.0

func (e XpcSessionCreateFlags) String() string

String returns the XpcSessionCreateFlags constant's name, or its numeric form when the value is not a known constant.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL