Searched refs:packetKey (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp133 const ipv6_packet_key& packetKey = value->Key(); local
135 return packetKey.id == key.id
136 && packetKey.source == key.source
137 && packetKey.destination == key.destination
138 && packetKey.protocol == key.protocol;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp117 const ipv4_packet_key& packetKey = value->Key(); local
119 return packetKey.id == key.id
120 && packetKey.source == key.source
121 && packetKey.destination == key.destination
122 && packetKey.protocol == key.protocol;

Completed in 67 milliseconds