Lines Matching defs:xmrt
3045 struct mrt xmrt;
3270 if (imsg_get_data(&imsg, &xmrt, sizeof(xmrt)) == -1) {
3275 if ((xmrt.fd = imsg_get_fd(&imsg)) == -1) {
3281 mrt = mrt_get(&mrthead, &xmrt);
3287 memcpy(mrt, &xmrt, sizeof(struct mrt));
3295 mrt->fd = xmrt.fd;
3300 if (imsg_get_data(&imsg, &xmrt, sizeof(xmrt)) == -1) {
3305 mrt = mrt_get(&mrthead, &xmrt);