Searched refs:lenbytes (Results 1 – 3 of 3) sorted by relevance
276 int sz, l1, l2, lenbytes; /* byte sizes within an nsc_vec_t */ in _nsc_copy_h() local310 lenbytes = (int)FBA_SIZE(len); in _nsc_copy_h()312 while (lenbytes) { in _nsc_copy_h()314 sz = min(sz, lenbytes); in _nsc_copy_h()320 lenbytes -= sz; in _nsc_copy_h()
2657 int lenbytes; in print_samsg() local2660 lenbytes = SADB_64TO8(ext->sadb_ext_len); in print_samsg()2766 ext->sadb_ext_type, lenbytes); in print_samsg()2773 current += (lenbytes == 0) ? in print_samsg()
2696 size_t lenbytes = SADB_64TO8(dst->sadb_address_len); in doaddup() local2699 totallen += lenbytes; in doaddup()2700 src = malloc(lenbytes); in doaddup()2704 bcopy(dst, src, lenbytes); in doaddup()