Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mDNS_Init

112 // In the event that structures are not packed correctly, mDNS_Init() will detect this and report an error, so the
882 // Note: Within an mDNSRecordCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1379 // Note: Within an mDNSServiceCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1495 // Note: Within an mDNSQuestionCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1600 // Note: Within an mDNSServiceInfoQueryCallback mDNS all API calls are legal except mDNS_Init(), mDNS_Exit(), mDNS_Execute()
1782 // No fields need to be set up by the client prior to calling mDNS_Init();
2070 // Every client should call mDNS_Init, passing in storage for the mDNS object and the mDNS_PlatformSupport object.
2120 extern mStatus mDNS_Init (mDNS *const m, mDNS_PlatformSupport *const p,