HomeSort by relevance Sort by last modified time
    Searched refs:icmp (Results 26 - 34 of 34) sorted by null

12

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/netinet/
ip_icmp.h 56 * ICMP Router Advertisement data
64 * Structure of an icmp header.
66 struct icmp { struct
123 * For IPv6 transition related ICMP errors.
145 * http://www.iana.org/assignments/icmp-parameters
  /external/iptables/
Android.mk 52 PF_EXT_SLIB+=hashlimit helper icmp iprange length limit mac multiport #2mark
  /external/tcpdump/
Android.mk 49 print-icmp.c\
print-icmp.c 24 "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.81.2.6 2007/09/13 17:40:18 guy Exp $ (LBL)";
51 * Structure of an icmp header.
53 struct icmp { struct
104 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */
196 /* Most of the icmp types */
265 * draft-bonica-internet-icmp-08
297 u_int8_t icmp_ext_legacy_header[128]; /* extension header starts 128 bytes after ICMP header */
337 const struct icmp *dp;
350 dp = (struct icmp *)bp;
560 (void)printf("ICMP %s, length %u", str, plen)
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 23 struct ip_ct_icmp icmp; member in union:ip_conntrack_proto
  /external/strace/
net.c 98 #include <linux/icmp.h>
    [all...]
configure     [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 426 icmp { YYD; yylval.num = IPPROTO_ICMP; return(UL_PROTO); }
  /external/ping/
ping.c 46 * Using the InterNet Control Message Protocol (ICMP) "ECHO" facility,
58 * This program has to run SUID to ROOT to access the ICMP socket.
64 #include <linux/icmp.h>
89 long nerrors; /* icmp errors */
128 /* Fills all the outpack, excluding ICMP header, but _including_
342 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet
431 /* An ICMP error arrived. */
1059 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet
1093 cc = datalen + 8; /* skips ICMP portion */
1095 /* compute ICMP checksum here *
    [all...]

Completed in 132 milliseconds

12