Searched refs:soappendmsg (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi_impl.h | 76 extern void soappendmsg(mblk_t *, const void *, ssize_t);
|
H A D | socktpi.c | 2501 soappendmsg(mp, &conn_req, sizeof (conn_req)); in sotpi_connect() 2502 soappendmsg(mp, addr, addrlen); in sotpi_connect() 2519 soappendmsg(mp, &conn_req, sizeof (conn_req)); in sotpi_connect() 2520 soappendmsg(mp, addr, addrlen); in sotpi_connect() 2522 soappendmsg(mp, &toh, sizeof (toh)); in sotpi_connect() 2523 soappendmsg(mp, src, srclen); in sotpi_connect() 2901 soappendmsg(mp, &toh, sizeof (toh)); in so_unix_close() 2924 soappendmsg(mp, &toh, sizeof (toh)); in so_unix_close() 2925 soappendmsg(mp, &toh2, sizeof (toh2)); in so_unix_close() 2926 soappendmsg(mp, src, srclen); in so_unix_close() [all …]
|
H A D | socksubr.c | 1096 soappendmsg(mp, &toh, sizeof (toh)); in so_cmsg2opt() 1097 soappendmsg(mp, CMSG_CONTENT(cmsg), len); in so_cmsg2opt() 1452 soappendmsg(mblk_t *mp, const void *buf, ssize_t len) in soappendmsg() function 1485 soappendmsg(mp, buf2, len2); in soallocproto2() 1507 soappendmsg(mp, buf2, len2); in soallocproto3() 1508 soappendmsg(mp, buf3, len3); in soallocproto3()
|