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

/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_nat.c100 size_t entry_sz; local
119 entry_sz = sizeof (ilb_nat_info_t);
121 entry_sz = sizeof (ilb_persist_info_t);
122 rbufsz = *num * entry_sz + sizeof (ilb_comm_t) +
150 bcopy(&tmp_si->sn_data, buf, tmp_si->sn_num * entry_sz);
151 buf += tmp_si->sn_num * entry_sz;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_nat.c134 size_t entry_sz; local
161 entry_sz = sizeof (ilb_nat_info_t);
163 entry_sz = sizeof (ilb_persist_info_t);
165 entry_sz)) == NULL) {
176 bzero(buf.buf, num * entry_sz);

Completed in 44 milliseconds