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

/freebsd-13-stable/sys/net/
H A Dif_infiniband.c206 if (req->flags & IFENCAP_FLAG_BROADCAST)
H A Dif_var.h157 * flags: IFENCAP_FLAG_BROADCAST if destination is broadcast
181 #define IFENCAP_FLAG_BROADCAST 0x02 /* Destination is broadcast */ macro
H A Dif_ethersubr.c184 if (req->flags & IFENCAP_FLAG_BROADCAST)
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c345 ereq.flags = IFENCAP_FLAG_BROADCAST;

Completed in 187 milliseconds