Home
last modified time | relevance | path

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

/system/connectivity/shill/shims/
Dnetfilter_queue_processor.h70 bool is_udp() const { return is_udp_; } in is_udp() function
85 bool is_udp,
Dnetfilter_queue_processor.cc126 bool is_udp, in SetValues() argument
134 is_udp_ = is_udp; in SetValues()
367 if (!packet.is_udp()) { in IsIncomingPacketAllowed()
404 if (!packet.is_udp()) { in LogOutgoingPacket()
Dnetfilter_queue_processor_unittest.cc62 bool is_udp, in SetPacketValues() argument
68 packet_.SetValues(in_device, out_device, is_udp, packet_id, in SetPacketValues()