/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | t_sndudata.c | 116 udreq->PRIM_type = T_UNITDATA_REQ; in _tx_sndudata()
|
H A D | t_sndvudata.c | 117 udreq->PRIM_type = T_UNITDATA_REQ; in _tx_sndvudata()
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_ksndudat.c | 155 udreq->PRIM_type = T_UNITDATA_REQ; in t_ksndudata()
|
/titanic_44/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 56 #define T_UNITDATA_REQ 8 /* unitdata request */ macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | timod.c | 1508 case T_UNITDATA_REQ: in timodwput() 1954 case T_UNITDATA_REQ: in timodwproc() 1964 audit_sock(T_UNITDATA_REQ, q, mp, TIMOD_ID); in timodwproc() 2426 up->PRIM_type = T_UNITDATA_REQ; in tim_filladdr() 2442 ASSERT(up->PRIM_type == T_UNITDATA_REQ); in tim_filladdr() 2451 nup->PRIM_type = T_UNITDATA_REQ; in tim_filladdr()
|
H A D | tl.c | 1816 case T_UNITDATA_REQ: in tl_wput() 2182 case T_UNITDATA_REQ: in tl_do_proto() 5056 tl_error_ack(wq, mp, TSYSERR, EINVAL, T_UNITDATA_REQ); in tl_unitdata() 5066 tl_error_ack(wq, mp, TSYSERR, EINVAL, T_UNITDATA_REQ); in tl_unitdata()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tihdr.h | 87 #define T_UNITDATA_REQ 8 /* unitdata request */ macro
|
/titanic_44/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 725 == T_UNITDATA_REQ) { in rds_wput() 840 == T_UNITDATA_REQ) in rds_wrw()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 2888 tudr.PRIM_type = T_UNITDATA_REQ; in so_unix_close() 3728 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgramcmsg() 3803 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgramcmsg() 4027 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgram() 4081 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgram() 4632 tudr.PRIM_type = T_UNITDATA_REQ; in sodgram_direct() 4668 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct() 4688 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | svc_clts.c | 533 udreq->PRIM_type = T_UNITDATA_REQ; in svc_clts_ksend()
|
H A D | clnt_clts.c | 2038 udreq->PRIM_type = T_UNITDATA_REQ; in clnt_clts_dispatch_send()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_output.c | 110 tudr->PRIM_type = T_UNITDATA_REQ; in sctp_alloc_hdr() 151 ASSERT(tudr->PRIM_type == T_UNITDATA_REQ); in sctp_sendmsg()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | optcom.c | 1542 case T_UNITDATA_REQ: in tpi_optcom_buf()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit.c | 1520 case T_UNITDATA_REQ: /* connectionless send request */ in audit_sock()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 3413 ASSERT(tudr->PRIM_type == T_UNITDATA_REQ); in icmp_output_ancillary() 4152 ((t_primp_t)mp->b_rptr)->type != T_UNITDATA_REQ) { in icmp_wput() 4748 case T_UNITDATA_REQ: in icmp_wput_other()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 2685 ASSERT(tudr->PRIM_type == T_UNITDATA_REQ); in udp_output_ancillary() 3430 ((t_primp_t)mp->b_rptr)->type != T_UNITDATA_REQ) { in udp_wput() 4104 case T_UNITDATA_REQ: in udp_wput_other()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 992 case T_UNITDATA_REQ: /* unitdata request */ in tcp_wput_proto()
|