Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dicmp.h30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ macro
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c53 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
54 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
Dnf_log_ipv4.c131 [ICMP_TIMESTAMPREPLY] = 20, in dump_ipv4_packet()
/linux-4.4.14/net/ipv4/
Dicmp.c952 icmp_param.data.icmph.type = ICMP_TIMESTAMPREPLY; in icmp_timestamp()
1145 [ICMP_TIMESTAMPREPLY] = {
Dproc.c150 { "TimestampReps", ICMP_TIMESTAMPREPLY },