Home
last modified time | relevance | path

Searched defs:RT_ADVANCE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/bin/hostname/
H A Dhostname.c79 #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len)) macro
/dragonfly/sys/net/
H A Droute.h316 #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len)) macro
/dragonfly/contrib/dhcpcd/src/
H A Dif-bsd.c100 #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len)) macro