Searched refs:tr_resp (Results 1 – 3 of 3) sorted by relevance
90 struct tr_resp r[MAXHOPS]; /* Per-hop reports */154 void stat_line(struct tr_resp *r, struct tr_resp *s,314 struct tr_resp *b; in get_ttl()543 struct tr_resp *r = (struct tr_resp *)(rquery+1) + len - 1; in send_recv()601 struct tr_resp *r; in passive_mode()740 struct tr_resp *r; in print_trace()773 struct tr_resp *r = buf->resps + hops - 1; in what_kind()843 stat_line(struct tr_resp *r, struct tr_resp *s, int have_next, int *rst) in stat_line()941 struct tr_resp *b = base->resps + rno; in fixup_stats()942 struct tr_resp *p = prev->resps + rno; in fixup_stats()[all …]
94 struct tr_resp { struct112 #define RLEN sizeof(struct tr_resp) argument
1742 struct tr_resp *resp; in accept_mtrace()1880 if (p + sizeof(struct tr_resp) > send_buf + RECV_BUF_SIZE) { in accept_mtrace()1881 resp = (struct tr_resp *)p - 1; in accept_mtrace()1890 resp = (struct tr_resp *)p; in accept_mtrace()1891 bzero(resp, sizeof(struct tr_resp)); in accept_mtrace()