Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c83 #define CMSG_CONTENT(cmsg) (&((cmsg)[1])) macro
963 close_fds(CMSG_CONTENT(cmsg), in so_closefds()
1012 fds = CMSG_CONTENT(cmsg); in so_getfdopt()
1097 soappendmsg(mp, CMSG_CONTENT(cmsg), len); in so_cmsg2opt()
1237 CMSG_CONTENT(cmsg), fdlen); in so_opt2cmsg()
1268 bcopy(&tv, CMSG_CONTENT(cmsg), sizeof (tv)); in so_opt2cmsg()
1274 time32 = (struct timeval32 *)CMSG_CONTENT(cmsg); in so_opt2cmsg()
1291 bcopy(&tohp[1], CMSG_CONTENT(cmsg), in so_opt2cmsg()
/titanic_50/usr/src/uts/common/inet/
H A Doptcom.c1985 optd->opdes_name, len, (uchar_t *)CMSG_CONTENT(cmsg), in process_auxiliary_options()
1986 &outlen, (uchar_t *)CMSG_CONTENT(cmsg), optbuf, cr); in process_auxiliary_options()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h741 #define CMSG_CONTENT(cmsg) (&((cmsg)[1])) macro