• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/

Lines Matching defs:DNSServiceRef

81 /* DNSServiceRef, DNSRecordRef
88 typedef struct _DNSServiceRef_t *DNSServiceRef;
129 * DNSServiceRef. Shared indicates that there may be multiple records
363 * Unix Domain Socket access, DNSServiceRef deallocation, and data processing functions
370 * Access underlying Unix domain socket for an initialized DNSServiceRef.
383 * sdRef: A DNSServiceRef initialized by any of the DNSService calls.
385 * return value: The DNSServiceRef's underlying socket descriptor, or -1 on
389 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRef);
403 * sdRef: A DNSServiceRef initialized by any of the DNSService calls
410 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdRef);
415 * Terminate a connection with the daemon and free memory associated with the DNSServiceRef.
416 * Any services or records registered with this DNSServiceRef will be deregistered. Any
431 * Note: This call is to be used only with the DNSServiceRef defined by this API. It is
435 * sdRef: A DNSServiceRef initialized by any of the DNSService calls.
439 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdRef);
464 * sdRef: The DNSServiceRef initialized by DNSServiceEnumerateDomains().
485 DNSServiceRef sdRef,
497 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
498 * then it initializes the DNSServiceRef, returns kDNSServiceErr_NoError,
500 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
520 * the error that occurred (the callback is not invoked and the DNSServiceRef
526 DNSServiceRef *sdRef,
545 * sdRef: The DNSServiceRef initialized by DNSServiceRegister().
569 DNSServiceRef sdRef,
581 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
582 * then it initializes the DNSServiceRef, returns kDNSServiceErr_NoError,
584 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
648 * the error that occurred (the callback is never invoked and the DNSServiceRef
654 DNSServiceRef *sdRef,
677 * with respect to a single DNSServiceRef. If you plan to have multiple threads
679 * DNSServiceRef, then it's the caller's responsibility to use a mutext lock
685 * sdRef: A DNSServiceRef initialized by DNSServiceRegister().
689 * If the above DNSServiceRef is passed to DNSServiceRefDeallocate(), RecordRef is also
708 DNSServiceRef sdRef,
728 * sdRef: A DNSServiceRef that was initialized by DNSServiceRegister()
748 DNSServiceRef sdRef,
764 * sdRef: A DNSServiceRef initialized by DNSServiceRegister() (if the
780 DNSServiceRef sdRef,
797 * sdRef: The DNSServiceRef initialized by DNSServiceBrowse().
833 DNSServiceRef sdRef,
846 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
847 * then it initializes the DNSServiceRef, returns kDNSServiceErr_NoError,
849 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
873 * the error that occurred (the callback is not invoked and the DNSServiceRef
879 DNSServiceRef *sdRef,
906 * sdRef: The DNSServiceRef initialized by DNSServiceResolve().
952 DNSServiceRef sdRef,
967 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
968 * then it initializes the DNSServiceRef, returns kDNSServiceErr_NoError,
970 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
999 * the error that occurred (the callback is never invoked and the DNSServiceRef
1005 DNSServiceRef *sdRef,
1030 * sdRef: A pointer to an uninitialized DNSServiceRef. Deallocating
1036 * case the DNSServiceRef is not initialized).
1039 DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(DNSServiceRef *sdRef);
1044 * Register an individual resource record on a connected DNSServiceRef.
1052 * sdRef: The connected DNSServiceRef initialized by
1056 * DNSServiceRef is passed to DNSServiceRefDeallocate(), this DNSRecordRef is
1071 DNSServiceRef sdRef,
1081 * sdRef: A DNSServiceRef initialized by DNSServiceCreateConnection().
1085 * (To deregister ALL records registered on a single connected DNSServiceRef
1123 DNSServiceRef sdRef,
1145 * sdRef: The DNSServiceRef initialized by DNSServiceQueryRecord().
1177 DNSServiceRef DNSServiceRef,
1193 * sdRef: A pointer to an uninitialized DNSServiceRef. If the call succeeds
1194 * then it initializes the DNSServiceRef, returns kDNSServiceErr_NoError,
1196 * terminates it by passing this DNSServiceRef to DNSServiceRefDeallocate().
1225 * the error that occurred (the callback is never invoked and the DNSServiceRef
1231 DNSServiceRef *sdRef,