OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RT_ROUNDUP
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/rtadvd/
if.c
62
#ifndef
RT_ROUNDUP
63
#define
RT_ROUNDUP
(a) \
65
#define RT_ADVANCE(x, n) (x +=
RT_ROUNDUP
((n)->sa_len))
/src/sys/net/
route.h
330
#define
RT_ROUNDUP
(a) RT_ROUNDUP2((a), sizeof(uint64_t))
331
#define RT_ADVANCE(x, n) (x +=
RT_ROUNDUP
((n)->sa_len))
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025