Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/netfilter/
Dnf_nat_proto_icmpv6.c73 hdr->icmp6_type == ICMPV6_ECHO_REPLY) { in icmpv6_manip_pkt()
Dnf_conntrack_proto_icmpv6.c57 [ICMPV6_ECHO_REQUEST - 128] = ICMPV6_ECHO_REPLY + 1,
58 [ICMPV6_ECHO_REPLY - 128] = ICMPV6_ECHO_REQUEST + 1,
Dnf_log_ipv6.c239 case ICMPV6_ECHO_REPLY: in dump_ipv6_packet()
/linux-4.4.14/include/uapi/linux/
Dicmpv6.h95 #define ICMPV6_ECHO_REPLY 129 macro
/linux-4.4.14/net/ipv6/
Dicmp.c578 tmp_hdr.icmp6_type = ICMPV6_ECHO_REPLY; in icmpv6_echo_reply()
586 fl6.fl6_icmp_type = ICMPV6_ECHO_REPLY; in icmpv6_echo_reply()
614 msg.type = ICMPV6_ECHO_REPLY; in icmpv6_echo_reply()
736 case ICMPV6_ECHO_REPLY: in icmpv6_rcv()
Dproc.c118 [ICMPV6_ECHO_REPLY] = "EchoReplies",