|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.106, 2003/08/21 14:49:50 | version 1.107, 2003/08/22 21:53:06 | ||
|---|---|---|---|
|
|
||
| return (ip_output(m, inp->inp_options, &inp->inp_route, | return (ip_output(m, inp->inp_options, &inp->inp_route, | ||
| inp->inp_socket->so_options & (SO_DONTROUTE | SO_BROADCAST), | inp->inp_socket->so_options & (SO_DONTROUTE | SO_BROADCAST), | ||
| inp->inp_moptions, inp)); | inp->inp_moptions, inp->inp_socket)); | ||
| release: | release: | ||
| m_freem(m); | m_freem(m); |