|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.151, 2006/10/12 01:32:38 | version 1.152, 2006/11/10 12:59:59 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| int | int | ||
| udp_ctloutput(op, so, level, optname, mp) | udp_ctloutput(int op, struct socket *so, int level, int optname, | ||
| int op; | struct mbuf **mp) | ||
| struct socket *so; | |||
| int level, optname; | |||
| struct mbuf **mp; | |||
| { | { | ||
| int s; | int s; | ||
| int error = 0; | int error = 0; |