Lines Matching refs:tudr
2835 struct T_unitdata_req tudr; in so_unix_close() local
2888 tudr.PRIM_type = T_UNITDATA_REQ; in so_unix_close()
2889 tudr.DEST_length = addrlen; in so_unix_close()
2890 tudr.DEST_offset = (t_scalar_t)sizeof (tudr); in so_unix_close()
2892 tudr.OPT_length = (t_scalar_t)sizeof (toh); in so_unix_close()
2893 tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) + in so_unix_close()
2896 size = tudr.OPT_offset + tudr.OPT_length; in so_unix_close()
2898 mp = soallocproto2(&tudr, sizeof (tudr), in so_unix_close()
2907 tudr.OPT_length = (t_scalar_t)(2 * sizeof (toh) + in so_unix_close()
2909 tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) + in so_unix_close()
2918 size = tudr.OPT_offset + tudr.OPT_length; in so_unix_close()
2921 mp = soallocproto2(&tudr, sizeof (tudr), in so_unix_close()
3647 struct T_unitdata_req tudr; in sosend_dgramcmsg() local
3728 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgramcmsg()
3729 tudr.DEST_length = addrlen; in sosend_dgramcmsg()
3730 tudr.DEST_offset = (t_scalar_t)sizeof (tudr); in sosend_dgramcmsg()
3732 tudr.OPT_length = (t_scalar_t)(optlen + sizeof (toh) + in sosend_dgramcmsg()
3735 tudr.OPT_length = optlen; in sosend_dgramcmsg()
3736 tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) + in sosend_dgramcmsg()
3739 size = tudr.OPT_offset + tudr.OPT_length; in sosend_dgramcmsg()
3766 soappendmsg(mp, &tudr, sizeof (tudr)); in sosend_dgramcmsg()
3961 struct T_unitdata_req tudr; in sosend_dgram() local
4027 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgram()
4028 tudr.DEST_length = addrlen; in sosend_dgram()
4029 tudr.DEST_offset = (t_scalar_t)sizeof (tudr); in sosend_dgram()
4031 tudr.OPT_length = 0; in sosend_dgram()
4032 tudr.OPT_offset = 0; in sosend_dgram()
4034 mp = soallocproto2(&tudr, sizeof (tudr), in sosend_dgram()
4052 tudr.OPT_length = (t_scalar_t)(sizeof (toh) + in sosend_dgram()
4054 tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) + in sosend_dgram()
4062 size = tudr.OPT_offset + tudr.OPT_length; in sosend_dgram()
4063 mp = soallocproto2(&tudr, sizeof (tudr), in sosend_dgram()
4590 struct T_unitdata_req tudr; in sodgram_direct() local
4632 tudr.PRIM_type = T_UNITDATA_REQ; in sodgram_direct()
4633 tudr.DEST_length = addrlen; in sodgram_direct()
4634 tudr.DEST_offset = (t_scalar_t)sizeof (tudr); in sodgram_direct()
4635 tudr.OPT_length = 0; in sodgram_direct()
4636 tudr.OPT_offset = 0; in sodgram_direct()
4638 mp = soallocproto2(&tudr, sizeof (tudr), addr, addrlen, 0, in sodgram_direct()