Home | History | Annotate | Download | only in racoon

Lines Matching defs:check

151 	/* Check that the packet is long enough to have a header */
193 /* Check that the payload header fits in the packet */
200 /* Check that the payload fits in the packet */
212 vchar_t *check;
228 if ((check = oakley_compute_hash1(iph1,
236 if (memcmp(ph + 1, check->v, check->l) != 0) {
240 vfree(check);
244 vfree(check);
365 /* Check that the attribute fit in the packet */
550 /* Check that the attribute fit in the packet */
1131 /* Check if phase 1 is established */
2089 /* If a pool already exists, check if we can shrink it */