link_keys
struct link_keys *lnp;
struct link_keys *next;
if ((lnp = malloc(sizeof (struct link_keys))) == NULL) {
lnp->next = *(struct link_keys **)cookiep;
struct link_keys *dellnp, *lnp;
lnp = (struct link_keys *)cookie;