Lines Matching defs:from
31 * Portions of this source code were derived from Berkeley 4.3 BSD
32 * under license from the Regents of the University of California.
84 * rwhod reports from all multicast-capable interfaces. If a <ttl> argument
85 * is given, it accepts multicast reports from only one interface, the one
88 * unicast reports from all interfaces. Thus, this program will hear the
150 struct sockaddr_in from;
256 socklen_t len = sizeof (from);
259 (struct sockaddr *)&from, &len);
265 if (from.sin_port != sp->s_port) {
266 syslog(LOG_WARNING, "main: %d: bad from port",
267 ntohs(from.sin_port));
282 syslog(LOG_WARNING, "main: malformed host name from %x",
283 from.sin_addr.s_addr);