/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSD.java | 314 public static DNSSDService queryRecord( int flags, int ifIndex, String serviceName, int rrtype, in queryRecord() 398 public static void reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in reconfirmRecord() 451 …stract protected DNSSDService _queryRecord( int flags, int ifIndex, String serviceName, int rrtype, in _queryRecord() 461 abstract protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in _reconfirmRecord() 581 protected DNSSDService _queryRecord( int flags, int ifIndex, String serviceName, int rrtype, in _queryRecord() 606 protected void _reconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in _reconfirmRecord() 625 protected native void ReconfirmRecord( int flags, int ifIndex, String fullName, int rrtype, in ReconfirmRecord() 811 public DNSRecord registerRecord( int flags, int ifIndex, String fullname, int rrtype, in registerRecord() 825 protected native int RegisterRecord( int flags, int ifIndex, String fullname, int rrtype, in RegisterRecord() 831 public AppleQuery( int flags, int ifIndex, String serviceName, int rrtype, in AppleQuery() [all …]
|
H A D | DNSSDRecordRegistrar.java | 57 public DNSRecord registerRecord( int flags, int ifIndex, String fullname, int rrtype, in registerRecord()
|
H A D | QueryListener.java | 57 int rrtype, int rrclass, byte[] rdata, int ttl); in queryAnswered()
|
/titanic_50/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_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SwingQueryListener.java | 63 int rrtype, int rrclass, byte[] rdata, int ttl) in queryAnswered()
|
H A D | SimpleChat.java | 179 int rrtype, int rrclass, byte[] rdata, int ttl) in queryAnswered()
|
/titanic_50/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientstub.c | 1322 uint16_t rrtype, rrclass, rdlen; in handle_query_response() local 1343 uint16_t rrtype, in DNSServiceQueryRecord() 1385 uint16_t rrtype, rdlen; in handle_addrinfo_response() local 1829 uint16_t rrtype, in DNSServiceRegisterRecord() 1919 uint16_t rrtype, in DNSServiceAddRecord() 2062 uint16_t rrtype, in DNSServiceReconfirmRecord()
|
/titanic_50/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 756 uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, in ServiceQueryReply() 787 … jint flags, jint ifIndex, jstring serviceName, jint rrtype, jint rrclass) in Java_com_apple_dnssd_AppleQuery_CreateQuery() 902 … jint rrtype, jint rrclass, jbyteArray rdata) in Java_com_apple_dnssd_AppleDNSSD_ReconfirmRecord()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSCommon.c | 173 mDNSexport char *DNSTypeName(mDNSu16 rrtype) in DNSTypeName() 1358 …mDNSu16 rrtype, mDNSu32 ttl, mDNSu8 RecordType, AuthRecType artype, mDNSRecordCallback Callback, v… in mDNS_SetupResourceRecord() 2037 mDNSexport mDNSBool ValidateRData(const mDNSu16 rrtype, const mDNSu16 rdlength, const RData *const … in ValidateRData() 2514 …DNSu8 *ptr, const mDNSu8 *const limit, const domainname *const name, mDNSu16 rrtype, mDNSu16 rrcla… in putQuestion() 2572 …RRSetWithLimit(DNSMessage *msg, mDNSu8 *ptr, const domainname *name, mDNSu16 rrtype, mDNSu8 *limit) in putDeleteRRSetWithLimit() 2594 mDNSu16 rrtype = kDNSQType_ANY; in putDeleteAllRRSets() local
|
H A D | dnssec.h | 36 mDNSu16 rrtype; member
|
H A D | uds_daemon.c | 1338 …ecord_to_service(request_state *request, service_instance *instance, mDNSu16 rrtype, mDNSu16 rdlen… in add_record_to_service() 1383 mDNSu16 rrtype = get_uint16(&request->msgptr, request->msgend); in handle_add_request() local 1586 …move_extra(const request_state *const request, service_instance *const serv, mDNSu16 *const rrtype) in remove_extra() 1621 mDNSu16 rrtype = 0; in handle_removerecord_request() local 3694 mDNSu16 rrtype, rrclass; in handle_queryrecord_request() local
|
H A D | mDNSEmbeddedAPI.h | 903 #define DNSSECRecordType(rrtype) (((rrtype) == kDNSType_RRSIG) || ((rrtype) == kDNSType_NSEC) || ((… argument 1399 mDNSu16 rrtype; member
|
H A D | mDNS.c | 10169 …const domainname *const name, const mDNSu32 namehash, const mDNSu16 rrtype, const mDNSu16 rrclass,… in MakeNegativeCacheRecord()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/ |
H A D | dns-sd.c | 881 static void ParseDNSSECRecords(uint16_t rrtype, char *rdb, char *p, unsigned const char *rd, uint16… in ParseDNSSECRecords() 992 …const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32… in qr_reply() 1633 uint16_t rrtype, rrclass; in main() local
|