Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dif-bsd.c89 #ifndef RT_ROUNDUP
90 #define RT_ROUNDUP(a) \ macro
92 #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len))
566 l = RT_ROUNDUP(su.sa.sa_len); \ in if_route()
954 l = RT_ROUNDUP(su.sa.sa_len); \ in if_route6()