Searched refs:flowProperties (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnectionPrivate.h339 @param flowProperties A dictionary containing properties of the socket
346 CFDictionaryRef flowProperties) __OSX_AVAILABLE_STARTING(__MAC_10_9,__IPHONE_7_0);
H A DSCNetworkConnection.c2889 validate_flow_properties(CFDictionaryRef flowProperties) argument
2895 if (!isA_CFDictionary(flowProperties)) {
2900 host_name_str = CFDictionaryGetValue(flowProperties, kSCNetworkConnectionFlowPropertyHostName);
2906 host_address_data = CFDictionaryGetValue(flowProperties, kSCNetworkConnectionFlowPropertyHostAddress);
2946 host_port_num = CFDictionaryGetValue(flowProperties, kSCNetworkConnectionFlowPropertyHostPort);
2966 CFDictionaryRef flowProperties)
2987 if (!validate_flow_properties(flowProperties)) {
3002 token = VPNAppLayerCreateFlowDivertToken(connection, app_properties, flowProperties);
2965 SCNetworkConnectionCopyFlowDivertToken(SCNetworkConnectionRef connection, CFDictionaryRef flowProperties) argument

Completed in 182 milliseconds