inet_ent
struct inet_ent *ip =
(struct inet_ent *) malloc(sizeof(struct inet_ent) + strlen(name));
struct inet_ent *ip;
struct inet_ent *next;
static struct inet_ent *inet_list = 0;