Home | History | Annotate | Download | only in slirp-android

Lines Matching full:packet

42 /* Be nice and tell them it's just a pseudo-ping packet */
43 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
139 /* Send the packet */
198 * It is reported as the bad ip packet. The header should
201 * packet. The maximum payload is 576-20(ip hdr)-8(icmp hdr)=548
252 /* make the header of the reply packet */
275 memcpy(&icp->icmp_ip, msrc->m_data, s_ip_len); /* report the ip packet */
281 if(message) { /* DEBUG : append message to ICMP packet */
319 * Reflect the ip packet back to the source
330 * Send an icmp packet back to the ip level,