Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dicmp.h34 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ macro
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_icmp.c48 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
49 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
H A Dnf_log_syslog.c386 [ICMP_TIMESTAMPREPLY] = 20, in dump_ipv4_packet()
H A Dnf_nat_proto.c238 case ICMP_TIMESTAMPREPLY: in icmp_manip_pkt()
/openbmc/linux/net/ipv4/
H A Dicmp.c1164 icmp_param.data.icmph.type = ICMP_TIMESTAMPREPLY; in icmp_timestamp()
1442 [ICMP_TIMESTAMPREPLY] = {
H A Dproc.c136 { "TimestampReps", ICMP_TIMESTAMPREPLY },
/openbmc/linux/net/core/
H A Dflow_dissector.c148 case ICMP_TIMESTAMPREPLY: in icmp_has_id()