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