Searched defs:soappendmsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1096 soappendmsg(mp, &toh, sizeof (toh));
1097 soappendmsg(mp, CMSG_CONTENT(cmsg), len);
1452 soappendmsg(mblk_t *mp, const void *buf, ssize_t len) function
1470 * soappendmsg calls). If size is zero it is derived from the buffer
1485 soappendmsg(mp, buf2, len2);
1492 * soappendmsg calls). If size is zero it is derived from the buffer
1507 soappendmsg(mp, buf2, len2);
1508 soappendmsg(mp, buf3, len3);

Completed in 48 milliseconds