HomeSort by relevance Sort by last modified time
    Searched refs:IFLA_GRE_LOCAL (Results 26 - 26 of 26) sorted by null

12

  /external/iproute2/ip/
link_gre6.c 131 if (greinfo[IFLA_GRE_LOCAL])
132 memcpy(&laddr, RTA_DATA(greinfo[IFLA_GRE_LOCAL]), sizeof(laddr));
286 addattr_l(n, 1024, IFLA_GRE_LOCAL, &laddr, sizeof(laddr));
329 if (tb[IFLA_GRE_LOCAL]) {
331 memcpy(&addr, RTA_DATA(tb[IFLA_GRE_LOCAL]), sizeof(addr));

Completed in 117 milliseconds

12