Searched refs:prefix (Results 1 - 10 of 10) sorted by relevance
/lxc/src/lxc/ |
H A D | network.h | 86 struct in6_addr *acast, int prefix); 89 struct in_addr *bcast, int prefix);
|
H A D | log.c | 447 const char *priority, const char *prefix, int quiet, 471 if (prefix) 472 lxc_log_set_prefix(prefix); 571 extern void lxc_log_set_prefix(const char *prefix) argument 573 strncpy(log_prefix, prefix, sizeof(log_prefix)); 446 lxc_log_init(const char *name, const char *file, const char *priority, const char *prefix, int quiet, const char *lxcpath) argument
|
H A D | conf.h | 65 unsigned int prefix; member in struct:lxc_inetdev 83 unsigned int prefix; member in struct:lxc_inet6dev
|
H A D | log.h | 317 const char *priority, const char *prefix, int quiet, 322 extern void lxc_log_set_prefix(const char *prefix);
|
H A D | network.c | 1030 void *addr, void *bcast, void *acast, int prefix) 1061 ifa->ifa_prefixlen = prefix; 1093 struct in6_addr *acast, int prefix) 1095 return ip_addr_add(AF_INET6, ifindex, addr, mcast, acast, prefix); 1099 struct in_addr *bcast, int prefix) 1101 return ip_addr_add(AF_INET, ifindex, addr, bcast, NULL, prefix); 1029 ip_addr_add(int family, int ifindex, void *addr, void *bcast, void *acast, int prefix) argument 1091 lxc_ipv6_addr_add(int ifindex, struct in6_addr *addr, struct in6_addr *mcast, struct in6_addr *acast, int prefix) argument 1098 lxc_ipv4_addr_add(int ifindex, struct in_addr *addr, struct in_addr *bcast, int prefix) argument
|
H A D | confile.c | 791 char *cursor, *slash, *addr = NULL, *bcast = NULL, *prefix = NULL; local 834 prefix = slash + 1; 853 /* no prefix specified, determine it from the network class */ 854 if (prefix) { 855 if (lxc_safe_uint(prefix, &inetdev->prefix) < 0) 858 inetdev->prefix = config_ip_prefix(&inetdev->addr); 862 * prefix and address 867 htonl(INADDR_BROADCAST >> inetdev->prefix); 955 inet6dev->prefix [all...] |
H A D | conf.c | 1967 * use $lxcpath/CN/rootfs as the target prefix */ 2300 &inetdev->bcast, inetdev->prefix); 2323 inet6dev->prefix);
|
/lxc/templates/ |
H A D | lxc-debian.in | 170 local prefix="deb" 172 prefix="deb [arch=${arch}]" 182 ${prefix} $MIRROR ${release} main${non_main} 187 ${prefix} $SECURITY_MIRROR ${release}/updates main${non_main}
|
/lxc/src/lxc/cgroups/ |
H A D | cgfs.c | 476 * 3: mount prefix 699 * shortest prefix where this group is still contained 1904 /* first we have to make sure we subtract the mount point's prefix */ 1905 char *prefix = mp->mount_prefix; local 1915 if (prefix && !strcmp(prefix, "/")) 1916 prefix = NULL; 1918 /* prefix doesn't match */ 1919 if (prefix && strncmp(prefix, pat [all...] |
/lxc/src/lxc/tools/ |
H A D | lxc-start-ephemeral.in | 164 dest_path = tempfile.mkdtemp(prefix="%s-" % args.orig, dir=lxc_path)
|
Completed in 229 milliseconds