hdr_list
struct hdr_list *h_next;
struct hdr_list *hl;
hl = (struct hdr_list *)calloc(1, sizeof(*hl));