HomeSort by: relevance | last modified time | path
    Searched defs:RT_ADVANCE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rtadvd/
if.c 65 #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len))
77 RT_ADVANCE(sa, sa);
  /src/sys/net/
route.h 331 #define RT_ADVANCE(x, n) (x += RT_ROUNDUP((n)->sa_len))

Completed in 50 milliseconds