Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c380 in_addr_t mask, v1_mask, dst_h, ddst_h = 0; in supply_out() local
391 dst_h = ag->ag_dst_h; in supply_out()
393 v1_mask = ripv1_mask_host(htonl(dst_h), in supply_out()
434 addrname(htonl(dst_h), mask, 1), in supply_out()
448 wb->n->n_dst = htonl(dst_h); in supply_out()
476 dst_h += ddst_h; in supply_out()
H A Dtable.c202 in_addr_t dst_h = ag->ag_dst_h; in ag_find_suppressor() local
207 if ((dst_h & ag_cors->ag_mask) == ag_cors->ag_dst_h) { in ag_find_suppressor()
244 in_addr_t dst_h; in ag_flush() local
253 dst_h = ag->ag_dst_h; in ag_flush()
254 if ((dst_h & lim_mask) != lim_dst_h) in ag_flush()
293 if (ag_supr->ag_dst_h == dst_h) in ag_flush()