Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h416 #define MSG_DUPCTRL 0x800 /* Save control message for use with */ macro
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c558 error = so_dequeue_msg(so, &mp, uiop, &rval, flags | MSG_DUPCTRL); in sosctp_recvmsg()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c872 (flags & MSG_DUPCTRL)) { in so_dequeue_msg()