Searched refs:mDNS_Init (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | PosixDaemon.c | 197 err = mDNS_Init(&mDNSStorage, &PlatformStorage, gRRCache, RR_CACHE_SIZE, mDNS_Init_AdvertiseLocalAddresses,
|
H A D | mDNSEmbeddedAPI.h | 137 // In the event that structures are not packed correctly, mDNS_Init() will detect this and report an error, so the 1072 // Note: Within an mDNSRecordCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute() 1722 // Note: Within an mDNSServiceCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute() 1843 // Note: Within an mDNSQuestionCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute() 2033 // Note: Within an mDNSServiceInfoQueryCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute() 2287 // No fields need to be set up by the client prior to calling mDNS_Init(); 2612 // Every client should call mDNS_Init, passing in storage for the mDNS object and the mDNS_PlatformSupport object. 2662 extern mStatus mDNS_Init (mDNS *const m, mDNS_PlatformSupport *const p,
|
H A D | mDNS.c | 14224 mDNSexport mStatus mDNS_Init(mDNS *const m, mDNS_PlatformSupport *const p, function
|
Completed in 142 milliseconds