Searched refs:rrType (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSSDRegistration.java | 57 DNSRecord addRecord( int flags, int rrType, byte[] rData, int ttl) in addRecord() argument
|
H A D | DNSSD.java | 777 public DNSRecord addRecord( int flags, int rrType, byte[] rData, int ttl) in addRecord() argument 782 this.ThrowOnErr( this.AddRecord( flags, rrType, rData, ttl, newRecord)); in addRecord() 797 …protected native int AddRecord( int flags, int rrType, byte[] rData, int ttl, AppleDNSRecord destO… in AddRecord() argument
|
/titanic_50/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 545 … jint flags, jint rrType, jbyteArray rData, jint ttl, jobject destObj) in Java_com_apple_dnssd_AppleRegistration_AddRecord() argument 565 err = DNSServiceAddRecord( pContext->ServiceRef, &recRef, flags, rrType, numBytes, pBytes, ttl); in Java_com_apple_dnssd_AppleRegistration_AddRecord() 701 … jint flags, jint ifIndex, jstring fullname, jint rrType, jint rrClass, in Java_com_apple_dnssd_AppleRecordRegistrar_RegisterRecord() argument 731 nameStr, rrType, rrClass, numBytes, pBytes, ttl, in Java_com_apple_dnssd_AppleRecordRegistrar_RegisterRecord()
|