Searched refs:MSG_MCAST (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp760 if ((buffer->flags & MSG_MCAST) != 0) {
1496 buffer->flags &= ~(MSG_BCAST | MSG_MCAST);
1509 buffer->flags |= MSG_MCAST;
1525 header->time_to_live = (buffer->flags & MSG_MCAST) != 0
1528 header->time_to_live = (buffer->flags & MSG_MCAST) != 0
1564 if ((buffer->flags & MSG_MCAST) != 0
1750 bool wasMulticast = (buffer->flags & (MSG_BCAST | MSG_MCAST)) != 0;
1752 buffer->flags &= ~(MSG_BCAST | MSG_MCAST);
1765 buffer->flags |= MSG_MCAST;
1781 // copy over special address types (MSG_BCAST or MSG_MCAST)
[all...]
/haiku/src/bin/debug/strace/
H A Dnetwork.cpp38 FLAG_INFO_ENTRY(MSG_MCAST),
/haiku/headers/posix/sys/
H A Dsocket.h122 #define MSG_MCAST 0x0200 /* this message rec'd as multicast */ macro
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp73 buffer->flags |= MSG_MCAST;
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp795 if ((buffer->flags & MSG_MCAST) != 0) {
1255 const bool isMulticast = buffer->flags & MSG_MCAST;
1286 buffer->flags &= ~(MSG_BCAST | MSG_MCAST);
1292 buffer->flags |= MSG_MCAST;
1472 buffer->flags &= ~(MSG_BCAST | MSG_MCAST);
1478 buffer->flags |= MSG_MCAST;
1499 // copy over special address types (MSG_BCAST or MSG_MCAST):
1550 if ((buffer->flags & MSG_MCAST) != 0) {
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp565 if ((buffer->flags & (MSG_BCAST | MSG_MCAST)) != 0)
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp740 if ((buffer->flags & MSG_MCAST) != 0)
1029 if ((buffer->flags & MSG_MCAST) != 0) {
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp296 if ((buffer->flags & MSG_MCAST) != 0)
306 if ((buffer->flags & (MSG_BCAST | MSG_MCAST)) != 0)
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp1027 if ((buffer->flags & MSG_MCAST) != 0) {

Completed in 61 milliseconds