Searched refs:icmp6 (Results 1 – 8 of 8) sorted by relevance
44 static struct icmp6hdr icmp6 = { variable64 iov.iov_base = &icmp6; in do_send()65 iov.iov_len = sizeof(icmp6); in do_send()
4057 run_cmd ip6tables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with icmp6-port-unreachable4058 run_cmd ip6tables -A INPUT -p udp --dport 12345 -j REJECT --reject-with icmp6-port-unreachable
765 struct icmp6hdr icmp6; in process_icmpv6() 766 if (!buf_copy(pkt, &icmp6, sizeof(icmp6))) { in process_icmpv6() 772 if (icmp6.icmp6_type == ICMPV6_ECHO_REPLY) { in process_icmpv6() 777 if (icmp6.icmp6_type == ICMPV6_ECHO_REQUEST) { in process_icmpv6() 781 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6() 767 struct icmp6hdr icmp6; process_icmpv6() local
659 struct icmp6hdr icmp6; in process_icmpv6() local 663 if (bpf_dynptr_read(&icmp6, sizeof(icmp6), dynptr, *offset, 0)) { in process_icmpv6() 669 if (icmp6.icmp6_type == ICMPV6_ECHO_REPLY) { in process_icmpv6() 674 if (icmp6.icmp6_type == ICMPV6_ECHO_REQUEST) { in process_icmpv6() 678 if (icmp6.icmp6_type != ICMPV6_PKT_TOOBIG) { in process_icmpv6()
78 struct icmp6hdr *icmp6 = (struct icmp6hdr *) (skb->data + offset); in icmpv6_err() local88 if (icmp6->icmp6_type == ICMPV6_ECHO_REQUEST) in icmpv6_err()
519 $MZ -6 $h1 -c 10 -d 100msec -p 64 -b $mac -B $dst -t icmp6 type=128 -q
645 $MZ -6 $h1 -Q $vid -c 10 -d 100msec -p 64 -b $mac -B $dst -t icmp6 type=128 -q
1323 struct icmp6hdr *icmp6 = icmp6_hdr((*skb)); in be_send_pkt_to_bmc() local1325 switch (icmp6->icmp6_type) { in be_send_pkt_to_bmc()