Home
last modified time | relevance | path

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

/system/connectivity/shill/shims/
Dnetfilter_queue_processor.h75 uint16_t destination_port() const { return destination_port_; } in destination_port()
99 uint16_t destination_port_; variable
Dnetfilter_queue_processor.cc61 destination_port_(0) {} in Packet()
119 destination_port_ = ntohs(udp.dest); in ParsePayloadUDPData()
139 destination_port_ = destination_port; in SetValues()