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

/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_protocol.c187 CFStringRef protocolType; local
199 protocolType = CFStringCreateWithCString(NULL, argv[0], kCFStringEncodingUTF8);
213 if (CFStringCompare(protocolType,
216 CFRelease(protocolType);
217 protocolType = CFRetain(supportedType);
223 if (!SCNetworkServiceAddProtocolType(net_service, protocolType)) {
238 net_protocol = SCNetworkServiceCopyProtocol(net_service, protocolType);
246 protocolType);
250 CFRelease(protocolType);
333 CFStringRef protocolType; local
1442 CFStringRef protocolType; local
1512 CFStringRef protocolType; local
1588 CFStringRef protocolType; local
1625 CFStringRef protocolType; local
[all...]
H A Dnet_service.c779 CFStringRef protocolType; local
781 protocolType = SCNetworkProtocolGetProtocolType(protocol);
785 protocolType,
786 sizeof("Interface") - CFStringGetLength(protocolType) - 1,
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkProtocol.c180 __SCNetworkProtocolIsValidType(CFStringRef protocolType) argument
197 if (CFEqual(protocolType, *valid_types[i])) {
203 if (CFStringFindWithOptions(protocolType,
205 CFRangeMake(0, CFStringGetLength(protocolType)),
H A DSCNetworkService.c359 _protocolTemplate(SCNetworkServiceRef service, CFStringRef protocolType) argument
378 template = __copyProtocolTemplate(interfaceType, childInterfaceType, protocolType);
388 overrides = __SCNetworkInterfaceGetTemplateOverrides(interface, protocolType);
414 SCNetworkServiceAddProtocolType(SCNetworkServiceRef service, CFStringRef protocolType) argument
428 if (!__SCNetworkProtocolIsValidType(protocolType)) {
435 protocolType); // entity
456 protocol = SCNetworkServiceCopyProtocol(service, protocolType);
459 newEntity = _protocolTemplate(service, protocolType);
637 SCNetworkServiceCopyProtocol(SCNetworkServiceRef service, CFStringRef protocolType) argument
650 if (!isA_CFString(protocolType)) {
969 CFStringRef protocolType; local
1272 SCNetworkServiceRemoveProtocolType(SCNetworkServiceRef service, CFStringRef protocolType) argument
[all...]
H A DSCNetworkConfigurationInternal.h300 __SCNetworkProtocolIsValidType (CFStringRef protocolType);
340 CFStringRef protocolType);
H A DSCNetworkConfiguration.h945 @param protocolType The type of SCNetworkProtocol to be added to the service.
951 CFStringRef protocolType) __OSX_AVAILABLE_STARTING(__MAC_10_4,__IPHONE_2_0/*SPI*/);
1050 CFStringRef protocolType) __OSX_AVAILABLE_STARTING(__MAC_10_4,__IPHONE_2_0/*SPI*/);
1074 @param protocolType The type of SCNetworkProtocol to be removed from the service.
1080 CFStringRef protocolType) __OSX_AVAILABLE_STARTING(__MAC_10_4,__IPHONE_2_0/*SPI*/);
H A DSCNetworkConfigurationInternal.c296 CFStringRef protocolType)
334 protocol = CFDictionaryGetValue(interface, protocolType);
294 __copyProtocolTemplate(CFStringRef interfaceType, CFStringRef childInterfaceType, CFStringRef protocolType) argument
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/BSD/
H A Dif_firewire.cpp150 fwa->protocolType = htons(FWTYPE_IP);
256 if (fwa->hardwareType != htons(ARP_HDW_TYPE) || fwa->protocolType != htons(FWTYPE_IP)
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFWIPDefinitions.h156 UInt16 protocolType; /* Constant 0x0800 for Serial Bus ARP */ member in struct:__anon1786
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecItem.cpp115 SecProtocolType protocolType; member in struct:ProtocolAttributeInfo
167 result = gProtocolTypes[count].protocolType;
181 SecProtocolType protocolType)
186 if (gProtocolTypes[count].protocolType == protocolType) {
180 _SecAttrProtocolForSecProtocolType( SecProtocolType protocolType) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecItem.cpp115 SecProtocolType protocolType; member in struct:ProtocolAttributeInfo
167 result = gProtocolTypes[count].protocolType;
181 SecProtocolType protocolType)
186 if (gProtocolTypes[count].protocolType == protocolType) {
180 _SecAttrProtocolForSecProtocolType( SecProtocolType protocolType) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecItem.cpp115 SecProtocolType protocolType; member in struct:ProtocolAttributeInfo
167 result = gProtocolTypes[count].protocolType;
181 SecProtocolType protocolType)
186 if (gProtocolTypes[count].protocolType == protocolType) {
180 _SecAttrProtocolForSecProtocolType( SecProtocolType protocolType) argument
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp2116 || arp->protocolType != htons(FWTYPE_IP)

Completed in 310 milliseconds