Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dicmp_session.cc31 const int kIPHeaderLengthUnitBytes = 4; variable
175 kIPHeaderLengthUnitBytes); in OnEchoReplyReceived()
/system/connectivity/shill/shims/
Dnetfilter_queue_processor.h177 static const int kIPHeaderLengthUnitBytes; variable
Dnetfilter_queue_processor.cc47 const int NetfilterQueueProcessor::kIPHeaderLengthUnitBytes = 4; member in shill::shims::NetfilterQueueProcessor
102 size_t iphdr_len = ip.ihl * kIPHeaderLengthUnitBytes; in ParsePayloadUDPData()