/src/tests/net/mcast/ |
Makefile | 6 TESTSDIR= ${TESTSBASE}/net/mcast 8 .for name in mcast 13 PROGS= mcast 14 MAN.mcast= # empty 15 BINDIR.mcast= ${TESTSDIR}
|
t_mcast.sh | 36 local mcast="$(atf_get_srcdir)/mcast" 47 # A route to the mcast address is required to join the mcast group 57 atf_check -s exit:0 -o ignore $mcast -d ${opts} 59 atf_check -s exit:0 $mcast ${opts} 69 local mcast="$(atf_get_srcdir)/mcast" 82 # A route to the mcast address is required to join the mcast grou [all...] |
/src/tests/net/ |
Makefile | 11 TESTS_SUBDIRS+= if_tun if_vether if_vlan if_wg inpcb ipsec mcast mpls
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
netif.h | 971 #define XEN_NETIF_EXTRA_TYPE_MCAST_ADD (2) /* u.mcast */ 972 #define XEN_NETIF_EXTRA_TYPE_MCAST_DEL (3) /* u.mcast */ 1001 } mcast; member in union:netif_extra_info::__anon5b9a30ae010a
|
/src/sys/net/ |
if_vlan.c | 1352 bool mcast = (m->m_flags & M_MCAST) != 0; local in function:vlan_transmit 1431 if (mcast)
|
if.c | 3783 bool mcast = (m->m_flags & M_MCAST) != 0; local in function:if_transmit 3795 if (mcast)
|
/src/sys/net80211/ |
ieee80211_output.c | 1978 struct ieee80211_beacon_offsets *bo, struct mbuf *m, int mcast) 2106 if (mcast && (tie->tim_count == 1 || tie->tim_period == 1))
|
/src/sys/netinet/ |
ip_carp.c | 1282 static struct in6_addr mcast = IN6ADDR_LINKLOCAL_ALLNODES_INIT; local in function:carp_send_na 1298 nd6_na_output(sc->sc_carpdev, &mcast, in6,
|
/src/sys/dev/pci/ |
if_bge.c | 4927 uint32_t val, ucast, mcast, bcast; local in function:bge_stats_update_regs 4931 mcast = CSR_READ_4(sc, BGE_MAC_STATS + 4941 if (ucast + mcast + bcast > BGE_NUM_RDMA_CHANNELS) {
|
if_mcx.c | 4254 uint8_t mcast[ETHER_ADDR_LEN]; local in function:mcx_iff 4256 memset(mcast, 0, sizeof(mcast)); 4257 mcast[0] = 0x01; 4259 MCX_FLOW_GROUP_ALLMULTI, 0, mcast, dest);
|