Searched defs:ipv4 (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_ls.c67 char *ipv4; member in struct:ls
287 free(m->ipv4);
476 l->ipv4 = ls_get_ips(c, "inet");
864 printf("%-*s ", lht->ipv4_length, m->ipv4 ? m->ipv4 : "-");
902 printf("%-*s ", lht->ipv4_length, m->ipv4 ? m->ipv4 : "-");
1093 if (ls_send_str(wpipefd, n->ipv4) < 0)
1176 if (ls_recv_str(rpipefd, &n->ipv4) < 0)
1216 if (m->ipv4) {
[all...]
/lxc/src/lxc/
H A Dconf.h57 * Defines the structure to configure an ipv4 address
58 * @address : ipv4 address
59 * @broadcast : ipv4 broadcast address
117 * @ipv4 : a list of ipv4 addresses to be set on the network device
131 struct lxc_list ipv4; member in struct:lxc_netdev

Completed in 13 milliseconds