Home
last modified time | relevance | path

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

/net/tipc/
DMakefile8 tipc-y += addr.o bcast.o bearer.o \
Dlink.c2351 static bool tipc_link_build_bc_proto_msg(struct tipc_link *l, bool bcast, in tipc_link_build_bc_proto_msg() argument
2372 msg_set_non_seq(hdr, bcast); in tipc_link_build_bc_proto_msg()
/net/mac80211/
Dmesh_pathtbl.c485 static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mesh_plink_broken() local
500 WLAN_REASON_MESH_PATH_DEST_UNREACHABLE, bcast); in mesh_plink_broken()
/net/qrtr/
Dns.c276 static int server_del(struct qrtr_node *node, unsigned int port, bool bcast) in server_del() argument
289 if (srv->node == qrtr_ns.local_node && bcast) in server_del()