OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RT_ROUNDUP
(Results
1 - 4
of
4
) 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/crypto/dist/ipsec-tools/src/racoon/
grabmyaddr.c
682
#ifndef
RT_ROUNDUP
683
#define
RT_ROUNDUP
(a) \
686
#define SAROUNDUP(X)
RT_ROUNDUP
(((struct sockaddr *)(X))->sa_len)
/src/external/bsd/dhcpcd/dist/src/
if-bsd.c
97
#ifndef
RT_ROUNDUP
98
#define
RT_ROUNDUP
(a) \
100
#define RT_ADVANCE(x, n) (x +=
RT_ROUNDUP
((n)->sa_len))
718
bp +=
RT_ROUNDUP
((sa)->sa_len); \
1597
size_t salen = (size_t)
RT_ROUNDUP
(sa->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 51 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026