Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop_utils.c43 #define _BLOCKS_TO_SZ(_blocks) ((size_t)(_blocks) * sizeof(u_long)) macro
124 memcpy(new_idx, bi->idx, _BLOCKS_TO_SZ(bi->blocks)); in bitmask_copy()