Searched defs:rtnh (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Diproute.c589 int parse_one_nh(struct rtattr *rta, struct rtnexthop *rtnh, int *argcp, char ***argvp) argument
598 rtnh->rtnh_len += sizeof(struct rtattr) + 4;
601 if ((rtnh->rtnh_ifindex = ll_name_to_index(*argv)) == 0) {
610 rtnh->rtnh_hops = w - 1;
612 rtnh->rtnh_flags |= RTNH_F_ONLINK;
619 rtnh->rtnh_len += sizeof(struct rtattr) + 4;
632 struct rtnexthop *rtnh; local
636 rtnh = RTA_DATA(rta);
647 memset(rtnh, 0, sizeof(*rtnh));
[all...]

Completed in 123 milliseconds