Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c382 in_addr_t mask, v1_mask, dst_h, ddst_h = 0; in supply_out() local
425 ddst_h = v1_mask & -v1_mask; in supply_out()
426 dstcount = (v1_mask & ~mask)/ddst_h; in supply_out()
478 dst_h += ddst_h; in supply_out()
H A Dinput.c167 in_addr_t gate, mask, v1_mask, dst, ddst_h = 0; in input() local
907 ddst_h = v1_mask & -v1_mask; in input()
908 i = (v1_mask & ~mask)/ddst_h; in input()
951 dst = htonl(ntohl(dst) + ddst_h); in input()