|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.145, 2002/02/25 02:17:55 | version 1.146, 2002/03/08 20:48:43 | ||
|---|---|---|---|
|
|
||
| int i; | int i; | ||
| pool_init(&ipqent_pool, sizeof(struct ipqent), 0, 0, 0, "ipqepl", | pool_init(&ipqent_pool, sizeof(struct ipqent), 0, 0, 0, "ipqepl", | ||
| 0, NULL, NULL, M_IPQ); | NULL); | ||
| pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); | pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); | ||
| if (pr == 0) | if (pr == 0) |