Lines Matching defs:resp_buf
84 struct resp_buf {
147 int get_ttl(struct resp_buf *buf);
151 int tries, struct resp_buf *save);
154 void print_trace(int index, struct resp_buf *buf);
155 int what_kind(struct resp_buf *buf, const char *why);
159 void fixup_stats(struct resp_buf *base,
160 struct resp_buf *prev,
161 struct resp_buf *new);
162 int print_stats(struct resp_buf *base,
163 struct resp_buf *prev,
164 struct resp_buf *new);
332 get_ttl(struct resp_buf *buf)
391 send_recv(u_int32_t dst, int type, int code, int tries, struct resp_buf *save)
763 print_trace(int idx, struct resp_buf *buf)
796 what_kind(struct resp_buf *buf, const char *why)
968 fixup_stats(struct resp_buf *basep, struct resp_buf *prev, struct resp_buf *new)
1047 print_stats(struct resp_buf *basep, struct resp_buf *prev, struct resp_buf *new)
1149 struct resp_buf *prev, *new;