HomeSort by relevance Sort by last modified time
    Searched refs:rtnh_gateway (Results 1 - 3 of 3) sorted by null

  /external/libnl/lib/route/
nexthop.c 64 if (src->rtnh_gateway) {
65 nh->rtnh_gateway = nl_addr_clone(src->rtnh_gateway);
66 if (!nh->rtnh_gateway) {
77 nl_addr_put(nh->rtnh_gateway);
93 diff |= NH_DIFF(GATEWAY, nl_addr_cmp(a->rtnh_gateway,
94 b->rtnh_gateway));
117 nl_dump(dp, " %s", nl_addr2str(nh->rtnh_gateway,
146 nl_dump(dp, " via %s", nl_addr2str(nh->rtnh_gateway,
223 struct nl_addr *old = nh->rtnh_gateway;
    [all...]
route_obj.c 500 nl_addr2str(cloned_nh->rtnh_gateway, buf,
528 nl_addr2str(old_nh->rtnh_gateway, buf,
926 if (nh->rtnh_gateway)
1249 if (nh->rtnh_gateway)
1250 NLA_PUT_ADDR(msg, RTA_GATEWAY, nh->rtnh_gateway);
1273 if (nh->rtnh_gateway)
1275 nh->rtnh_gateway);
  /external/libnl/include/netlink-private/
types.h 271 struct nl_addr * rtnh_gateway; member in struct:rtnl_nexthop

Completed in 104 milliseconds