Home
last modified time | relevance | path

Searched refs:TYPE_IGNORE (Results 1 – 3 of 3) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/constants/
DDNSRecordType.java17 TYPE_IGNORE("ignore", 0), enumConstant
292 return TYPE_IGNORE; in typeForName()
304 return TYPE_IGNORE; in typeForIndex()
/external/jmdns/src/javax/jmdns/impl/
DDNSIncoming.java273 if (type == DNSRecordType.TYPE_IGNORE) { in readQuestion()
285 if (type == DNSRecordType.TYPE_IGNORE) { in readAnswer()
DDNSEntry.java129 return (_recordType != null ? _recordType : DNSRecordType.TYPE_IGNORE); in getRecordType()