Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_infiniband.c206 if (req->flags & IFENCAP_FLAG_BROADCAST) in infiniband_requestencap()
H A Dif_var.h181 #define IFENCAP_FLAG_BROADCAST 0x02 /* Destination is broadcast */ macro
H A Dif_ethersubr.c187 if (req->flags & IFENCAP_FLAG_BROADCAST) in ether_requestencap()
/f-stack/freebsd/netinet/
H A Dif_ether.c345 ereq.flags = IFENCAP_FLAG_BROADCAST; in arp_fillheader()