Lines Matching defs:from

35  * Portions of this source code were derived from Berkeley 4.3 BSD
36 * under license from the Regents of the University of California.
217 * Check out the packet to see if it came from us. This logic is necessary
232 struct sockaddr_in *from;
256 /* The following are from RFC1700 */
283 from = (struct sockaddr_in *)msg->msg_name;
296 Printf("packet too short (%d bytes) from %s\n", cc,
297 pr_name((char *)&from->sin_addr, AF_INET));
325 Printf("packet too short (%d bytes) from %s\n",
326 cc, pr_name((char *)&from->sin_addr,
379 * a reply from a target address we were
450 Printf("%d bytes from %s: ", cc,
451 pr_name((char *)&from->sin_addr, AF_INET));
456 Printf("ICMP %d Unreachable from gateway %s\n",
458 pr_name((char *)&from->sin_addr, AF_INET));
460 Printf("ICMP %s from gateway %s\n",
462 pr_name((char *)&from->sin_addr, AF_INET));
464 Printf(" for %s from %s", pr_protocol(ip->ip_p),
511 Printf("packet too short (%d bytes) from %s\n",
512 cc, pr_name((char *)&from->sin_addr,
522 Printf("ICMP %d redirect from gateway %s\n",
524 pr_name((char *)&from->sin_addr, AF_INET));
526 Printf("ICMP %s redirect from gateway %s\n",
528 pr_name((char *)&from->sin_addr, AF_INET));
580 * a reply from a target address we were
629 (void *)&from->sin_addr,
668 Printf("%d bytes from %s: ", cc,
671 Printf("%d bytes from %s: ", cc,
672 pr_name((char *)&from->sin_addr, AF_INET));
710 Printf("packet too short (%d bytes) from %s\n",
711 cc, pr_name((char *)&from->sin_addr,
720 Printf("ICMP Source Quench from %s\n",
721 pr_name((char *)&from->sin_addr, AF_INET));
722 Printf(" for %s from %s", pr_protocol(ip->ip_p),
744 Printf("packet too short (%d bytes) from %s\n",
745 cc, pr_name((char *)&from->sin_addr,
757 "parameter problem from %s\n",
758 pr_name((char *)&from->sin_addr, AF_INET));
763 "from %s\n",
764 pr_name((char *)&from->sin_addr, AF_INET));
773 Printf("ICMP Parameter Problem from %s\n",
774 pr_name((char *)&from->sin_addr, AF_INET));
783 Printf(" for %s from %s", pr_protocol(ip->ip_p),
805 Printf("packet too short (%d bytes) from %s\n",
806 cc, pr_name((char *)&from->sin_addr,
816 Printf("ICMP %d time exceeded from %s\n",
818 pr_name((char *)&from->sin_addr, AF_INET));
820 Printf("ICMP %s from %s\n",
822 pr_name((char *)&from->sin_addr, AF_INET));
824 Printf(" for %s from %s", pr_protocol(ip->ip_p),
842 Printf("packet too short (%d bytes) from %s\n",
843 cc, pr_name((char *)&from->sin_addr,
891 * a reply from a target address we were
940 (void *)&from->sin_addr,
980 Printf("%d bytes from %s: ", cc,
983 Printf("%d bytes from %s: ", cc,
984 pr_name((char *)&from->sin_addr, AF_INET));
1037 /* These were never passed out from the SunOS 4.X kernel. */
1047 Printf("%d bytes from %s:\n", cc,
1048 pr_name((char *)&from->sin_addr, AF_INET));