Searched refs:IFENCAP_FLAG_BROADCAST (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/net/
H A Dif_infiniband.c206 if (req->flags & IFENCAP_FLAG_BROADCAST)
H A Dif_var.h158 * flags: IFENCAP_FLAG_BROADCAST if destination is broadcast
182 #define IFENCAP_FLAG_BROADCAST 0x02 /* Destination is broadcast */ macro
H A Dif_ethersubr.c185 if (req->flags & IFENCAP_FLAG_BROADCAST)
/freebsd-12-stable/sys/netinet/
H A Dif_ether.c329 ereq.flags = IFENCAP_FLAG_BROADCAST;

Completed in 165 milliseconds