Home | History | Annotate | Download | only in netinet

Lines Matching defs:old24

1726 			frauth_4_1_24_t *old24;
1728 KMALLOC(old24, frauth_4_1_24_t *);
1729 if (old24 == NULL) {
1734 error = COPYIN(obj->ipfo_ptr, old24, sizeof(*old24));
1736 frauth_4_1_24_to_current(old24, ptr);
1740 KFREE(old24);
3373 frauth_4_1_24_t *old24;
3375 KMALLOC(old24, frauth_4_1_24_t *);
3376 if (old24 == NULL) {
3381 frauth_current_to_4_1_24(ptr, old24);
3382 error = COPYOUT(old24, obj->ipfo_ptr, sizeof(*old24));
3386 KFREE(old24);