Searched refs:ti2 (Results 1 – 1 of 1) sorted by relevance
212 tlx_info_equal(const tlx_info_t *ti, const tlx_info_t *ti2, boolean_t isrpc) in tlx_info_equal() argument214 return ((isrpc || (memcmp(ti->local_addr.buf, ti2->local_addr.buf, in tlx_info_equal()216 (strcmp(ti->dev_name, ti2->dev_name) == 0)); in tlx_info_equal()