Searched refs:nmcastgroups (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c104 static size_t nmcastgroups = IP_MAX_MEMBERSHIPS; variable
192 for (i = 0; i < (signed)nmcastgroups; i++) {
282 for (i = nmcastgroups-1; i >= 0; i--) {
404 nmcastgroups = atoi(optarg);
769 "(default: %d)\n", (int)nmcastgroups);
/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c46 static int nmcastgroups = IP_MAX_MEMBERSHIPS; variable
664 * Join multicast groups from 238.1.1.0 up to nmcastgroups.
666 * bits in the middle, and join groups in linear order up to nmcastgroups.
682 for (i = 1; i < nmcastgroups+1; i++) {
695 for (i = 1; i < nmcastgroups+1; i++) {
903 nmcastgroups = atoi(optarg);

Completed in 94 milliseconds