Searched refs:icmp6_type (Results 1 – 17 of 17) sorted by relevance
25 uint8_t icmp6_type; member98 #define nd_rs_type nd_rs_hdr.icmp6_type109 #define nd_ra_type nd_ra_hdr.icmp6_type124 #define nd_ns_type nd_ns_hdr.icmp6_type134 #define nd_na_type nd_na_hdr.icmp6_type154 #define nd_rd_type nd_rd_hdr.icmp6_type206 #define mld_type mld_icmp6_hdr.icmp6_type222 #define rr_type rr_hdr.icmp6_type
691 uint8_t icmp6_type; /* Type of ICMPv6 */ in analyze_ip6_datagram() local699 icmp6_type = rcvicmp6_p->hdr.icmp6_type; in analyze_ip6_datagram()700 switch (icmp6_type) { in analyze_ip6_datagram()
383 echoreq_p->hdr.icmp6_type = ICMP6_ECHO_REQUEST; in create_echo_request()
47 enum icmp6_type { enum
383 if ((ricmp->icmp6_type == ICMP6_TIME_EXCEEDED in do_trace()385 || ricmp->icmp6_type == ICMP6_DST_UNREACH in do_trace()386 || ricmp->icmp6_type == ICMP6_ECHO_REPLY) { in do_trace()403 icmp_res = (ricmp->icmp6_type == ICMP6_TIME_EXCEEDED) ? -1 : in do_trace()
59 uint8_t icmp6_type; member
110 switch (msg->icmp6h.icmp6_type) { in handle_ndisc()
102 ic6.icmp6_type = type; in ic6_send1()
315 uint8_t icmp6_type,324 switch (icmp6_type) {548 ip6cp->ip6c_icmp6->icmp6_type,
8416 type = ip6cp->ip6c_icmp6->icmp6_type;
71381 __u8 icmp6_type; member