Searched refs:T_UNITDATA_REQ (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_ksndudat.c | 155 udreq->PRIM_type = T_UNITDATA_REQ; in t_ksndudata()
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_sndudata.c | 114 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()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | timod.c | 1510 case T_UNITDATA_REQ: in timodwput() 1958 case T_UNITDATA_REQ: in timodwproc() 1968 audit_sock(T_UNITDATA_REQ, q, mp, TIMOD_ID); in timodwproc() 2430 up->PRIM_type = T_UNITDATA_REQ; in tim_filladdr() 2446 ASSERT(up->PRIM_type == T_UNITDATA_REQ); in tim_filladdr() 2455 nup->PRIM_type = T_UNITDATA_REQ; in tim_filladdr()
|
H A D | tl.c | 1889 case T_UNITDATA_REQ: in tl_wput() 2259 case T_UNITDATA_REQ: in tl_do_proto() 5149 tl_error_ack(wq, mp, TSYSERR, EINVAL, T_UNITDATA_REQ); in tl_unitdata() 5159 tl_error_ack(wq, mp, TSYSERR, EINVAL, T_UNITDATA_REQ); in tl_unitdata()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tihdr.h | 88 #define T_UNITDATA_REQ 8 /* unitdata request */ macro
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 730 == T_UNITDATA_REQ) { in rds_wput() 845 == T_UNITDATA_REQ) in rds_wrw()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 2816 tudr.PRIM_type = T_UNITDATA_REQ; in so_unix_close() 3552 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgramcmsg() 3636 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgramcmsg() 3894 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgram() 3948 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sosend_dgram() 4566 tudr.PRIM_type = T_UNITDATA_REQ; in sodgram_direct() 4602 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct() 4622 audit_sock(T_UNITDATA_REQ, strvp2wq(SOTOV(so)), mp, 0); in sodgram_direct()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_clts.c | 545 udreq->PRIM_type = T_UNITDATA_REQ; in svc_clts_ksend()
|
H A D | clnt_clts.c | 2063 udreq->PRIM_type = T_UNITDATA_REQ; in clnt_clts_dispatch_send()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | optcom.c | 1542 case T_UNITDATA_REQ: in tpi_optcom_buf()
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit.c | 1519 case T_UNITDATA_REQ: /* connectionless send request */ in audit_sock()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 3421 ASSERT(tudr->PRIM_type == T_UNITDATA_REQ); in icmp_output_ancillary() 4161 ((t_primp_t)mp->b_rptr)->type != T_UNITDATA_REQ) { in icmp_wput() 4769 case T_UNITDATA_REQ: in icmp_wput_other()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 2810 ASSERT(tudr->PRIM_type == T_UNITDATA_REQ); in udp_output_ancillary() 3570 ((t_primp_t)mp->b_rptr)->type != T_UNITDATA_REQ) { in udp_wput() 4256 case T_UNITDATA_REQ: in udp_wput_other()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 1009 case T_UNITDATA_REQ: /* unitdata request */ in tcp_wput_proto()
|