Home
last modified time | relevance | path

Searched refs:M_BCAST (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-10-stable/sys/net/
Dif_fddisubr.c170 if (m->m_flags & M_BCAST) in fddi_output()
245 m->m_flags |= (M_BCAST|M_MCAST); in fddi_output()
280 m->m_flags |= (M_BCAST|M_MCAST); in fddi_output()
332 if ((m->m_flags & M_BCAST) || (loop_copy > 0)) { in fddi_output()
439 m->m_flags |= M_BCAST;
Dif_arcsubr.c129 if (m->m_flags & (M_BCAST|M_MCAST)) in arc_output()
163 if (m->m_flags & M_BCAST) in arc_output()
233 if ((m->m_flags & M_BCAST) || (loop_copy > 0)) { in arc_output()
551 m->m_flags |= M_BCAST|M_MCAST; in arc_input()
Dif_iso88025subr.c310 if (m->m_flags & M_BCAST) in iso88025_output()
412 if ((m->m_flags & M_BCAST) || (loop_copy > 0)) { in iso88025_output()
522 m->m_flags |= M_BCAST;
641 if (m->m_flags & (M_BCAST | M_MCAST))
Dif_fwsubr.c116 unicast = !(m->m_flags & (M_BCAST | M_MCAST)); in firewire_output()
205 m->m_flags |= M_BCAST; in firewire_output()
592 if (m->m_flags & (M_BCAST|M_MCAST)) in firewire_input()
Dif_ethersubr.c185 if (!(m->m_flags & (M_BCAST | M_MCAST))) in ether_output()
234 if (m->m_flags & M_BCAST) in ether_output()
356 if (m->m_flags & M_BCAST) { in ether_output()
505 m->m_flags |= M_BCAST; in ether_input_internal()
Dif_gif.c377 m->m_flags &= ~(M_BCAST|M_MCAST); in gif_transmit()
638 m->m_flags &= ~(M_BCAST|M_MCAST); in gif_input()
646 m->m_flags |= M_BCAST; in gif_input()
Dif_epair.c524 if (mflags & (M_BCAST|M_MCAST)) in epair_transmit_locked()
566 if (mflags & (M_BCAST|M_MCAST)) in epair_transmit_locked()
Dif_bridge.c2064 if (((m->m_flags & (M_BCAST|M_MCAST)) == 0) && in bridge_transmit()
2139 if ((m->m_flags & (M_BCAST|M_MCAST)) == 0) { in bridge_forward()
2169 if (dst_if != NULL || (m->m_flags & (M_BCAST | M_MCAST)) == 0) in bridge_forward()
2280 if (m->m_flags & (M_BCAST|M_MCAST)) { in bridge_input()
2485 (m->m_flags & (M_BCAST|M_MCAST)) == 0) in bridge_broadcast()
Dif_vxlan.c2312 mcast = (m->m_flags & (M_MCAST | M_BCAST)) ? 1 : 0; in vxlan_encap4()
2313 m->m_flags &= ~(M_MCAST | M_BCAST); in vxlan_encap4()
2380 mcast = (m->m_flags & (M_MCAST | M_BCAST)) ? 1 : 0; in vxlan_encap6()
2381 m->m_flags &= ~(M_MCAST | M_BCAST); in vxlan_encap6()
2424 if ((m->m_flags & (M_BCAST | M_MCAST)) == 0) in vxlan_transmit()
/freebsd-10-stable/sys/netipx/
Dipx_outputfl.c150 m0->m_flags |= M_BCAST; in ipx_outputfl()
249 m->m_flags &= ~M_BCAST; in ipx_output_type20()
/freebsd-10-stable/sys/netinet/
Dip_icmp.c244 if (n->m_flags & (M_BCAST|M_MCAST)) in icmp_error()
545 && (m->m_flags & (M_MCAST | M_BCAST)) != 0) { in icmp_input()
559 && (m->m_flags & (M_MCAST | M_BCAST)) != 0) { in icmp_input()
880 m->m_flags &= ~(M_BCAST|M_MCAST); in icmp_reflect()
Dif_ether.c323 m->m_flags |= M_BCAST; in arprequest()
355 if (m->m_flags & M_BCAST) { in arpresolve()
928 m->m_flags |= M_BCAST; in in_arpinput()
932 m->m_flags &= ~(M_BCAST|M_MCAST); in in_arpinput()
Dif_atm.c325 if (m->m_flags & (M_BCAST | M_MCAST)) { in atmresolve()
Dip_fastfwd.c320 if ((m->m_flags & (M_BCAST|M_MCAST)) || in ip_fastforward()
Dip_output.c478 m->m_flags |= M_BCAST; in ip_output()
480 m->m_flags &= ~M_BCAST; in ip_output()
Dip_input.c539 (m->m_flags & (M_MCAST|M_BCAST)) == 0) in ip_input()
1352 if (m->m_flags & (M_BCAST|M_MCAST) || in_canforward(ip->ip_dst) == 0) { in ip_forward()
/freebsd-10-stable/contrib/ipfilter/lib/
Dipft_hx.c121 mb->mb_flags |= M_BCAST;
/freebsd-10-stable/sys/dev/cm/
Dsmc90cx6.c436 sc->sc_broadcast[buffer] = (m->m_flags & M_BCAST) != 0;
437 sc->sc_retransmits[buffer] = (m->m_flags & M_BCAST) ? 1 : 5;
/freebsd-10-stable/sys/net80211/
Dieee80211_input.c111 m->m_flags |= M_BCAST; /* NB: mark for bpf tap'ing */ in ieee80211_input_mimo_all()
253 m->m_flags &= ~(M_MCAST | M_BCAST); in ieee80211_deliver_data()
Dieee80211_radiotap.c244 if (ic->ic_montaps != 0 && (m->m_flags & M_BCAST) == 0) in ieee80211_radiotap_rx()
/freebsd-10-stable/sys/sys/
Dmbuf.h229 #define M_BCAST 0x00000010 /* send/received as link-level broadcast */ macro
260 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_FLOWID| \
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1265 if (!(m->m_flags & (M_BCAST | M_MCAST))) in ipoib_output()
1317 if (m->m_flags & M_BCAST) in ipoib_output()
1451 m->m_flags |= M_BCAST; in ipoib_input()
/freebsd-10-stable/sys/netinet6/
Dip6_forward.c135 if ((m->m_flags & (M_BCAST|M_MCAST)) != 0 || in ip6_forward()
/freebsd-10-stable/sys/dev/firewire/
Dif_fwip.c651 if ((m->m_flags & M_BCAST) || !destfw) { in fwip_async_output()
810 m->m_flags |= M_BCAST; in fwip_stream_input()
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h348 # undef M_BCAST
349 # define M_BCAST 0x02 macro

12