HomeSort by relevance Sort by last modified time
    Searched refs:hinfo (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_hashlimit.h 51 struct xt_hashlimit_htable *hinfo; member in struct:xt_hashlimit_info
75 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member in struct:xt_hashlimit_mtinfo1
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_hashlimit.h 51 struct xt_hashlimit_htable *hinfo; member in struct:xt_hashlimit_info
75 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member in struct:xt_hashlimit_mtinfo1
  /external/iptables/include/linux/netfilter/
xt_hashlimit.h 43 struct xt_hashlimit_htable *hinfo; member in struct:xt_hashlimit_info
69 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member in struct:xt_hashlimit_mtinfo1
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_hashlimit.h 44 struct xt_hashlimit_htable *hinfo; member in struct:xt_hashlimit_info
70 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member in struct:xt_hashlimit_mtinfo1
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_hashlimit.h 38 struct ipt_hashlimit_htable *hinfo; member in struct:ipt_hashlimit_info
  /external/mdnsresponder/mDNSPosix/
parselog.py 145 if (qaList[2] == 'HINFO'):
216 for ip,[height,hname,hinfo] in ipList.items():
224 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*25, height*typesize + 2, hinfo, len(hinfo))
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 902 HostInformation hinfo = (HostInformation) other; local
903 if ((_cpu == null) && (hinfo._cpu != null)) {
906 if ((_os == null) && (hinfo._os != null)) {
937 Map<String, String> hinfo = new HashMap<String, String>(2); local
    [all...]
  /external/iptables/extensions/
libxt_hashlimit.c 681 .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/
DNSCommon.c 155 case kDNSType_HINFO:return("HINFO");
1981 AuthRecord hinfo; local
    [all...]

Completed in 116 milliseconds