Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsocket.h450 #define MSG_NOTIFICATION 0x00002000 /* SCTP notification */ macro
/f-stack/freebsd/sys/
H A Dsocket.h456 #define MSG_NOTIFICATION 0x00002000 /* SCTP notification */ macro
/f-stack/freebsd/netinet/
H A Dsctputil.c6016 out_flags |= MSG_NOTIFICATION; in sctp_sorecvmsg()
6071 out_flags |= MSG_NOTIFICATION; in sctp_sorecvmsg()
6302 out_flags |= MSG_NOTIFICATION; in sctp_sorecvmsg()
6536 if (filling_sinfo && ((flags & MSG_NOTIFICATION) == 0)) { in sctp_soreceive()