Searched refs:icmpType (Results 1 – 3 of 3) sorted by relevance
99 icmpType = ntohs(pkt.sport); in BundleKey()107 (x).tcpFlags, (x).localPort, (x).remotePort, (x).icmpType, (x).icmpCode284 if (src.icmpType.has_value()) event->set_icmp_type(*src.icmpType); in Fill()
50 std::optional<uint8_t> icmpType; member
270 private void assertMatches(int family, int optsLen, int ifindex, byte icmpType, in assertMatches() argument276 assertEquals(icmpType, msg.icmp_type); in assertMatches()