Home
last modified time | relevance | path

Searched refs:MSG_MCAST (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Dpacket.c176 if ((msg.msg_flags & MSG_MCAST) == 0 && srcport == RIP_PORT) in recv_packet()
/openbsd/sys/sys/
H A Dsocket.h509 #define MSG_MCAST 0x200 /* this message rec'd as multicast */ macro
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DMakefile.PL199 MSG_MCAST MSG_NOSIGNAL MSG_RST MSG_SYN MSG_TRUNC MSG_URG MSG_WAITALL
/openbsd/usr.sbin/ldpd/
H A Dpacket.c170 multicast = (m.msg_flags & MSG_MCAST) ? 1 : 0; in disc_recv_packet()
/openbsd/sys/kern/
H A Duipc_socket.c1058 flags |= MSG_MCAST; in soreceive()