Home
last modified time | relevance | path

Searched refs:dst_h (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/routed/
H A Doutput.c330 naddr mask, v1_mask, dst_h, ddst_h = 0; in supply_out() local
341 dst_h = ag->ag_dst_h; in supply_out()
343 v1_mask = ripv1_mask_host(htonl(dst_h), in supply_out()
379 addrname(htonl(dst_h), mask, in supply_out()
395 wb->n->n_dst = htonl(dst_h); in supply_out()
419 dst_h += ddst_h; in supply_out()
H A Dtable.c197 naddr dst_h; in ag_flush() local
206 dst_h = ag->ag_dst_h; in ag_flush()
207 if ((dst_h & lim_mask) != lim_dst_h) in ag_flush()
224 if ((dst_h & ag_cors->ag_mask) == ag_cors->ag_dst_h) { in ag_flush()
247 if (ag_cors->ag_dst_h == dst_h) in ag_flush()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c97 u_int dst_h; member
363 win->dst_x, win->dst_y, win->dst_w, win->dst_h); in dc_setup_window()
404 v_incr_dda = dc_scaling_incr(win->src_h, win->dst_h, 15); in dc_setup_window()
408 h_incr_dda = dc_scaling_incr(win->src_h, win->dst_h, 4); in dc_setup_window()
427 WR4(sc, DC_WIN_SIZE, WIN_SIZE(win->dst_w, win->dst_h)); in dc_setup_window()
526 win.dst_h = crtc_h; in dc_plane_update()
623 win.dst_h = fb->drm_fb.height; in dc_set_base()
696 win.dst_h = mode->vdisplay; in dc_crtc_mode_set()