|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.15, 1995/04/13 06:37:18 | version 1.16, 1995/06/01 21:36:51 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| } | } | ||
| if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) || | if (IN_MULTICAST(ip->ip_dst.s_addr) || | ||
| in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { | in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { | ||
| struct socket *last; | struct socket *last; | ||
| /* | /* |