Home
last modified time | relevance | path

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

/system/connectivity/shill/shims/
Dnetfilter_queue_processor.cc378 deque<ListenerEntryPtr>::iterator entry_ptr = listeners_.end(); in IsIncomingPacketAllowed() local
381 entry_ptr = FindDestination(port, device_index, address); in IsIncomingPacketAllowed()
383 entry_ptr = FindListener(port, device_index, address); in IsIncomingPacketAllowed()
386 if (entry_ptr == listeners_.end()) { in IsIncomingPacketAllowed()
391 uint32_t netmask = (*entry_ptr)->netmask; in IsIncomingPacketAllowed()
392 if ((packet.source_ip() & netmask) != ((*entry_ptr)->address & netmask)) { in IsIncomingPacketAllowed()
430 ListenerEntryPtr entry_ptr = *entry_it; in LogOutgoingPacket() local
432 listeners_.push_front(entry_ptr); in LogOutgoingPacket()
438 ListenerEntryPtr entry_ptr( in LogOutgoingPacket() local
441 listeners_.push_front(entry_ptr); in LogOutgoingPacket()