|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.130.2.7, 2002/02/28 04:15:08 | version 1.130.2.8, 2002/04/01 07:48:36 | ||
|---|---|---|---|
|
|
||
| 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) |