HomeSort by relevance Sort by last modified time
    Searched refs:RTNH_NEXT (Results 51 - 52 of 52) sorted by null

1 23

  /external/kernel-headers/original/linux/
rtnetlink.h 322 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
  /external/iproute2/ip/
iproute.c 619 nh = RTNH_NEXT(nh);
690 rtnh = RTNH_NEXT(rtnh);
    [all...]

Completed in 130 milliseconds

1 23