]>
git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSMacOSX/Private/dns_xpc.h
1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2012 Apple Inc. All rights reserved.
5 * Defines the common interface between mDNSResponder and the Private ClientLibrary(libdnsprivate.dylib)
6 * Uses XPC as the IPC Mechanism
13 #define kDNSProxyService "com.apple.mDNSResponder.dnsproxy"
15 #define kDNSProxyParameters "DNSProxyParameters"
17 #define kDNSInIfindex0 "InputArrayInterfaceIndex[0]"
18 #define kDNSInIfindex1 "InputArrayInterfaceIndex[1]"
19 #define kDNSInIfindex2 "InputArrayInterfaceIndex[2]"
20 #define kDNSInIfindex3 "InputArrayInterfaceIndex[3]"
21 #define kDNSInIfindex4 "InputArrayInterfaceIndex[4]"
23 #define kDNSOutIfindex "OutputInterfaceIndex"
25 #define kDNSDaemonReply "DaemonReplyStatusToClient"
31 } DaemonReplyStatusCodes
;