Searched refs:l_dst (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c2847 uint32_t l_dst = ntohl(*dst_addr_ptr); local
2852 DOWN_SUM(l_dst);
2853 DOWN_SUM(l_dst);
2859 if (l_loc > l_dst)
2860 l_dst--;
2862 running_sum += l_dst - l_loc;
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7371 uint32_t *l_src, *l_dst; local
7403 l_dst = (uint32_t *)dest_addr;
7406 ddi_put32(dest_handle, l_dst,
7408 l_dst += dest_advcnt;

Completed in 101 milliseconds