Home | History | Annotate | Download | only in pending

Lines Matching defs:from

1458        "iproute get ADDRESS [from ADDRESS iif STRING]\n" \
1535 sprintf(out, "%s from %s", out, inetval);
1673 struct arglist cmd_objectlist[] = {{"from", 0}, {"iif", 1}, {"oif", 2},
1766 {"iif", 3}, {"via", 4}, {"table", 5}, {"cache", 6}, {"from", 7},
2071 "SELECTOR := [ from PREFIX ] [ to PREFIX ] [pref NUMBER] [ tos TOS ]\n"
2081 struct arglist options[] = {{"from", 0}, {"to", 1}, {"preference", 2},
2106 { // e.g. from IP/Netmask and to IP/Netmask.
2271 u_int32_t from, to = *(u_int32_t *)RTA_DATA(attr[RTA_FLOW]);
2274 to = (from = (to >> 16)) & 0xFFFF;
2275 format = (from ? format: "%s");
2276 printf(format, namefromRPDB((from ? from : to), RPDB_rtrealms));