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

  /system/connectivity/shill/
icmp_session.cc 31 const int kIPHeaderLengthUnitBytes = 4;
175 kIPHeaderLengthUnitBytes);
  /system/connectivity/shill/shims/
netfilter_queue_processor.h 177 static const int kIPHeaderLengthUnitBytes;
179 // header, in units of kIPHeaderLengthUnitBytes bytes.
netfilter_queue_processor.cc 47 const int NetfilterQueueProcessor::kIPHeaderLengthUnitBytes = 4;
102 size_t iphdr_len = ip.ihl * kIPHeaderLengthUnitBytes;

Completed in 9839 milliseconds