Searched defs:icmp (Results 1 - 16 of 16) sorted by relevance

/external/syslinux/gpxe/src/net/
H A Dicmp.c26 #include <gpxe/icmp.h>
48 struct icmp_header *icmp = iobuf->data; local
54 if ( len < sizeof ( *icmp ) ) {
56 len, sizeof ( *icmp ) );
62 csum = tcpip_chksum ( icmp, len );
66 DBG_HD ( icmp, len );
72 if ( icmp->type != ICMP_ECHO_REQUEST ) {
73 DBG ( "ICMP ignoring type %d\n", icmp->type );
81 icmp->type = ICMP_ECHO_RESPONSE;
82 icmp
[all...]
H A Dipv4.c635 REQUIRE_OBJECT ( icmp ); variable
/external/android-clat/
H A Dipv4.c27 * translates an icmp packet
29 * icmp - pointer to icmp header in packet
34 int icmp_packet(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp, argument
44 payload = (const uint8_t *) (icmp + 1);
47 return icmp_to_icmp6(out, pos, icmp, checksum, payload, payload_size);
H A Ddump.c30 #include <linux/icmp.h>
91 /* print icmp header */
92 void dump_icmp(struct icmphdr *icmp) { argument
95 printf("icmp.type = %x ",icmp->type);
96 if(icmp->type == ICMP_ECHOREPLY) {
98 } else if(icmp->type == ICMP_ECHO) {
104 printf("icmp.code = %x\n",icmp->code);
105 printf("icmp
[all...]
H A Dtranslate.c20 #include "icmp.h"
219 * translate ipv4 icmp to ipv6 icmp
221 * icmp - source packet icmp header
223 * payload - icmp payload
227 int icmp_to_icmp6(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp, argument
235 icmp6_type = icmp_to_icmp6_type(icmp->type, icmp->code);
237 icmp6_targ->icmp6_code = icmp_to_icmp6_code(icmp
[all...]
/external/iptables/include/linux/netfilter/
H A Dnf_conntrack_tuple_common.h25 } icmp; member in union:nf_conntrack_man_proto
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnf_conntrack_tuple_common.h32 } icmp; member in union:nf_conntrack_man_proto
/external/iptables/extensions/
H A Dlibipt_icmp.c8 /* special hack for icmp-type 'any':
10 * '-p icmp ' matches all icmp packets
11 * '-p icmp -m icmp' matches _only_ ICMP type 0 :(
12 * This is now fixed by initializing the field * to icmp type 0xFF
105 "icmp match options:\n"
106 "[!] --icmp-type typename match icmp type\n"
107 "[!] --icmp
223 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data; local
237 const struct ipt_icmp *icmp = (struct ipt_icmp *)match->data; local
[all...]
/external/dnsmasq/src/
H A Ddnsmasq.c403 CAP_NET_RAW (for icmp) if we're doing dhcp */
1133 struct icmp icmp; member in struct:__anon5614
1156 memset(&packet.icmp, 0, sizeof(packet.icmp));
1157 packet.icmp.icmp_type = ICMP_ECHO;
1158 packet.icmp.icmp_id = id;
1159 for (j = 0, i = 0; i < sizeof(struct icmp) / 2; i++)
1160 j += ((u16 *)&packet.icmp)[i];
1163 packet.icmp
[all...]
/external/syslinux/core/lwip/src/include/lwip/
H A Dstats.h127 struct stats_proto icmp; member in struct:stats_
185 #define ICMP_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp, "ICMP")
/external/libnetfilter_conntrack/include/internal/
H A Dobject.h70 } icmp; member in union:__nfct_l4_src
90 } icmp; member in union:__nfct_l4_dst
/external/tcpdump/
H A Dprint-icmp.c48 * Structure of an icmp header.
50 struct icmp { struct
101 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */
191 /* Most of the icmp types */
260 * draft-bonica-internet-icmp-08
334 const struct icmp *dp;
348 dp = (const struct icmp *)bp;
568 ND_PRINT((ndo, " (wrong icmp cksum %x (->%x)!)",
695 ND_PRINT((ndo, "[|icmp]"));
/external/swiftshader/src/Shader/
H A DShaderCore.cpp1760 void ShaderCore::icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control) function in class:sw::ShaderCore
/external/syslinux/core/lwip/src/core/snmp/
H A Dmib2.c310 /* icmp .1.3.6.1.2.1.5 */
335 const struct mib_array_node icmp = { variable in typeref:struct:mib_array_node
701 (struct mib_node*)&icmp,
824 /* mib-2.icmp counter(s) */
/external/libnl/include/netlink-private/
H A Dtypes.h792 } icmp; member in union:nfnl_ct_proto
839 } icmp; member in union:nfnl_exp_protodata
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 764 milliseconds