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

  /external/iproute2/ip/
iplink.c 69 fprintf(stderr, " [ netns PID ]\n");
183 int netns = -1; local
229 } else if (strcmp(*argv, "netns") == 0) {
231 if (netns != -1)
232 duparg("netns", *argv);
233 if (get_integer(&netns, *argv, 0))
234 invarg("Invalid \"netns\" value\n", *argv);
235 addattr_l(&req->n, sizeof(*req), IFLA_NET_NS_PID, &netns, 4);
  /external/iproute2/man/man8/
ip.8 55 .B netns
887 .BI netns " PID"
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
nl80211_copy.h 270 * @NL80211_CMD_SET_WIPHY_NETNS: Set a wiphy's netns. Note that all devices
    [all...]
  /external/iproute2/doc/
ip-cref.tex 297 \item \verb|netns PID|
    [all...]

Completed in 66 milliseconds