mrt_peer_entry
struct mrt_peer_entry *p;
struct mrt_peer_entry *peers = NULL;
if ((peers = calloc(cnt, sizeof(struct mrt_peer_entry))) == NULL)
if ((p->peers = calloc(1, sizeof(struct mrt_peer_entry))) == NULL)
if ((p->peers = calloc(1, sizeof(struct mrt_peer_entry))) == NULL)
struct mrt_peer_entry *peers;