Home
last modified time | relevance | path

Searched refs:hinfo (Results 1 – 7 of 7) sorted by relevance

/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h43 struct xt_hashlimit_htable *hinfo; member
69 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_hashlimit.h44 struct xt_hashlimit_htable *hinfo; member
70 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
/external/jmdns/src/javax/jmdns/impl/
DDNSRecord.java902 HostInformation hinfo = (HostInformation) other; in sameValue() local
903 if ((_cpu == null) && (hinfo._cpu != null)) { in sameValue()
906 if ((_os == null) && (hinfo._os != null)) { in sameValue()
909 return _cpu.equals(hinfo._cpu) && _os.equals(hinfo._os); in sameValue()
937 Map<String, String> hinfo = new HashMap<String, String>(2); in getServiceInfo() local
938 hinfo.put("cpu", _cpu); in getServiceInfo()
939 hinfo.put("os", _os); in getServiceInfo()
940 return new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, hinfo); in getServiceInfo()
/external/mdnsresponder/mDNSPosix/
Dparselog.py216 for ip,[height,hname,hinfo] in ipList.items():
224 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*25, height*typesize + 2, hinfo, len(hinfo))
/external/llvm/lib/Support/Windows/
DProcess.inc108 _HEAPINFO hinfo;
109 hinfo._pentry = NULL;
113 while (_heapwalk(&hinfo) == _HEAPOK)
114 size += hinfo._size;
/external/iptables/extensions/
Dlibxt_hashlimit.c681 .userspacesize = offsetof(struct xt_hashlimit_info, hinfo),
697 .userspacesize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
713 .userspacesize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
/external/mdnsresponder/mDNSCore/
DDNSCommon.c1981 AuthRecord hinfo; in putHINFO() local
1982 mDNSu8 *h = hinfo.rdatastorage.u.data; in putHINFO()
1985 …mDNS_SetupResourceRecord(&hinfo, mDNSNULL, mDNSInterface_Any, kDNSType_HINFO, 0, kDNSRecordTypeUni… in putHINFO()
1986 AppendDomainLabel(&hinfo.namestorage, &m->hostlabel); in putHINFO()
1987 AppendDomainName (&hinfo.namestorage, &authInfo->domain); in putHINFO()
1988 hinfo.resrec.rroriginalttl = 0; in putHINFO()
1992 hinfo.resrec.rdlength = len; in putHINFO()
1993 hinfo.resrec.rdestimate = len; in putHINFO()
1994 newptr = PutResourceRecordTTLWithLimit(msg, end, &msg->h.numAdditionals, &hinfo.resrec, 0, limit); in putHINFO()