HomeSort by relevance Sort by last modified time
    Searched full:umcast (Results 1 - 1 of 1) sorted by null

  /external/iproute2/ip/
iplink_ipoib.c 26 "[umcast {0|1}]\n"
47 __u16 pkey, mode, umcast; local
64 } else if (matches(*argv, "umcast") == 0) {
66 if (get_u16(&umcast, *argv, 0))
67 invarg("umcast is invalid", *argv);
68 addattr_l(n, 1024, IFLA_IPOIB_UMCAST, &umcast, 2);
110 fprintf(f, "umcast %.4x ", rta_getattr_u16(tb[IFLA_IPOIB_UMCAST]));

Completed in 196 milliseconds