Searched refs:bcast (Results 1 – 4 of 4) sorted by relevance
40 void SocketManager::SendDatagram(const NemoraDatagram* bcast) in SendDatagram() argument42 std::string serialized = Serializer::Serialize(bcast); in SendDatagram()56 auto addr6 = reinterpret_cast<const sockaddr*>(&bcast->destination6); in SendDatagram()58 sizeof(bcast->destination6)); in SendDatagram()69 auto addr4 = reinterpret_cast<const sockaddr*>(&bcast->destination); in SendDatagram()71 sizeof(bcast->destination)); in SendDatagram()
33 void SendDatagram(const NemoraDatagram* bcast);
689 static const uint8_t bcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in dp8393x_receive_filter() local704 !memcmp(buf, bcast, sizeof(bcast))) { in dp8393x_receive_filter()
1654 bcast.c: 213371655 bcast.h: 5594