Searched refs:DNSServiceRef (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Ddns_sd.h81 /* DNSServiceRef, DNSRecordRef
88 typedef struct _DNSServiceRef_t *DNSServiceRef; typedef in typeref:struct:_DNSServiceRef_t
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 sdRe
[all...]
H A Dunsupported.c32 AVAHI_GCC_UNUSED DNSServiceRef sdRef,
51 AVAHI_GCC_UNUSED DNSServiceRef *sdRef,
79 DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(AVAHI_GCC_UNUSED DNSServiceRef *sdRef) {
86 AVAHI_GCC_UNUSED DNSServiceRef sdRef,
100 AVAHI_GCC_UNUSED DNSServiceRef sdRef,
H A Dnull-test.c36 AVAHI_GCC_UNUSED DNSServiceRef sdRef,
48 DNSServiceRef ref1, ref2, ref3, ref4 = NULL;
H A Dcompat.c289 DNSServiceRef sdref = userdata;
306 DNSServiceRef sdref = data;
361 static DNSServiceRef sdref_new(void) {
363 DNSServiceRef sdref = NULL;
421 static void sdref_free(DNSServiceRef sdref) {
456 static void sdref_ref(DNSServiceRef sdref) {
463 static void sdref_unref(DNSServiceRef sdref) {
471 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdref) {
481 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdref) {
523 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Ddns_sd.h81 /* DNSServiceRef, DNSRecordRef
88 typedef struct _DNSServiceRef_t *DNSServiceRef; typedef in typeref:struct:_DNSServiceRef_t
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 sdRe
[all...]
H A Dunsupported.c32 AVAHI_GCC_UNUSED DNSServiceRef sdRef,
51 AVAHI_GCC_UNUSED DNSServiceRef *sdRef,
79 DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(AVAHI_GCC_UNUSED DNSServiceRef *sdRef) {
86 AVAHI_GCC_UNUSED DNSServiceRef sdRef,
100 AVAHI_GCC_UNUSED DNSServiceRef sdRef,
H A Dnull-test.c36 AVAHI_GCC_UNUSED DNSServiceRef sdRef,
48 DNSServiceRef ref1, ref2, ref3, ref4 = NULL;
H A Dcompat.c289 DNSServiceRef sdref = userdata;
306 DNSServiceRef sdref = data;
361 static DNSServiceRef sdref_new(void) {
363 DNSServiceRef sdref = NULL;
421 static void sdref_free(DNSServiceRef sdref) {
456 static void sdref_ref(DNSServiceRef sdref) {
463 static void sdref_unref(DNSServiceRef sdref) {
471 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdref) {
481 DNSServiceErrorType DNSSD_API DNSServiceProcessResult(DNSServiceRef sdref) {
523 void DNSSD_API DNSServiceRefDeallocate(DNSServiceRef sdre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_mdns.c30 * We'll store all the DNSServiceRef's here so that we can
33 static DNSServiceRef *svc_refs = NULL;
88 void RegisterReply(DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode,
169 svc_refs = calloc(svc_ref_count, sizeof(DNSServiceRef));

Completed in 30 milliseconds