HomeSort by relevance Sort by last modified time
    Searched defs:tudr (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/rds/
rdsddi.c 750 #define tudr ((struct T_unitdata_req *)(uintptr_t)rptr) macro
772 if (tudr->OPT_length != 0) {
779 if ((rptr + tudr->DEST_offset + tudr->DEST_length) >
785 sin = (sin_t *)(uintptr_t)&rptr[tudr->DEST_offset];
786 if (!OK_32PTR((char *)sin) || tudr->DEST_length !=
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_output.c 98 struct T_unitdata_req *tudr; local
102 size = sizeof (*tudr) + _TPI_ALIGN_TOPT(nlen) + clen;
110 tudr = (struct T_unitdata_req *)mp->b_rptr;
111 tudr->PRIM_type = T_UNITDATA_REQ;
112 tudr->DEST_length = nlen;
113 tudr->DEST_offset = sizeof (*tudr);
114 tudr->OPT_length = clen;
115 tudr->OPT_offset = (t_scalar_t)(sizeof (*tudr)
132 struct T_unitdata_req *tudr; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
socktpi.c 2895 struct T_unitdata_req tudr; local
3705 struct T_unitdata_req tudr; local
4019 struct T_unitdata_req tudr; local
4648 struct T_unitdata_req tudr; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
icmp.c 2893 struct T_unitdata_req *tudr; local
3384 struct T_unitdata_req *tudr; local
4050 struct T_unitdata_req *tudr; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/udp/
udp.c 2946 struct T_unitdata_req *tudr; local
3161 struct T_unitdata_req *tudr; local
3816 struct T_unitdata_req *tudr; local
    [all...]

Completed in 4829 milliseconds