Lines Matching refs:Ipv4
381 &IcmpRepr::Ipv4( in accepts()
422 &IcmpRepr::Ipv4(Icmpv4Repr::EchoRequest { ident, .. }), in accepts()
426 &IcmpRepr::Ipv4(Icmpv4Repr::EchoReply { ident, .. }), in accepts()
444 IcmpRepr::Ipv4(icmp_repr) => { in process()
496 IpAddress::Ipv4(dst_addr) => { in dispatch()
518 let ip_repr = IpRepr::Ipv4(Ipv4Repr { in dispatch()
525 emit(cx, (ip_repr, IcmpRepr::Ipv4(repr))) in dispatch()
621 addr: IpAddress::Ipv4(LOCAL_IPV4),
631 static LOCAL_IPV4_REPR: IpRepr = IpRepr::Ipv4(Ipv4Repr {
639 static REMOTE_IPV4_REPR: IpRepr = IpRepr::Ipv4(Ipv4Repr {
651 socket.send_slice(b"abcdef", IpAddress::Ipv4(Ipv4Address::default())), in test_send_unaddressable()
732 IpRepr::Ipv4(Ipv4Repr { in test_set_hop_limit_v4()
826 let ip_repr = IpRepr::Ipv4(Ipv4Repr { in test_accepts_udp()