Searched refs:icmp_type (Results 1 - 9 of 9) sorted by relevance

/external/qemu/slirp/
H A Dip_icmp.c105 /* 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;
H A Dip_icmp.h47 u_char icmp_type; /* type of message, see below */ member in struct:icmp
/external/qemu/slirp-android/
H A Dip_icmp.c106 /* 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;
H A Dip_icmp.h49 u_char icmp_type; /* type of message, see below */ member in struct:icmp
/external/tcpdump/
H A Dprint-icmp.c54 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
356 switch (dp->icmp_type) {
362 dp->icmp_type == ICMP_ECHO ?
557 str = tok2str(icmp2str, "type-#%d", dp->icmp_type);
578 if (vflag >= 1 && !ICMP_INFOTYPE(dp->icmp_type)) {
591 if (vflag >= 1 && plen > ICMP_EXTD_MINLEN && ICMP_MPLS_EXT_TYPE(dp->icmp_type)) {
/external/android-clat/
H A Dtranslate.c284 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/iputils/
H A Drdisc.c121 u_char icmp_type; /* type of message, see below */ member in struct:icmp_ra
597 rap->icmp_type = ICMP_ROUTER_ADVERTISEMENT;
754 pr_type((int)rap->icmp_type),
761 pr_type((int)rap->icmp_type),
769 pr_type((int)rap->icmp_type),
776 pr_type((int)rap->icmp_type),
785 pr_type((int)rap->icmp_type),
794 pr_type((int)rap->icmp_type),
/external/dnsmasq/src/
H A Ddnsmasq.c1292 packet.icmp.icmp_type = ICMP_ECHO;
1341 packet.icmp.icmp_type == ICMP_ECHOREPLY &&
/external/libppp/src/
H A Dip.c316 sport = ih->icmp_type;
626 "ICMP: %s:%d ---> ", ncpaddr_ntoa(&srcaddr), icmph->icmp_type);

Completed in 803 milliseconds