Home
last modified time | relevance | path

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

/system/connectivity/shill/shims/
Dnetfilter_queue_processor.cc130 uint16_t source_port, in SetValues() argument
138 source_port_ = source_port; in SetValues()
363 packet.source_port()) in IsIncomingPacketAllowed()
417 uint16_t port = packet.source_port(); in LogOutgoingPacket()
422 if (packet.source_port() == packet.destination_port()) { in LogOutgoingPacket()
Dnetfilter_queue_processor.h74 uint16_t source_port() const { return source_port_; } in source_port() function
89 uint16_t source_port,
Dnetfilter_queue_processor_unittest.cc66 uint16_t source_port, in SetPacketValues() argument
69 source_ip, destination_ip, source_port, destination_port); in SetPacketValues()