HomeSort by relevance Sort by last modified time
    Searched refs:icmp_type (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/android-clat/
translate.c 284 uint8_t icmp_type; local
289 icmp_type = icmp6_to_icmp_type(icmp6->icmp6_type, icmp6->icmp6_code);
290 icmp_targ->type = icmp_type;
297 icmp_type != ICMP_PARAMETERPROB) {
301 } else if (icmp_type == ICMP_ECHO || icmp_type == ICMP_ECHOREPLY) {
  /external/toybox/toys/pending/
traceroute.c 123 send_icmp4->icmp_type = ICMP_ECHO;
261 if ((ricmp->icmp_type == ICMP_TIMXCEED
263 || ricmp->icmp_type == ICMP_UNREACH
264 || ricmp->icmp_type == ICMP_ECHOREPLY) {
275 icmp_res = (ricmp->icmp_type == ICMP_TIMXCEED ? -1 :
279 if (ricmp->icmp_type == ICMP_ECHOREPLY
288 icmp_res = (ricmp->icmp_type == ICMP_TIMXCEED ? -1 :
316 ricmp->icmp_type, ricmp->icmp_code);
  /external/tcpdump/
print-icmp.c 50 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
285 uint8_t icmp_type; member in struct:icmp_ext_t
353 switch (dp->icmp_type) {
359 dp->icmp_type == ICMP_ECHO ?
554 str = tok2str(icmp2str, "type-#%d", dp->icmp_type);
578 if (ndo->ndo_vflag >= 1 && ICMP_ERRTYPE(dp->icmp_type)) {
591 if (ndo->ndo_vflag >= 1 && plen > ICMP_EXTD_MINLEN && ICMP_MPLS_EXT_TYPE(dp->icmp_type)) {
  /bionic/libc/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /development/ndk/platforms/android-21/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /development/ndk/platforms/android-9/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp

Completed in 829 milliseconds

1 2 3 4 5 6