Searched refs:MSG_MCAST (Results 1 – 5 of 5) sorted by relevance
176 if ((msg.msg_flags & MSG_MCAST) == 0 && srcport == RIP_PORT) in recv_packet()
511 #define MSG_MCAST 0x200 /* this message rec'd as multicast */ macro
200 MSG_MCAST MSG_NOSIGNAL MSG_RST MSG_SYN MSG_TRUNC MSG_URG MSG_WAITALL
170 multicast = (m.msg_flags & MSG_MCAST) ? 1 : 0; in disc_recv_packet()
1056 flags |= MSG_MCAST; in soreceive()