Lines Matching refs:tudr
2775 struct T_unitdata_req tudr; in so_unix_close() local
2816 tudr.PRIM_type = T_UNITDATA_REQ; in so_unix_close()
2817 tudr.DEST_length = addrlen; in so_unix_close()
2818 tudr.DEST_offset = (t_scalar_t)sizeof (tudr); in so_unix_close()
2820 tudr.OPT_length = (t_scalar_t)sizeof (toh); in so_unix_close()
2821 tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) + in so_unix_close()
2824 size = tudr.OPT_offset + tudr.OPT_length; in so_unix_close()
2826 mp = soallocproto2(&tudr, sizeof (tudr), in so_unix_close()
2835 tudr.OPT_length = (t_scalar_t)(2 * sizeof (toh) + in so_unix_close()
2837 tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) + in so_unix_close()
2846 size = tudr.OPT_offset + tudr.OPT_length; in so_unix_close()
2849 mp = soallocproto2(&tudr, sizeof (tudr), in so_unix_close()
3459 struct T_unitdata_req tudr; in sosend_dgramcmsg() local
3552 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgramcmsg()
3553 tudr.DEST_length = addrlen; in sosend_dgramcmsg()
3554 tudr.DEST_offset = (t_scalar_t)sizeof (tudr); in sosend_dgramcmsg()
3556 tudr.OPT_length = (t_scalar_t)(optlen + sizeof (toh) + in sosend_dgramcmsg()
3559 tudr.OPT_length = optlen; in sosend_dgramcmsg()
3560 tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) + in sosend_dgramcmsg()
3563 size = tudr.OPT_offset + tudr.OPT_length; in sosend_dgramcmsg()
3597 soappendmsg(mp, &tudr, sizeof (tudr)); in sosend_dgramcmsg()
3808 struct T_unitdata_req tudr; in sosend_dgram() local
3894 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgram()
3895 tudr.DEST_length = addrlen; in sosend_dgram()
3896 tudr.DEST_offset = (t_scalar_t)sizeof (tudr); in sosend_dgram()
3898 tudr.OPT_length = 0; in sosend_dgram()
3899 tudr.OPT_offset = 0; in sosend_dgram()
3901 mp = soallocproto2(&tudr, sizeof (tudr), in sosend_dgram()
3919 tudr.OPT_length = (t_scalar_t)(sizeof (toh) + in sosend_dgram()
3921 tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) + in sosend_dgram()
3929 size = tudr.OPT_offset + tudr.OPT_length; in sosend_dgram()
3930 mp = soallocproto2(&tudr, sizeof (tudr), in sosend_dgram()
4524 struct T_unitdata_req tudr; in sodgram_direct() local
4566 tudr.PRIM_type = T_UNITDATA_REQ; in sodgram_direct()
4567 tudr.DEST_length = addrlen; in sodgram_direct()
4568 tudr.DEST_offset = (t_scalar_t)sizeof (tudr); in sodgram_direct()
4569 tudr.OPT_length = 0; in sodgram_direct()
4570 tudr.OPT_offset = 0; in sodgram_direct()
4572 mp = soallocproto2(&tudr, sizeof (tudr), addr, addrlen, 0, in sodgram_direct()