|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.14, 1994/06/29 06:38:31 | version 1.15, 1995/01/12 06:23:45 | ||
|---|---|---|---|
|
|
||
| register struct inpcb *inp = sotoinpcb(so); | register struct inpcb *inp = sotoinpcb(so); | ||
| register int error; | register int error; | ||
| if (level != IPPROTO_IP) | if (level != IPPROTO_IP) { | ||
| if (m != 0 && *m != 0) | |||
| (void)m_free(*m); | |||
| return (EINVAL); | return (EINVAL); | ||
| } | |||
| switch (optname) { | switch (optname) { | ||