Searched defs:tr_result (Results 1 – 1 of 1) sorted by relevance
117 struct tr_result { struct118 int seq;119 int row;120 int dup;121 int timeout;122 uint8_t ttl;123 uint8_t resp_ttl;124 char hbuf[NI_MAXHOST];125 char inetname[NI_MAXHOST];149 void icmp_code(int, int, int *, int *, struct tr_result *); argument