|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.190, 2003/12/06 23:56:10 | version 1.191, 2003/12/07 01:18:26 | ||
|---|---|---|---|
|
|
||
| void | void | ||
| ip_slowtimo() | ip_slowtimo() | ||
| { | { | ||
| static unsigned dropscanidx = 0; | static u_int dropscanidx = 0; | ||
| unsigned i; | u_int i; | ||
| struct ipq *fp, *nfp; | struct ipq *fp, *nfp; | ||
| int s = splsoftnet(); | int s = splsoftnet(); | ||