Searched defs:icmp6_type (Results 1 - 4 of 4) sorted by relevance

/external/android-clat/
H A Dtranslate.c230 uint8_t icmp6_type; local
235 icmp6_type = icmp_to_icmp6_type(icmp->type, icmp->code);
236 icmp6_targ->icmp6_type = icmp6_type;
243 icmp6_type != ICMP6_PARAM_PROB) {
255 } else if (icmp6_type == ICMP6_ECHO_REQUEST || icmp6_type == ICMP6_ECHO_REPLY) {
289 icmp_type = icmp6_to_icmp_type(icmp6->icmp6_type, icmp6->icmp6_code);
291 icmp_targ->code = icmp6_to_icmp_code(icmp6->icmp6_type, icmp6->icmp6_code);
296 is_icmp6_error(icmp6->icmp6_type)
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dicmpv6.h9 __u8 icmp6_type; member in struct:icmp6hdr
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_ip_icmp.h59 u_int8_t icmp6_type; member in struct:icmp6_hdr
/external/tcpdump/
H A Dicmp6.h73 u_int8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
175 #define mld6_type mld6_hdr.icmp6_type
193 #define nd_rs_type nd_rs_hdr.icmp6_type
205 #define nd_ra_type nd_ra_hdr.icmp6_type
233 #define nd_ns_type nd_ns_hdr.icmp6_type
244 #define nd_na_type nd_na_hdr.icmp6_type
260 #define nd_rd_type nd_rd_hdr.icmp6_type
376 #define ni_type icmp6_ni_hdr.icmp6_type
424 #define rr_type rr_hdr.icmp6_type

Completed in 308 milliseconds