/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSD.java | 354 public static DNSSDService queryRecord( int flags, int ifIndex, String serviceName, int rrtype, in queryRecord() 438 public static void reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in reconfirmRecord() 491 …tract protected DNSSDService _queryRecord( int flags, int ifIndex, String serviceName, int rrtype, in _queryRecord() 501 abstract protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in _reconfirmRecord() 618 protected DNSSDService _queryRecord( int flags, int ifIndex, String serviceName, int rrtype, in _queryRecord() 643 protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in _reconfirmRecord() 662 protected native void ReconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in ReconfirmRecord() 848 public DNSRecord registerRecord( int flags, int ifIndex, String fullname, int rrtype, in registerRecord() 862 protected native int RegisterRecord( int flags, int ifIndex, String fullname, int rrtype, in RegisterRecord() 868 public AppleQuery( int flags, int ifIndex, String serviceName, int rrtype, in AppleQuery() [all …]
|
H A D | DNSSDRecordRegistrar.java | 75 public DNSRecord registerRecord( int flags, int ifIndex, String fullname, int rrtype, in registerRecord()
|
H A D | QueryListener.java | 69 int rrtype, int rrclass, byte[] rdata, int ttl); in queryAnswered()
|
/titanic_41/usr/src/lib/nsswitch/mdns/common/ |
H A D | mdns_common.c | 73 _nss_mdns_queryrecord(const char *rrname, int rrclass, int rrtype, in _nss_mdns_queryrecord() 159 const char *fullname, uint16_t rrtype, uint16_t rrclass, in _nss_mdns_querynamereply() 253 int rrtype; in _nss_mdns_querybyname() local 300 const char *fullname, uint16_t rrtype, uint16_t rrclass, in _nss_mdns_queryaddrreply() 375 int rrtype; in _nss_mdns_querybyaddr() local
|
/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SwingQueryListener.java | 66 int rrtype, int rrclass, byte[] rdata, int ttl) in queryAnswered()
|
H A D | SimpleChat.java | 182 int rrtype, int rrclass, byte[] rdata, int ttl) in queryAnswered()
|
/titanic_41/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientstub.c | 651 uint16_t rrtype, rrclass, rdlen; in handle_query_response() local 678 uint16_t rrtype, in DNSServiceQueryRecord() 1042 uint16_t rrtype, in DNSServiceRegisterRecord() 1107 uint16_t rrtype, in DNSServiceAddRecord() 1215 uint16_t rrtype, in DNSServiceReconfirmRecord()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSCommon.c | 445 mDNSexport char *DNSTypeName(mDNSu16 rrtype) in DNSTypeName() 1223 mDNSexport mDNSBool ValidateRData(const mDNSu16 rrtype, const mDNSu16 rdlength, const RData *const … in ValidateRData() 1605 …DNSu8 *ptr, const mDNSu8 *const limit, const domainname *const name, mDNSu16 rrtype, mDNSu16 rrcla… in putQuestion() 1657 …export mDNSu8 *putDeleteRRSet(DNSMessage *msg, mDNSu8 *ptr, const domainname *name, mDNSu16 rrtype) in putDeleteRRSet() 1680 mDNSu16 rrtype = kDNSQType_ANY; in putDeleteAllRRSets() local
|
H A D | uds_daemon.c | 1472 uint16_t rrtype, rrclass; in handle_query_request() local 2623 …record_to_service(request_state *rstate, service_instance *instance, uint16_t rrtype, uint16_t rdl… in add_record_to_service() 2656 uint16_t rrtype, rdlen; in handle_add_request() local
|
H A D | mDNS.c | 2182 mDNSu16 rrtype, mDNSu32 ttl, mDNSu8 RecordType, mDNSRecordCallback Callback, void *Context) in mDNS_SetupResourceRecord()
|
H A D | mDNSEmbeddedAPI.h | 1521 mDNSu16 rrtype; member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | dns-sd.c | 442 …const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32… in qr_reply() 726 uint16_t rrtype, rrclass; in main() local
|
/titanic_41/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 807 uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, in ServiceQueryReply() 838 jint flags, jint ifIndex, jstring serviceName, jint rrtype, jint rrclass) in Java_com_apple_dnssd_AppleQuery_CreateQuery() 953 jint rrtype, jint rrclass, jbyteArray rdata) in Java_com_apple_dnssd_AppleDNSSD_ReconfirmRecord()
|