Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c2863 uint32_t l_dst = ntohl(*dst_addr_ptr); in sadb_nat_calculations() local
2868 DOWN_SUM(l_dst); in sadb_nat_calculations()
2869 DOWN_SUM(l_dst); in sadb_nat_calculations()
2875 if (l_loc > l_dst) in sadb_nat_calculations()
2876 l_dst--; in sadb_nat_calculations()
2878 running_sum += l_dst - l_loc; in sadb_nat_calculations()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7387 uint32_t *l_src, *l_dst; in ddi_device_copy() local
7419 l_dst = (uint32_t *)dest_addr; in ddi_device_copy()
7422 ddi_put32(dest_handle, l_dst, in ddi_device_copy()
7424 l_dst += dest_advcnt; in ddi_device_copy()