Home
last modified time | relevance | path

Searched refs:MSG_NOTIFICATION (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h427 #define MSG_NOTIFICATION 0x100 /* Notification, not data */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h430 #define MSG_NOTIFICATION 0x2000 /* SCTP notification */ macro
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c603 msg->msg_flags |= MSG_NOTIFICATION; in sosctp_recvmsg()