Searched refs:tr_resp (Results 1 – 4 of 4) sorted by relevance
85 struct tr_resp r[MAXHOPS]; /* Per-hop reports */149 void stat_line(struct tr_resp *r, struct tr_resp *s,313 struct tr_resp *b; in get_ttl()542 struct tr_resp *r = (struct tr_resp *)(rquery+1) + len - 1; in send_recv()600 struct tr_resp *r; in passive_mode()739 struct tr_resp *r; in print_trace()772 struct tr_resp *r = buf->resps + hops - 1; in what_kind()842 stat_line(struct tr_resp *r, struct tr_resp *s, int have_next, int *rst) in stat_line()940 struct tr_resp *b = base->resps + rno; in fixup_stats()941 struct tr_resp *p = prev->resps + rno; in fixup_stats()[all …]
94 struct tr_resp { struct112 #define RLEN sizeof(struct tr_resp) argument
1735 struct tr_resp *resp; in accept_mtrace()1873 if (p + sizeof(struct tr_resp) > send_buf + RECV_BUF_SIZE) { in accept_mtrace()1874 resp = (struct tr_resp *)p - 1; in accept_mtrace()1883 resp = (struct tr_resp *)p; in accept_mtrace()1884 bzero(resp, sizeof(struct tr_resp)); in accept_mtrace()
91 struct tr_resp { struct