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

  /external/iproute2/include/
namespace.h 10 #define NETNS_RUN_DIR "/var/run/netns"
  /external/iproute2/ip/
ipnetns.c 214 dir = opendir(NETNS_RUN_DIR);
238 dir = opendir(NETNS_RUN_DIR);
334 dir = opendir(NETNS_RUN_DIR);
455 snprintf(net_path, sizeof(net_path), "%s/%s", NETNS_RUN_DIR, name);
527 dir = opendir(NETNS_RUN_DIR);
534 NETNS_RUN_DIR, strerror(errno));
547 snprintf(name_path, sizeof(name_path), "%s/%s", NETNS_RUN_DIR,
567 snprintf(netns_path, sizeof(netns_path), "%s/%s", NETNS_RUN_DIR, nsname);
593 if (mkdir(NETNS_RUN_DIR, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)) {
596 NETNS_RUN_DIR, strerror(errno))
    [all...]
  /external/iproute2/lib/
namespace.c 50 snprintf(net_path, sizeof(net_path), "%s/%s", NETNS_RUN_DIR, name);
100 NETNS_RUN_DIR, name );
111 dir = opendir(NETNS_RUN_DIR);
  /external/iw/
phy.c 302 #ifndef NETNS_RUN_DIR
303 #define NETNS_RUN_DIR "/var/run/netns"
314 NETNS_RUN_DIR, name );
361 " <nsname> - change network namespace by name from "NETNS_RUN_DIR"\n"

Completed in 306 milliseconds