HomeSort by relevance Sort by last modified time
    Searched defs:icmp6_type (Results 1 - 9 of 9) sorted by null

  /external/android-clat/
translate.c 230 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/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 691 uint8_t icmp6_type; /* Type of ICMPv6 */ local
699 icmp6_type = rcvicmp6_p->hdr.icmp6_type;
700 switch (icmp6_type) {
  /bionic/libc/kernel/uapi/linux/
icmpv6.h 24 __u8 icmp6_type; member in struct:icmp6hdr
  /external/iproute2/include/uapi/linux/
icmpv6.h 10 __u8 icmp6_type; member in struct:icmp6hdr
  /external/kernel-headers/original/uapi/linux/
icmpv6.h 10 __u8 icmp6_type; member in struct:icmp6hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
icmpv6.h 9 __u8 icmp6_type; member in struct:icmp6hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
icmp6.h 41 uint8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
118 #define nd_rs_type nd_rs_hdr.icmp6_type
131 #define nd_ra_type nd_ra_hdr.icmp6_type
148 #define nd_ns_type nd_ns_hdr.icmp6_type
160 #define nd_na_type nd_na_hdr.icmp6_type
182 #define nd_rd_type nd_rd_hdr.icmp6_type
241 #define mld_type mld_icmp6_hdr.icmp6_type
258 #define rr_type rr_hdr.icmp6_type
  /bionic/libc/include/netinet/
icmp6.h 75 u_int8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
177 #define mld_type mld_icmp6_hdr.icmp6_type
194 #define nd_rs_type nd_rs_hdr.icmp6_type
206 #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
259 #define nd_rd_type nd_rd_hdr.icmp6_type
364 #define ni_type icmp6_ni_hdr.icmp6_type
422 #define rr_type rr_hdr.icmp6_type
  /external/tcpdump/
print-icmp6.c 77 uint8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
179 #define mld6_type mld6_hdr.icmp6_type
197 #define nd_rs_type nd_rs_hdr.icmp6_type
209 #define nd_ra_type nd_ra_hdr.icmp6_type
237 #define nd_ns_type nd_ns_hdr.icmp6_type
248 #define nd_na_type nd_na_hdr.icmp6_type
264 #define nd_rd_type nd_rd_hdr.icmp6_type
380 #define ni_type icmp6_ni_hdr.icmp6_type
428 #define rr_type rr_hdr.icmp6_type
904 ND_PRINT((ndo,"ICMP6, %s", tok2str(icmp6_type_values,"unknown icmp6 type (%u)",dp->icmp6_type)));
    [all...]

Completed in 297 milliseconds