Searched refs:interface (Results 1 - 25 of 1094) sorted by last modified time

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c318 void kdp_set_interface(void *interface, const struct kdp_ether_addr *macaddr);
657 when the interface gets initialized for real.
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dkern_stackshot.c819 #error Oh come on... we should really unify the physical -> kernel virtual interface
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp1510 /* If the plist has a UUID for an interface, save that off.
2066 flags.interface = 1;
2073 flags.interface = 1; // xxx - hm. the kernel itself isn't an interface...
3712 return flags.interface;
3861 /* An interface kext doesn't have a linked executable with an LC_UUID,
4996 kxlddeps[i].interface = (u_char *) dependency->linkedExecutable->getBytesNoCopy();
5058 /* Whip up a fake kmod_info entry for the interface kext.
5072 /* An interface kext doesn't have a linkedExecutable, so save a
6089 /* An interface kex
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.h102 ifnet_t ipsec_if; /* IPSec interface to use */
103 ifnet_t outgoing_if; /* Outgoing interface for encrypted traffic */
360 extern int ipsec4_interface_output(struct ipsec_output_state *state, ifnet_t interface);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c119 ifnet_allocate(const struct ifnet_init_params *init, ifnet_t *interface) argument
148 return (ifnet_allocate_extended(&einit, interface));
153 ifnet_t *interface)
354 *interface = ifp;
359 *interface = NULL;
367 * function. If the interface is attached, the interface will be
368 * recycled when the interface's if_free function is called. If the
369 * interface is never attached, the if_free function will never be
370 * called and the interface wil
152 ifnet_allocate_extended(const struct ifnet_init_eparams *einit0, ifnet_t *interface) argument
400 ifnet_softc(ifnet_t interface) argument
406 ifnet_name(ifnet_t interface) argument
412 ifnet_family(ifnet_t interface) argument
418 ifnet_subfamily(ifnet_t interface) argument
424 ifnet_unit(ifnet_t interface) argument
431 ifnet_index(ifnet_t interface) argument
438 ifnet_set_flags(ifnet_t interface, u_int16_t new_flags, u_int16_t mask) argument
473 ifnet_flags(ifnet_t interface) argument
523 ifnet_set_eflags(ifnet_t interface, u_int32_t new_flags, u_int32_t mask) argument
579 ifnet_eflags(ifnet_t interface) argument
791 ifnet_set_offload(ifnet_t interface, ifnet_offload_t offload) argument
840 ifnet_offload(ifnet_t interface) argument
847 ifnet_set_tso_mtu(ifnet_t interface, sa_family_t family, u_int32_t mtuLen) argument
878 ifnet_get_tso_mtu(ifnet_t interface, sa_family_t family, u_int32_t *mtuLen) argument
909 ifnet_set_wake_flags(ifnet_t interface, u_int32_t properties, u_int32_t mask) argument
951 ifnet_get_wake_flags(ifnet_t interface) argument
960 ifnet_set_link_mib_data(ifnet_t interface, void *mibData, u_int32_t mibLen) argument
973 ifnet_get_link_mib_data(ifnet_t interface, void *mibData, u_int32_t *mibLen) argument
996 ifnet_get_link_mib_data_length(ifnet_t interface) argument
1002 ifnet_output(ifnet_t interface, protocol_family_t protocol_family, mbuf_t m, void *route, const struct sockaddr *dest) argument
1014 ifnet_output_raw(ifnet_t interface, protocol_family_t protocol_family, mbuf_t m) argument
1025 ifnet_set_mtu(ifnet_t interface, u_int32_t mtu) argument
1035 ifnet_mtu(ifnet_t interface) argument
1041 ifnet_type(ifnet_t interface) argument
1047 ifnet_set_addrlen(ifnet_t interface, u_char addrlen) argument
1057 ifnet_addrlen(ifnet_t interface) argument
1063 ifnet_set_hdrlen(ifnet_t interface, u_char hdrlen) argument
1073 ifnet_hdrlen(ifnet_t interface) argument
1079 ifnet_set_metric(ifnet_t interface, u_int32_t metric) argument
1089 ifnet_metric(ifnet_t interface) argument
1482 ifnet_touch_lastchange(ifnet_t interface) argument
1493 ifnet_lastchange(ifnet_t interface, struct timeval *last_change) argument
1506 ifnet_get_address_list(ifnet_t interface, ifaddr_t **addresses) argument
1518 ifnet_get_address_list_family(ifnet_t interface, ifaddr_t **addresses, sa_family_t family) argument
1526 ifnet_get_inuse_address_list(ifnet_t interface, ifaddr_t **addresses) argument
1538 ifnet_get_address_list_family_internal(ifnet_t interface, ifaddr_t **addresses, sa_family_t family, int detached, int how, int return_inuse_addrs) argument
1668 ifnet_lladdr(ifnet_t interface) argument
1690 ifnet_llbroadcast_copy_bytes(ifnet_t interface, void *addr, size_t buffer_len, size_t *out_len) argument
1717 ifnet_lladdr_copy_bytes_internal(ifnet_t interface, void *lladdr, size_t lladdr_len, kauth_cred_t *credp) argument
1752 ifnet_lladdr_copy_bytes(ifnet_t interface, void *lladdr, size_t length) argument
1759 ifnet_guarded_lladdr_copy_bytes(ifnet_t interface, void *lladdr, size_t length) argument
1789 ifnet_set_lladdr_internal(ifnet_t interface, const void *lladdr, size_t lladdr_len, u_char new_type, int apply_type) argument
1839 ifnet_set_lladdr(ifnet_t interface, const void* lladdr, size_t lladdr_len) argument
1845 ifnet_set_lladdr_and_type(ifnet_t interface, const void* lladdr, size_t lladdr_len, u_char type) argument
1853 ifnet_add_multicast(ifnet_t interface, const struct sockaddr *maddr, ifmultiaddr_t *ifmap) argument
2328 ifaddr_findbestforaddr(const struct sockaddr *addr, ifnet_t interface) argument
[all...]
H A Dkpi_interface.h31 the kernel. The network interface KPI may be used to implement
65 @abstract Constants defining interface families.
67 @constant IFNET_FAMILY_ANY Match interface of any family type.
68 @constant IFNET_FAMILY_LOOPBACK A software loopback interface.
69 @constant IFNET_FAMILY_ETHERNET An Ethernet interface.
70 @constant IFNET_FAMILY_SLIP A SLIP interface.
71 @constant IFNET_FAMILY_TUN A tunnel interface.
72 @constant IFNET_FAMILY_VLAN A virtual LAN interface.
73 @constant IFNET_FAMILY_PPP A PPP interface.
74 @constant IFNET_FAMILY_PVC A PVC interface
[all...]
H A Dbpf.h707 * like interface index, interface name
839 * The DLT_ is used for capturing data on a secure tunnel interface.
1035 * dli_ifindex is the interface index of the interface on which the
1038 * dli_grifindex is the group interface index number (for IPMP interfaces).
1272 * Structure to retrieve available DLTs for the interface.
1301 @abstract Constants defining interface families.
1324 used to send a raw packet on the interface. The mbuf and data
1327 @param interface Th
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dvpnplugins.c419 int call_ipconfig(char *command, char *interface, struct in_addr *address, int timeout) argument
437 execle("/usr/sbin/ipconfig", "ipconfig", command, interface, "FAILOVER", str, "255.255.255.255", str1, (char *)0, (char *)0);
458 int configure_failover(char *interface, struct in_addr *address, int timeout) argument
462 err = call_ipconfig("setservice", interface, address, timeout);
472 int unconfigure_failover(char *interface, struct in_addr *address) argument
476 err = call_ipconfig("removeservice", interface, address, 0);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_main.c1000 /* If the primary interface is not cellular, switch off of cellular */
1392 CFDictionaryRef service = NULL, interface; local
1398 interface = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serviceID, kSCEntNetInterface);
1399 if (interface)
1400 iftype = CFDictionaryGetValue(interface, kSCPropNetInterfaceType);
1402 if (!interface || (serv && !my_CFEqual(iftype, serv->typeRef))) {
1414 subtype = CFDictionaryGetValue(interface, kSCPropNetInterfaceSubType);
1434 my_CFRelease(&interface);
1440 an interface structure needs to be created
1515 an interface i
[all...]
H A Dipsec_manager.c412 an interface structure needs to be created
426 an interface is come down, dispose the structure
679 SCNetworkInterfaceRef interface = NULL; local
706 // get the interface associated with the service
707 interface = SCNetworkServiceGetInterface(service);
708 if ((interface == NULL) || !CFEqual(SCNetworkInterfaceGetInterfaceType(interface), kSCNetworkInterfaceTypeIPSec)) {
709 ipsec_log(LOG_ERR, CFSTR("IPSec Controller: interface not IPSec"));
712 CFDataRef passworddata = SCNetworkInterfaceCopyPassword( interface, kSCNetworkInterfacePasswordTypeIPSecXAuth);
2051 /* create the virtual interface */
[all...]
H A Dppp_manager.c132 an interface structure needs to be created
168 an interface is come down, dispose the ppp structure
295 for PPPoE over Airport or Ethernet services, install a protocol to enable the interface
301 CFDictionaryRef interface; local
307 interface = copyEntity(gDynamicStore, kSCDynamicStoreDomainSetup, serv->serviceID, kSCEntNetInterface);
308 if (interface) {
310 device = CFDictionaryGetValue(interface, kSCPropNetInterfaceDeviceName);
311 hardware = CFDictionaryGetValue(interface, kSCPropNetInterfaceHardware);
341 CFRelease(interface);
813 // Scoped interface
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DProcess.inc46 // GetNativeSystemInfo. However, this interface is not present prior
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli12 This interface provides an ocaml API for the LLVM bitcode reader, the
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml10 * This interface provides an ocaml API for the LLVM intermediate
H A Dllvm_bitwriter.mli12 This interface provides an ocaml API for the LLVM bitcode writer, the
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml52 interface, which causes the emission of a stub for each function;
H A Dllvm_executionengine.mli12 This interface provides an ocaml API for LLVM execution engine (JIT/
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli12 This interface provides an ocaml API for the LLVM intermediate
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dtests.c62 _setupReachabilityOptions(int argc, char **argv, const char *interface) argument
73 if (strcasecmp(argv[i], "interface") == 0) {
75 SCPrint(TRUE, stderr, CFSTR("No interface\n"));
80 interface = argv[i];
129 if (interface != NULL) {
132 if (if_nametoindex(interface) == 0) {
133 SCPrint(TRUE, stderr, CFSTR("No interface: %s\n"), interface);
137 str = CFStringCreateWithCString(NULL, interface, kCFStringEncodingASCII);
156 const char *interface; local
936 CFStringRef interface = NULL; local
1062 SCNetworkInterfaceRef interface; local
1109 SCNetworkInterfaceRef interface; local
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConfigurationPrivate.h62 @discussion A network interface representing the loopback
63 interface (lo0).
79 a bridge interface.
176 @discussion Creates an SCNetworkInterface and associated with interface name
178 @param the interface name
198 @discussion Returns the SCNetworkInterface associated with the BT-PAN interface
199 @result The BT-PAN interface; NULL if the interface is not (yet) known.
206 @discussion Returns the /dev pathname for the interface.
207 @param interface Th
[all...]
H A DSCNetworkConnection.c1191 SCNetworkInterfaceRef interface; local
1196 interface = SCNetworkServiceGetInterface(service);
1197 if (interface == NULL) {
1201 interfaceType = SCNetworkInterfaceGetInterfaceType(interface);
H A DSCNetworkInterface.c156 NULL, // interface type
163 NULL, // [layered] interface
194 { NULL, NULL, NULL }, // vlan { interface, tag, options }
204 NULL, // interface type
211 NULL, // [layered] interface
242 { NULL, NULL, NULL }, // vlan { interface, tag, options }
282 // interface type entity_hardware if config? interface types PPP sub-type interface protocols
451 if (interfacePrivate->interface !
767 __SCNetworkInterfaceCreatePrivate(CFAllocatorRef allocator, SCNetworkInterfaceRef interface, SCPreferencesRef prefs, CFStringRef serviceID) argument
1183 __SCNetworkInterfaceOrder(SCNetworkInterfaceRef interface) argument
1321 pci_slot(io_registry_entry_t interface, CFTypeRef *pci_slot_name) argument
1531 pci_slot_info(io_registry_entry_t interface, int ift, CFStringRef *slot_name, CFStringRef *port_name) argument
1566 isBuiltin(io_registry_entry_t interface) argument
1629 isThunderbolt(io_registry_entry_t interface) argument
1648 processUSBInterface(SCNetworkInterfacePrivateRef interfacePrivate, io_registry_entry_t interface, CFDictionaryRef interface_dict, io_registry_entry_t controller, CFDictionaryRef controller_dict, io_registry_entry_t bus, CFDictionaryRef bus_dict) argument
1680 update_interface_name(SCNetworkInterfacePrivateRef interfacePrivate, io_registry_entry_t interface, Boolean useUSBInfo) argument
1743 merge_override(SCNetworkInterfacePrivateRef interfacePrivate, io_registry_entry_t interface, CFStringRef override) argument
1778 processNetworkInterface(SCNetworkInterfacePrivateRef interfacePrivate, io_registry_entry_t interface, CFDictionaryRef interface_dict, io_registry_entry_t controller, CFDictionaryRef controller_dict, io_registry_entry_t bus, CFDictionaryRef bus_dict) argument
2231 processSerialInterface(SCNetworkInterfacePrivateRef interfacePrivate, io_registry_entry_t interface, CFDictionaryRef interface_dict, io_registry_entry_t controller, CFDictionaryRef controller_dict, io_registry_entry_t bus, CFDictionaryRef bus_dict) argument
2557 createInterface(io_registry_entry_t interface, processInterface func, CFStringRef hidden_key) argument
2691 io_registry_entry_t interface; local
2749 __SCNetworkInterfaceGetDefaultConfigurationType(SCNetworkInterfaceRef interface) argument
2778 __SCNetworkInterfaceIsValidExtendedConfigurationType(SCNetworkInterfaceRef interface, CFStringRef extendedType, Boolean requirePerInterface) argument
2889 extendedConfigurationTypes(SCNetworkInterfaceRef interface) argument
3067 __SCNetworkInterfaceCopyInterfaceEntity(SCNetworkInterfaceRef interface) argument
3164 SCNetworkInterfaceRef interface = CFArrayGetValueAtIndex(interfaces, i); local
3182 SCNetworkInterfaceRef interface = NULL; local
3202 SCNetworkInterfaceRef interface = NULL; local
3220 SCNetworkInterfaceRef interface = NULL; local
3317 SCNetworkInterfaceRef interface; local
3403 __SCNetworkInterfaceUpdateBSDName(SCNetworkInterfaceRef interface, CFStringRef currentBSDName, CFStringRef newBSDName) argument
3429 __SCNetworkInterfaceUpdateIOPath(SCNetworkInterfaceRef interface) argument
3457 __SCNetworkInterfaceSetIOInterfacePrefix(SCNetworkInterfaceRef interface, CFStringRef prefix) argument
3481 __SCNetworkInterfaceSetIOInterfaceUnit(SCNetworkInterfaceRef interface, CFNumberRef unit) argument
3539 __SCNetworkInterfaceCopyStorageEntity(SCNetworkInterfaceRef interface) argument
3625 __SCNetworkInterfaceSetService(SCNetworkInterfaceRef interface, SCNetworkServiceRef service) argument
4445 SCNetworkInterfaceRef interface; local
4450 SCNetworkInterfaceRef interface; local
4480 SCNetworkInterfaceRef interface; local
4646 SCNetworkInterfaceGetSupportedInterfaceTypes(SCNetworkInterfaceRef interface) argument
4697 SCNetworkInterfaceGetSupportedProtocolTypes(SCNetworkInterfaceRef interface) argument
4932 __SCNetworkInterfaceGetDefaultConfiguration(SCNetworkSetRef set, SCNetworkInterfaceRef interface) argument
4976 __SCNetworkInterfaceGetConfiguration(SCNetworkInterfaceRef interface, CFStringRef extendedType) argument
5012 SCNetworkInterfaceGetConfiguration(SCNetworkInterfaceRef interface) argument
5051 SCNetworkInterfaceGetExtendedConfiguration(SCNetworkInterfaceRef interface, CFStringRef extendedType) argument
5077 __SCNetworkInterfaceGetEntityType(SCNetworkInterfaceRef interface) argument
5087 __SCNetworkInterfaceGetEntitySubType(SCNetworkInterfaceRef interface) argument
5096 SCNetworkInterfaceGetBSDName(SCNetworkInterfaceRef interface) argument
5116 SCNetworkInterfaceGetHardwareAddressString(SCNetworkInterfaceRef interface) argument
5153 SCNetworkInterfaceGetInterface(SCNetworkInterfaceRef interface) argument
5167 SCNetworkInterfaceGetInterfaceType(SCNetworkInterfaceRef interface) argument
5202 copy_display_name(SCNetworkInterfaceRef interface, Boolean localized, Boolean oldLocalization) argument
5296 __SCNetworkInterfaceCopyXLocalizedDisplayName(SCNetworkInterfaceRef interface) argument
5312 __SCNetworkInterfaceCopyXNonLocalizedDisplayName(SCNetworkInterfaceRef interface) argument
5328 __SCNetworkInterfaceSetUserDefinedName(SCNetworkInterfaceRef interface, CFStringRef name) argument
5354 __SCNetworkInterfaceGetUserDefinedName(SCNetworkInterfaceRef interface) argument
5368 __SCNetworkInterfaceGetNonLocalizedDisplayName(SCNetworkInterfaceRef interface) argument
5386 SCNetworkInterfaceGetLocalizedDisplayName(SCNetworkInterfaceRef interface) argument
5405 __SCNetworkInterfaceGetTemplateOverrides(SCNetworkInterfaceRef interface, CFStringRef overrideType) argument
5428 __SCNetworkInterfaceSetDefaultConfiguration(SCNetworkSetRef set, SCNetworkInterfaceRef interface, CFStringRef defaultType, CFDictionaryRef config, Boolean okToHold) argument
5498 __SCNetworkInterfaceSetConfiguration(SCNetworkInterfaceRef interface, CFStringRef extendedType, CFDictionaryRef config, Boolean okToHold) argument
5574 SCNetworkInterfaceSetConfiguration(SCNetworkInterfaceRef interface, CFDictionaryRef config) argument
5593 SCNetworkInterfaceSetExtendedConfiguration(SCNetworkInterfaceRef interface, CFStringRef extendedType, CFDictionaryRef config) argument
5698 SCNetworkInterfaceForceConfigurationRefresh(SCNetworkInterfaceRef interface) argument
5821 checkInterfacePassword(SCNetworkInterfaceRef interface, SCNetworkInterfacePasswordType passwordType, SCPreferencesRef *prefs, CFStringRef *serviceID) argument
5918 SCNetworkInterfaceCheckPassword(SCNetworkInterfaceRef interface, SCNetworkInterfacePasswordType passwordType) argument
6052 SCNetworkInterfaceCopyPassword(SCNetworkInterfaceRef interface, SCNetworkInterfacePasswordType passwordType) argument
6188 SCNetworkInterfaceRemovePassword(SCNetworkInterfaceRef interface, SCNetworkInterfacePasswordType passwordType) argument
6353 SCNetworkInterfaceSetPassword(SCNetworkInterfaceRef interface, SCNetworkInterfacePasswordType passwordType, CFDataRef password, CFDictionaryRef options) argument
6808 _SCNetworkInterfaceCopyInterfaceInfo(SCNetworkInterfaceRef interface) argument
6857 SCNetworkInterfaceRef interface = NULL; local
6873 _SCNetworkInterfaceGetConfigurationAction(SCNetworkInterfaceRef interface) argument
6882 _SCNetworkInterfaceGetHardwareAddress(SCNetworkInterfaceRef interface) argument
6891 _SCNetworkInterfaceGetIOInterfaceNamePrefix(SCNetworkInterfaceRef interface) argument
6900 _SCNetworkInterfaceGetIOInterfaceType(SCNetworkInterfaceRef interface) argument
6909 _SCNetworkInterfaceGetIOInterfaceUnit(SCNetworkInterfaceRef interface) argument
6918 _SCNetworkInterfaceGetIOPath(SCNetworkInterfaceRef interface) argument
6927 _SCNetworkInterfaceGetIORegistryEntryID(SCNetworkInterfaceRef interface) argument
6937 __SCNetworkInterfaceIsActive(SCNetworkInterfaceRef interface) argument
6946 _SCNetworkInterfaceIsBuiltin(SCNetworkInterfaceRef interface) argument
6964 SCNetworkInterfaceRef interface = NULL; local
7019 _SCNetworkInterfaceCopySlashDevPath(SCNetworkInterfaceRef interface) argument
7129 _SCNetworkInterfaceIsBluetoothPAN(SCNetworkInterfaceRef interface) argument
7138 _SCNetworkInterfaceIsBluetoothPAN_NAP(SCNetworkInterfaceRef interface) argument
7147 _SCNetworkInterfaceIsBluetoothP2P(SCNetworkInterfaceRef interface) argument
7156 _SCNetworkInterfaceIsHiddenConfiguration(SCNetworkInterfaceRef interface) argument
7165 _SCNetworkInterfaceIsModemV92(SCNetworkInterfaceRef interface) argument
7174 _SCNetworkInterfaceIsTethered(SCNetworkInterfaceRef interface) argument
7183 _SCNetworkInterfaceIsThunderbolt(SCNetworkInterfaceRef interface) argument
7230 __SCNetworkInterfaceCreateCopy(CFAllocatorRef allocator, SCNetworkInterfaceRef interface, SCPreferencesRef prefs, CFStringRef serviceID) argument
7358 __SCNetworkInterfaceCopyDeepConfiguration(SCNetworkSetRef set, SCNetworkInterfaceRef interface) argument
7420 __SCNetworkInterfaceIsMember(SCPreferencesRef prefs, SCNetworkInterfaceRef interface) argument
7468 __SCNetworkInterfaceSetDeepConfiguration(SCNetworkSetRef set, SCNetworkInterfaceRef interface, CFArrayRef configs) argument
7543 SCNetworkInterfaceRef interface; local
7564 SCNetworkInterfaceGetPrimaryRank(SCNetworkInterfaceRef interface) argument
7588 SCNetworkInterfaceSetPrimaryRank(SCNetworkInterfaceRef interface, SCNetworkServicePrimaryRank newRank) argument
7617 SCNetworkInterfaceGetPrimaryRank(SCNetworkInterfaceRef interface) argument
7623 SCNetworkInterfaceSetPrimaryRank(SCNetworkInterfaceRef interface, SCNetworkServicePrimaryRank newRank) argument
7714 SCNetworkInterfaceRef interface = NULL; local
7765 SCNetworkInterfaceRef interface = NULL; local
[all...]
H A DSCNetworkReachability.c353 // if the target interface changed
980 /* no interface info */
981 SCLog(TRUE, LOG_DEBUG, CFSTR("route_get() no interface info"));
988 /* no interface name */
1085 /* get the interface flags */
1161 statusMessage = "isReachable (is interface address)";
2093 CFStringRef interface = NULL; local
2136 interface = CFDictionaryGetValue(options, kSCNetworkReachabilityOptionInterface);
2137 if ((interface != NULL) &&
2138 (!isA_CFString(interface) || (CFStringGetLengt
[all...]
H A DSCPrivate.h141 limited to the provided network interface (e.g. "en0", "en1", ...).
143 #define kSCNetworkReachabilityOptionInterface CFSTR("interface")
563 @param interface A CFString specifying that the proxy configuration
564 for the provided network interface (e.g. "en0", "en1", ...)
566 to an interface.
568 with the requested server and/or network interface.
574 CFStringRef interface) __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_5_0/*SPI*/);
591 kSCProxiesMatchInterface CFString If present, specifies the network interface
594 will not be scoped to an interface.
688 @discussion Returns the interface inde
[all...]
H A DSCProxies.c355 CFStringRef interface = (CFStringRef)key; local
360 CFDictionarySetValue(newScoped, interface, proxy);
452 CFStringRef interface,
474 interface = CFDictionaryGetValue(options, kSCProxiesMatchInterface);
475 interface = isA_CFString(interface);
489 if (interface != NULL) {
492 if (!isA_CFString(interface) ||
493 (CFStringGetLength(interface) == 0)) {
511 proxy = CFDictionaryGetValue(scoped, interface);
450 _SCNetworkProxiesCopyMatchingInternal(CFDictionaryRef globalConfiguration, CFStringRef server, CFStringRef interface, CFDictionaryRef options) argument
645 SCNetworkProxiesCopyMatching(CFDictionaryRef globalConfiguration, CFStringRef server, CFStringRef interface) argument
[all...]

Completed in 249 milliseconds

1234567891011>>