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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h107 // If you see "mDNSlocal" before a function name in a C file, it means the function is not callable outside this file
108 #ifndef mDNSlocal
109 #define mDNSlocal static macro
120 // When "mDNSlocal" is just a synonym for "static", and "mDNSexport" is a complete no-op, you could be
123 // in the project. If you see "mDNSlocal" in front of a function definition it means the programmer
126 // Using "mDNSlocal" instead of "static" makes it easier to do a textual searches for one or the other.

Completed in 250 milliseconds