Home
last modified time | relevance | path

Searched refs:T_UNITDATA_REQ (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_sndudata.c116 udreq->PRIM_type = T_UNITDATA_REQ; in _tx_sndudata()
H A Dt_sndvudata.c117 udreq->PRIM_type = T_UNITDATA_REQ; in _tx_sndvudata()
/titanic_44/usr/src/uts/common/ktli/
H A Dt_ksndudat.c155 udreq->PRIM_type = T_UNITDATA_REQ; in t_ksndudata()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h56 #define T_UNITDATA_REQ 8 /* unitdata request */ macro
/titanic_44/usr/src/uts/common/io/
H A Dtimod.c1508 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 Dtl.c1816 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 Dtihdr.h87 #define T_UNITDATA_REQ 8 /* unitdata request */ macro
/titanic_44/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c725 == T_UNITDATA_REQ) { in rds_wput()
840 == T_UNITDATA_REQ) in rds_wrw()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2888 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 Dsvc_clts.c533 udreq->PRIM_type = T_UNITDATA_REQ; in svc_clts_ksend()
H A Dclnt_clts.c2038 udreq->PRIM_type = T_UNITDATA_REQ; in clnt_clts_dispatch_send()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c110 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 Doptcom.c1542 case T_UNITDATA_REQ: in tpi_optcom_buf()
/titanic_44/usr/src/uts/common/c2/
H A Daudit.c1520 case T_UNITDATA_REQ: /* connectionless send request */ in audit_sock()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dicmp.c3413 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 Dudp.c2685 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 Dtcp_output.c992 case T_UNITDATA_REQ: /* unitdata request */ in tcp_wput_proto()