Searched refs:bcast (Results 1 - 5 of 5) sorted by relevance

/lxc/src/lxc/
H A Dnetwork.h89 struct in_addr *bcast, int prefix);
H A Dconf.h64 struct in_addr bcast; member in struct:lxc_inetdev
H A Dnetwork.c1030 void *addr, void *bcast, void *acast, int prefix)
1073 if (nla_put_buffer(nlmsg, IFA_BROADCAST, bcast, addrlen))
1079 (memcmp(bcast, &in6addr_any, sizeof(in6addr_any)) ||
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
1098 lxc_ipv4_addr_add(int ifindex, struct in_addr *addr, struct in_addr *bcast, int prefix) argument
H A Dconfile.c791 char *cursor, *slash, *addr = NULL, *bcast = NULL, *prefix = NULL; local
828 bcast = cursor + 1;
845 if (bcast && !inet_pton(AF_INET, bcast, &inetdev->bcast)) {
864 if (!bcast) {
865 inetdev->bcast.s_addr = inetdev->addr.s_addr;
866 inetdev->bcast.s_addr |=
H A Dconf.c2300 &inetdev->bcast, inetdev->prefix);

Completed in 442 milliseconds