ping_req
struct ping_req **reqs;
reqs = calloc(1, sizeof(struct ping_req *) * cnt);
reqs[i] = calloc(1, sizeof(struct ping_req));