OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTNH_NEXT
(Results
51 - 52
of
52
) sorted by null
1
2
3
/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 23 milliseconds
1
2
3