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

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DResolveListener.java53 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
H A DDNSSD.java238 register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener listener) argument
444 _register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener listener) argument
567 _register( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, TXTRecord txtRecord, RegisterListener client) argument
767 AppleRegistration( int flags, int ifIndex, String serviceName, String regType, String domain, String host, int port, byte[] txtRecord, RegisterListener client) argument
793 BeginRegister( int ifIndex, int flags, String serviceName, String regType, String domain, String host, int port, byte[] txtRecord) argument
[all...]
H A DJNISupport.c376 ServiceResolveReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
485 Java_com_apple_dnssd_AppleRegistration_BeginRegister( JNIEnv *pEnv, jobject pThis, jint ifIndex, jint flags, jstring serviceName, jstring regType, jstring domain, jstring host, jint port, jbyteArray txtRecord) argument
/macosx-10.10/NFS-82/showmount/
H A Dmshow.c87 resolve_callback( __unused DNSServiceRef sdRef, __unused DNSServiceFlags flags, __unused uint32_t interfaceIndex, __unused DNSServiceErrorType errorCode, Dused const char *fullName, const char *hostTarget, Dused uint16_t port, Dused uint16_t txtLen, Dused const unsigned char *txtRecord, void *context) argument
/macosx-10.10/mDNSResponder-561.1.1/Clients/FirefoxExtension/
H A DCDNSSDService.cpp335 ResolveReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char * fullname, const char * hosttarget, uint16_t port, uint16_t txtLen, const unsigned char * txtRecord, void * context ) argument
/macosx-10.10/cups-408/cups/test/
H A Dippdiscover.c656 resolve_callback( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullName, const char *hostTarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
H A Dippfind.c2526 resolve_callback( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullName, const char *hostTarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DDNSSDUnitTest.java266 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
[all...]
H A DBrowserApp.java188 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
H A DSimpleChat.java165 serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName, String hostName, int port, TXTRecord txtRecord) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DSearcher.c119 FoundInstanceInfo(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t notAnIntPort, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientlib.c196 void DNSSD_API TXTRecordDeallocate(TXTRecordRef *txtRecord) argument
263 uint16_t DNSSD_API TXTRecordGetLength (const TXTRecordRef *txtRecord) { return(txtRec->datalen); } argument
264 const void * DNSSD_API TXTRecordGetBytesPtr(const TXTRecordRef *txtRecord) { retur argument
71 InternalTXTRecordSearch( uint16_t txtLen, const void *txtRecord, const char *key, unsigned long *keylen ) argument
183 TXTRecordCreate( TXTRecordRef *txtRecord, uint16_t bufferLen, void *buffer ) argument
201 TXTRecordSetValue( TXTRecordRef *txtRecord, const char *key, uint8_t valueSize, const void *value ) argument
246 TXTRecordRemoveValue( TXTRecordRef *txtRecord, const char *key ) argument
272 TXTRecordContainsKey( uint16_t txtLen, const void *txtRecord, const char *key ) argument
283 TXTRecordGetValuePtr( uint16_t txtLen, const void *txtRecord, const char *key, uint8_t *valueLen ) argument
311 TXTRecordGetItemAtIndex( uint16_t txtLen, const void *txtRecord, uint16_t itemIndex, uint16_t keyBufLen, char *key, uint8_t *valueLen, const void **value ) argument
[all...]
H A Ddnssd_clientshim.c207 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t notAnIntPort, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callback, void *context ) argument
H A Ddnssd_clientstub.c1570 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t PortInNetworkByteOrder, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callBack, void *context ) argument
/macosx-10.10/KerberosHelper-151/Source/
H A DDeconstructServiceName.c210 mDNSServiceCallBack( DNSServiceRef serviceRef, DNSServiceFlags flags, uint32_t interface, DNSServiceErrorType errorCode, const char *fullname, const char *hostTarget, uint16_t port, uint16_t txtlen, const unsigned char *txtRecord, void *ctx ) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSServiceDiscovery.c267 DNSServiceRegistrationCreate(const char *name, const char *regtype, const char *domain, uint16_t port, const char *txtRecord, DNSServiceRegistrationReply callBack, void *context) argument
620 internal_DNSServiceResolverReply_rpc( mach_port_t reply, sockaddr_t interface, sockaddr_t address, DNSCString txtRecord, int flags ) argument
H A Ddaemon.c1115 provide_DNSServiceRegistrationCreate_rpc(mach_port_t unusedserver, mach_port_t client, DNSCString name, DNSCString regtype, DNSCString domain, IPPort IpPort, DNSCString txtRecord) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLStub/
H A DDLLStub.cpp152 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t port, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callBack, void *context ) argument
495 TXTRecordCreate( TXTRecordRef *txtRecord, uint16_t bufferLen, void *buffer ) argument
529 TXTRecordSetValue( TXTRecordRef *txtRecord, const char *key, uint8_t valueSize, const void *value ) argument
551 TXTRecordRemoveValue( TXTRecordRef *txtRecord, const char *key ) argument
571 TXTRecordContainsKey( uint16_t txtLen, const void *txtRecord, const char *key ) argument
650 TXTRecordGetValuePtr( uint16_t txtLen, const void *txtRecord, const char *key, uint8_t *valueLen ) argument
672 TXTRecordGetItemAtIndex( uint16_t txtLen, const void *txtRecord, uint16_t itemIndex, uint16_t keyBufLen, char *key, uint8_t *valueLen, const void **value ) argument
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSD.cpp181 const void * txtRecord = NULL; local
592 ResolveReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullNameUTF8, const char *hostNameUTF8, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context ) argument
H A DDNSSDService.cpp508 const void * txtRecord = NULL; local
1526 ResolveReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullNameUTF8, const char *hostNameUTF8, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context ) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp526 ResolveCallback( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char * fullname, const char * hosttarget, uint16_t notAnIntPort, uint16_t txtLen, const char * txtRecord, void * context ) argument
683 Register( int flags, int interfaceIndex, String * name, String * regtype, String * domain, String * host, int port, Byte txtRecord[], RegisterReply * callback ) argument
1118 ContainsKey( Byte txtRecord[], String * key ) argument
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-support.c2124 http_resolve_cb( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullName, const char *hostTarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c711 static void ShowTXTRecord(uint16_t txtLen, const unsigned char *txtRecord) argument
745 resolve_reply(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
[all...]

Completed in 407 milliseconds