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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h82 // If you see "mDNSlocal" before a function name in a C file, it means the function is not callable outside this file
83 #ifndef mDNSlocal
84 #define mDNSlocal static macro
95 // When "mDNSlocal" is just a synonym for "static", and "mDNSexport" is a complete no-op, you could be
98 // in the project. If you see "mDNSlocal" in front of a function definition it means the programmer
101 // Using "mDNSlocal" instead of "static" makes it easier to do a textual searches for one or the other.

Completed in 200 milliseconds