Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dicmp.h31 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ macro
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_icmp.c54 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
55 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
/Linux-v4.19/net/ipv4/netfilter/
Dnf_log_ipv4.c131 [ICMP_TIMESTAMPREPLY] = 20, in dump_ipv4_packet()
/Linux-v4.19/net/ipv4/
Dicmp.c970 icmp_param.data.icmph.type = ICMP_TIMESTAMPREPLY; in icmp_timestamp()
1163 [ICMP_TIMESTAMPREPLY] = {
Dproc.c138 { "TimestampReps", ICMP_TIMESTAMPREPLY },