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

/freebsd-10.1-release/sys/netinet/
H A Dif_ether.c511 static int allow_multicast = 0; variable
525 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, allow_multicast, CTLFLAG_RW,
526 &allow_multicast, 0, "accept multicast addresses");
580 if (allow_multicast == 0 && ETHER_IS_MULTICAST(ar_sha(ah))) {

Completed in 26 milliseconds