Home
last modified time | relevance | path

Searched refs:T_DATA_REQ (Results 1 – 18 of 18) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_snd.c161 datareq.PRIM_type = T_DATA_REQ; in _tx_snd()
H A Dt_sndv.c162 datareq.PRIM_type = T_DATA_REQ; in _tx_sndv()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h51 #define T_DATA_REQ 3 /* data request */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h68 #define T_DATA_REQ 3 /* data request */ macro
/titanic_44/usr/src/uts/common/inet/ip/
H A Drts.c870 (((union T_primitives *)mp->b_rptr)->type != T_DATA_REQ)) in rts_wrw()
935 if (((union T_primitives *)rptr)->type == T_DATA_REQ) { in rts_wput()
1037 case T_DATA_REQ: in rts_wput_other()
H A Dkeysock.c944 case T_DATA_REQ: in keysock_wput_other()
1881 if (((union T_primitives *)rptr)->type == T_DATA_REQ) { in keysock_wput()
H A Dspdsock.c3393 case T_DATA_REQ: in spdsock_wput_other()
3468 if (((union T_primitives *)rptr)->type == T_DATA_REQ) { in spdsock_wput()
H A Dicmp.c4808 case T_DATA_REQ: in icmp_wput_other()
/titanic_44/usr/src/uts/common/io/
H A Dtelmod.c281 tp->type = T_DATA_REQ; in telmodopen()
H A Dtl.c1810 case T_DATA_REQ: in tl_wput()
2150 case T_DATA_REQ: in tl_do_proto()
4445 if (prim->type == T_DATA_REQ && in tl_data()
4518 if (prim->type == T_DATA_REQ) in tl_data()
4594 if (prim->type == T_DATA_REQ) in tl_data()
H A Drlmod.c287 tp->type = T_DATA_REQ; in rlmodopen()
H A Dtimod.c1528 case T_DATA_REQ: in timodwput()
1943 case T_DATA_REQ: in timodwproc()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1629 if (tpi.type == T_DATA_REQ) { in readstream()
H A Din.telnetd.c4581 if (tpi.type == T_DATA_REQ) { in readstream()
/titanic_44/usr/src/uts/common/rpc/
H A Drpcmod.c2493 case T_DATA_REQ: in mir_wput_other()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c916 } else if (type != T_DATA_REQ) { in tcp_wput_proto()
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c4163 case T_DATA_REQ: in udp_wput_other()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4439 prim = T_DATA_REQ; in sotpi_sendmsg()