Searched defs:dst_h (Results 1 - 2 of 2) sorted by relevance

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

Completed in 74 milliseconds