Home | History | Annotate | Download | only in netinet

Lines Matching defs:old11

1755 			frauth_4_1_11_t *old11;
1757 KMALLOC(old11, frauth_4_1_11_t *);
1758 if (old11 == NULL) {
1763 error = COPYIN(obj->ipfo_ptr, old11, sizeof(*old11));
1765 frauth_4_1_11_to_current(old11, ptr);
1769 KFREE(old11);
3403 frauth_4_1_11_t *old11;
3405 KMALLOC(old11, frauth_4_1_11_t *);
3406 if (old11 == NULL) {
3411 frauth_current_to_4_1_11(ptr, old11);
3412 error = COPYOUT(old11, obj->ipfo_ptr, sizeof(*old11));
3416 KFREE(old11);