Home
last modified time | relevance | path

Searched refs:M_MCAST (Results 1 – 25 of 67) sorted by relevance

123

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_hippisubr.c102 if (m->m_flags & (M_BCAST | M_MCAST)) in hippi_output()
224 m->m_flags |= M_MCAST; in hippi_input()
226 if (m->m_flags & (M_BCAST|M_MCAST)) in hippi_input()
H A Dif_fddisubr.c234 else if (m->m_flags & M_MCAST) { in fddi_output()
342 m->m_flags |= (M_BCAST|M_MCAST); in fddi_output()
353 m->m_flags |= (M_BCAST|M_MCAST); in fddi_output()
444 m->m_flags |= M_MCAST; in fddi_input()
H A Dif_tokensubr.c301 m->m_flags |= (M_BCAST|M_MCAST); in token_output()
406 m->m_flags |= M_MCAST; in token_input()
407 if (m->m_flags & (M_BCAST|M_MCAST)) in token_input()
H A Dif_arcsubr.c149 if (m->m_flags & (M_BCAST|M_MCAST)) in arc_output()
158 if ((m->m_flags & (M_BCAST|M_MCAST)) && in arc_output()
525 m->m_flags |= M_BCAST|M_MCAST; in arc_input()
H A Dif_bridge.c1408 if (mflags & M_MCAST) in bridge_enqueue()
1451 m->m_flags |= M_MCAST; in bridge_output()
1469 if ((m->m_flags & (M_MCAST | M_BCAST)) != 0) in bridge_output()
1509 ((m->m_flags & (M_MCAST | M_BCAST)) == 0 || in bridge_output()
1530 if ((m->m_flags & (M_MCAST | M_BCAST)) != 0 && in bridge_output()
1696 if ((m->m_flags & (M_BCAST|M_MCAST)) == 0) { in bridge_forward()
1831 m->m_flags |= M_MCAST; in bridge_input()
1838 if (!(m->m_flags & (M_BCAST|M_MCAST)) && in bridge_input()
1923 bmcast = m->m_flags & (M_BCAST|M_MCAST); in bridge_broadcast()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip_etherip.c120 m->m_flags &= ~(M_BCAST|M_MCAST); in ip_etherip_output()
255 m->m_flags &= ~(M_BCAST|M_MCAST); in ip_etherip_input()
H A Dip_output.c170 (m->m_flags & (M_MCAST | M_BCAST)) != 0 || in ip_mark_mpls()
368 M_BCAST : M_MCAST; in ip_output()
391 if (((m->m_flags & M_MCAST) && in ip_output()
635 sa = (m->m_flags & M_MCAST) ? sintocsa(rdst) : sintocsa(dst); in ip_output()
708 (m->m_flags & M_MCAST) ? in ip_output()
781 m->m_flags |= m0->m_flags & (M_MCAST|M_BCAST); in ip_fragment()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Dip6_etherip.c126 m->m_flags &= ~(M_BCAST|M_MCAST); in ip6_etherip_output()
260 m->m_flags &= ~(M_BCAST|M_MCAST); in ip6_etherip_input()
H A Dip6_forward.c158 if ((m->m_flags & (M_BCAST|M_MCAST)) != 0 || in ip6_forward()
162 ((m->m_flags & (M_BCAST|M_MCAST)) != 0) ? "bcast/mcast" : in ip6_forward()
/dports/net/netwib/netwib-5.38.0-src/src/port/openbsd/kernelmodule/
H A Dether_mod-2.5.c227 if (m->m_flags & M_MCAST) {
308 m->m_flags |= (M_BCAST|M_MCAST);
430 if (m->m_flags & M_MCAST)
H A Dether_mod-2.6.c228 if (m->m_flags & M_MCAST) {
309 m->m_flags |= (M_BCAST|M_MCAST);
431 if (m->m_flags & M_MCAST)
H A Dether_mod-2.4.c258 m->m_flags |= (M_BCAST|M_MCAST);
367 if (m->m_flags & M_MCAST)
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/agr/
H A Dieee8023ad_marker.c73 if ((m->m_flags & M_MCAST) == 0) { in ieee8023ad_marker_input()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h252 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\ in m_clget()
260 #define M_MCAST 0x0400 /* send/received as link-level multicast */ in m_clget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h252 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
260 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_mbuf.h252 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
260 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_mbuf.h278 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
286 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/
H A Duser_mbuf.h252 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
260 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_mbuf.h279 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
287 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/
H A Duser_mbuf.h249 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
257 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h252 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
260 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_mbuf.h278 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
286 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h281 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
289 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h281 M_BCAST|M_MCAST|M_FRAG|M_FIRSTFRAG|M_LASTFRAG|\
289 #define M_MCAST 0x0400 /* send/received as link-level multicast */ macro
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/support/bpf-lkm/OpenBSD/
H A Dether_mod.c257 m->m_flags |= (M_BCAST|M_MCAST);
366 if (m->m_flags & M_MCAST)

123