Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dicmp.h29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ macro
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c53 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
54 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
112 [ICMP_TIMESTAMP] = 1, in icmp_new()
Dnf_log_ipv4.c130 [ICMP_TIMESTAMP] = 20, in dump_ipv4_packet()
/linux-4.1.27/net/ipv4/
Dicmp.c1011 icmph->type == ICMP_TIMESTAMP) && in icmp_rcv()
1016 icmph->type != ICMP_TIMESTAMP && in icmp_rcv()
1118 [ICMP_TIMESTAMP] = {
Dproc.c149 { "Timestamps", ICMP_TIMESTAMP },