Home
last modified time | relevance | path

Searched refs:T_CONN_IND (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_look.c174 case T_CONN_IND: in _t_look_locked()
H A Dt_listen.c177 case T_CONN_IND: in _tx_listen()
/titanic_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h64 #define T_CONN_IND 11 /* connection indication */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dtihdr.h113 #define T_CONN_IND 11 /* connection indication */ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2249 case T_CONN_IND: in strsock_proto()
2263 audit_sock(T_CONN_IND, strvp2wq(vp), mp, 0); in strsock_proto()
/titanic_41/usr/src/uts/common/io/
H A Dtimod.c1181 case T_CONN_IND: { in timodrproc()
1200 audit_sock(T_CONN_IND, q, mp, TIMOD_ID); in timodrproc()
H A Dtl.c3245 ci->PRIM_type = T_CONN_IND; in tl_conn_req_ser()
/titanic_41/usr/src/uts/common/inet/
H A Dmi.c1405 if ((mp = mi_tpi_trailer_alloc(trailer_mp, len, T_CONN_IND)) != NULL) { in mi_tpi_conn_ind()
/titanic_41/usr/src/uts/common/c2/
H A Daudit.c1507 case T_CONN_IND: /* connectionless receive request */ in audit_sock()