Searched refs:interfaces (Results 1 - 7 of 7) sorted by relevance

/lxc/src/python-lxc/
H A Dlxc.c1029 char** interfaces = NULL; local
1033 /* Get the interfaces */
1034 interfaces = self->container->get_interfaces(self->container);
1035 if (!interfaces)
1039 while (interfaces[i])
1049 while (interfaces[i]) {
1050 if (!interfaces[i]) {
1055 PyObject *unicode = PyUnicode_FromString(interfaces[i]);
1067 while (interfaces[i]) {
1068 free(interfaces[
[all...]
/lxc/src/lxc/tools/
H A Dlxc_ls.c644 char **interfaces = c->get_interfaces(c); local
645 if (!interfaces)
648 char *interface = lxc_string_join(", ", (const char **)interfaces, false);
650 lxc_free_array((void **)interfaces, free);
/lxc/config/init/common/
H A Dlxc-net.in131 --strict-order --bind-interfaces --pid-file="${varrun}"/dnsmasq.pid \
164 # if $LXC_BRIDGE has attached interfaces, don't destroy the bridge
/lxc/src/lxc/
H A Dlxccontainer.c1782 char **interfaces = NULL; local
1792 SYSERROR("failed to fork task to get interfaces information");
1810 /* Grab the list of interfaces */
1812 SYSERROR("failed to get interfaces list");
1816 /* Iterate through the interfaces */
1840 if (array_contains(&interfaces, interface, count))
1843 if(!add_to_array(&interfaces, interface, count))
1850 free(interfaces[i]);
1851 free(interfaces);
1852 interfaces
[all...]
/lxc/templates/
H A Dlxc-alpine.in343 cat <<-EOF > etc/network/interfaces
H A Dlxc-debian.in86 cat <<EOF > $rootfs/etc/network/interfaces
H A Dlxc-ubuntu.in95 cat <<EOF > $rootfs/etc/network/interfaces
96 # This file describes the network interfaces available on your system
97 # and how to activate them. For more information, see interfaces(5).

Completed in 62 milliseconds