Home
last modified time | relevance | path

Searched refs:PKT_LINKF_BCAST (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_ethernet.c518 pkt->pkt_link_flags |= PKT_LINKF_BCAST; in fsw_ethernet_frame()
/xnu-12377.41.6/bsd/skywalk/packet/ !
H A Dos_packet_private.h716 #define PKT_LINKF_BCAST 0x0001 /* send/received as link-level bcast */ macro
H A Dpacket_common.h166 PKT_ADDR(ph)->pkt_link_flags |= PKT_LINKF_BCAST; in __packet_set_link_broadcast()
175 return (PKT_ADDR(ph)->pkt_link_flags & PKT_LINKF_BCAST) != 0; in __packet_get_link_broadcast()
H A Dpacket_copy.c1689 if (pkt->pkt_link_flags & PKT_LINKF_BCAST) { in pkt_copy_to_mbuf()
1916 if (pkt->pkt_link_flags & PKT_LINKF_BCAST) { in pkt_copy_multi_buflet_to_mbuf()