Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dicmp.h34 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ macro
/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()
/linux/net/ipv4/
H A Dicmp.c1174 icmp_param.data.icmph.type = ICMP_TIMESTAMPREPLY; in icmp_timestamp()
1452 [ICMP_TIMESTAMPREPLY] = {
/linux/net/core/
H A Dflow_dissector.c148 case ICMP_TIMESTAMPREPLY: in icmp_has_id()