Searched defs:mDNSexport (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h111 // If you see "mDNSexport" before a symbol in a C file, it means the symbol is exported for use by clients
112 // For every "mDNSexport" in a C file, there needs to be a corresponding "extern" declaration in some header file
115 #ifndef mDNSexport
116 #define mDNSexport macro
120 // When "mDNSlocal" is just a synonym for "static", and "mDNSexport" is a complete no-op, you could be
121 // forgiven for asking what purpose they serve. The idea is that if you see "mDNSexport" in front of a
3149 mDNSexport void mDNSASLLog(uuid_t *uuid, const char *subdomain, const char *result, const char *signature, const char *fmt, ...);

Completed in 92 milliseconds