Home | History | Annotate | Download | only in iputils

Lines Matching defs:from

5  * This code is derived from software contributed to Berkeley by
21 * may be used to endorse or promote products derived from this software
599 printf("from %s %s: ", inet_ntoa(source.sin_addr), device ?: "");
699 printf("From %s: icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));
771 * Print out the packet, if it came from us. This logic is necessary
785 struct sockaddr_in *from = addr;
802 fprintf(stderr, "ping: packet too short (%d bytes) from %s\n", cc,
803 pr_addr(from->sin_addr.s_addr));
838 ttl, 0, tv, pr_addr(from->sin_addr.s_addr),
893 printf("From %s: icmp_seq=%u ",
894 pr_addr(from->sin_addr.s_addr),
919 printf("From %s: ", pr_addr(from->sin_addr.s_addr));
962 * back all the carry bits from the top 16 bits into the lower
975 * add back carry outs from top 16 bits to low 16 bits