Home
last modified time | relevance | path

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

12

/freebsd-12-stable/share/dtrace/
Dmbuf.d48 #pragma D binding "1.6.3" M_BCAST
49 inline int M_BCAST = 0x00000010; /* send/received as link-level broadcast */ variable
92 flags & M_BCAST ? "M_BCAST" :
/freebsd-12-stable/sys/net/
Dif_infiniband.c237 if ((m->m_flags & (M_BCAST | M_MCAST)) == 0) { in infiniband_resolve_addr()
240 if (m->m_flags & M_BCAST) { in infiniband_resolve_addr()
312 } else if (!(m->m_flags & (M_BCAST | M_MCAST))) { in infiniband_output()
430 m->m_flags |= M_BCAST; in infiniband_input()
Dif_gif.c320 m->m_flags &= ~(M_BCAST|M_MCAST); in gif_transmit()
546 m->m_flags &= ~(M_BCAST|M_MCAST); in gif_input()
554 m->m_flags |= M_BCAST; in gif_input()
Dif_ethersubr.c221 if ((m->m_flags & (M_BCAST | M_MCAST)) == 0) in ether_resolve_addr()
225 if (m->m_flags & M_BCAST) in ether_resolve_addr()
303 } else if (!(m->m_flags & (M_BCAST | M_MCAST))) { in ether_output()
387 if ((m->m_flags & M_BCAST) && loop_copy && (ifp->if_flags & IFF_SIMPLEX) && in ether_output()
526 m->m_flags |= M_BCAST; in ether_input_internal()
Dif_fwsubr.c123 unicast = !(m->m_flags & (M_BCAST | M_MCAST)); in firewire_output()
213 m->m_flags |= M_BCAST; in firewire_output()
600 if (m->m_flags & (M_BCAST|M_MCAST)) in firewire_input()
Dif_epair.c541 if (mflags & (M_BCAST|M_MCAST)) in epair_transmit_locked()
586 if (mflags & (M_BCAST|M_MCAST)) in epair_transmit_locked()
Dif_vxlan.c2380 mcast = (m->m_flags & (M_MCAST | M_BCAST)) ? 1 : 0; in vxlan_encap4()
2381 m->m_flags &= ~(M_MCAST | M_BCAST); in vxlan_encap4()
2447 mcast = (m->m_flags & (M_MCAST | M_BCAST)) ? 1 : 0; in vxlan_encap6()
2448 m->m_flags &= ~(M_MCAST | M_BCAST); in vxlan_encap6()
2492 if ((m->m_flags & (M_BCAST | M_MCAST)) == 0) in vxlan_transmit()
Dif_bridge.c2278 if (((m->m_flags & (M_BCAST|M_MCAST)) == 0) && in bridge_transmit()
2388 if ((m->m_flags & (M_BCAST|M_MCAST)) == 0) { in bridge_forward()
2418 if (dst_if != NULL || (m->m_flags & (M_BCAST | M_MCAST)) == 0) in bridge_forward()
2529 if (m->m_flags & (M_BCAST|M_MCAST)) { in bridge_input()
2732 (m->m_flags & (M_BCAST|M_MCAST)) == 0) in bridge_broadcast()
Dif_gre.c714 m->m_flags &= ~(M_BCAST|M_MCAST);
Dif_me.c607 m->m_flags &= ~(M_BCAST|M_MCAST); in me_transmit()
/freebsd-12-stable/sys/netinet/
Dip_icmp.c224 if (n->m_flags & (M_BCAST|M_MCAST)) in icmp_error()
581 && (m->m_flags & (M_MCAST | M_BCAST)) != 0) { in icmp_input()
594 && (m->m_flags & (M_MCAST | M_BCAST)) != 0) { in icmp_input()
918 m->m_flags &= ~(M_BCAST|M_MCAST); in icmp_reflect()
Dif_ether.c426 m->m_flags |= M_BCAST; in arprequest()
619 if (m->m_flags & M_BCAST) { in arpresolve()
1098 m->m_flags |= M_BCAST; in in_arpinput()
1102 m->m_flags &= ~(M_BCAST|M_MCAST); in in_arpinput()
Dip_fastfwd.c259 if ((m->m_flags & (M_BCAST|M_MCAST)) || in ip_tryforward()
Dip_input.c660 (m->m_flags & (M_MCAST|M_BCAST)) == 0) in ip_input()
965 if (m->m_flags & (M_BCAST|M_MCAST) || in_canforward(ip->ip_dst) == 0) { in ip_forward()
Dip_output.c552 m->m_flags |= M_BCAST; in ip_output()
554 m->m_flags &= ~M_BCAST; in ip_output()
Dip_divert.c512 m->m_flags |= M_BCAST; in div_output()
/freebsd-12-stable/sbin/ipf/libipf/
Dipft_hx.c118 mb->mb_flags |= M_BCAST; in hex_readip()
/freebsd-12-stable/sys/net80211/
Dieee80211_input.c125 m->m_flags |= M_BCAST; /* NB: mark for bpf tap'ing */ in ieee80211_input_mimo_all()
282 m->m_flags &= ~(M_MCAST | M_BCAST); in ieee80211_deliver_data()
295 m->m_flags |= M_BCAST; in ieee80211_deliver_data()
Dieee80211_radiotap.c247 if (ic->ic_montaps != 0 && (m->m_flags & M_BCAST) == 0) in ieee80211_radiotap_rx()
/freebsd-12-stable/sys/netinet6/
Dip6_fastfwd.c100 if ((m->m_flags & (M_BCAST | M_MCAST)) != 0 || in ip6_tryforward()
Dip6_forward.c110 if ((m->m_flags & (M_BCAST|M_MCAST)) != 0 || in ip6_forward()
/freebsd-12-stable/sys/dev/firewire/
Dif_fwip.c602 if ((m->m_flags & M_BCAST) || !destfw) { in fwip_async_output()
761 m->m_flags |= M_BCAST; in fwip_stream_input()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h315 # undef M_BCAST
316 # define M_BCAST 0x02 macro
/freebsd-12-stable/sys/sys/
Dmbuf.h307 #define M_BCAST 0x00000010 /* send/received as link-level broadcast */ macro
345 (M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_TSTMP| \
/freebsd-12-stable/sys/netipsec/
Dipsec_output.c958 (*mp)->m_flags &= ~(M_BCAST | M_MCAST); in ipsec_encap()

12