|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.9, 1994/01/10 20:14:19 | version 1.10, 1994/01/29 11:58:01 | ||
|---|---|---|---|
|
|
||
| #ifdef MROUTING | #ifdef MROUTING | ||
| extern struct socket *ip_mrouter; | extern struct socket *ip_mrouter; | ||
| if (m->m_flags & M_EXT) { | |||
| if ((m = m_pullup(m, hlen)) == 0) { | |||
| ipstat.ips_toosmall++; | |||
| goto next; | |||
| } | |||
| ip = mtod(m, struct ip *); | |||
| } | |||
| if (ip_mrouter) { | if (ip_mrouter) { | ||
| /* | /* | ||
| * If we are acting as a multicast router, all | * If we are acting as a multicast router, all |