Home
last modified time | relevance | path

Searched refs:is_udp_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/shims/
Dnetfilter_queue_processor.h70 bool is_udp() const { return is_udp_; } in is_udp()
95 bool is_udp_; variable
Dnetfilter_queue_processor.cc57 is_udp_(false), in Packet()
86 is_udp_ = ParsePayloadUDPData(payload, payload_len); in ParseNetfilterData()
134 is_udp_ = is_udp; in SetValues()