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

1 2 3 4

  /external/qemu/slirp/
ip_icmp.c 105 /* icmpstat.icps_inhist[icp->icmp_type]++; */
108 DEBUG_ARG("icmp_type = %d", icp->icmp_type);
109 switch (icp->icmp_type) {
111 icp->icmp_type = ICMP_ECHOREPLY;
238 if(icp->icmp_type>18 || icmp_flush[icp->icmp_type]) goto end_error;
268 icp->icmp_type = type;
ip_icmp.h 47 u_char icmp_type; /* type of message, see below */ member in struct:icmp
  /external/qemu/slirp-android/
ip_icmp.c 106 /* icmpstat.icps_inhist[icp->icmp_type]++; */
109 DEBUG_ARG("icmp_type = %d", icp->icmp_type);
110 switch (icp->icmp_type) {
112 icp->icmp_type = ICMP_ECHOREPLY;
240 if(icp->icmp_type>18 || icmp_flush[icp->icmp_type]) goto end_error;
270 icp->icmp_type = type;
ip_icmp.h 49 u_char icmp_type; /* type of message, see below */ member in struct:icmp
  /external/tcpdump/
print-icmp.c 54 u_int8_t icmp_type; /* type of message, see below */ member in struct:icmp
291 u_int8_t icmp_type; member in struct:icmp_ext_t
357 switch (dp->icmp_type) {
363 dp->icmp_type == ICMP_ECHO ?
558 str = tok2str(icmp2str, "type-#%d", dp->icmp_type);
582 if (vflag >= 1 && !ICMP_INFOTYPE(dp->icmp_type)) {
595 if (vflag >= 1 && plen > ICMP_EXTD_MINLEN && ICMP_MPLS_EXT_TYPE(dp->icmp_type)) {
  /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/chromium_org/third_party/usrsctp/usrsctplib/
user_ip_icmp.h 51 u_char icmp_type; /* type of message, see below */ member in struct:icmphdr
80 u_char icmp_type; /* type of message, see below */ member in struct:icmp
  /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-3/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /development/ndk/platforms/android-L/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/7/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/7/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/7/platforms/android-3/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/netinet/
ip_icmp.h 67 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp

Completed in 320 milliseconds

1 2 3 4