Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_infiniband.c249 if (req->flags & IFENCAP_FLAG_BROADCAST) in infiniband_requestencap()
H A Dif_var.h175 * flags: IFENCAP_FLAG_BROADCAST if destination is broadcast
199 #define IFENCAP_FLAG_BROADCAST 0x02 /* Destination is broadcast */ macro
H A Dif_ethersubr.c190 if (req->flags & IFENCAP_FLAG_BROADCAST) in ether_requestencap()
/freebsd/sys/netinet/
H A Dif_ether.c332 ereq.flags = IFENCAP_FLAG_BROADCAST; in arp_fillheader()