Searched refs:RT_ROUNDUP (Results 1 – 1 of 1) sorted by relevance
64 #ifndef RT_ROUNDUP65 #define RT_ROUNDUP(a) \ macro67 #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len))211 l = RT_ROUNDUP(_su.sa.sa_len); \ in if_route()