Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_look.c174 case T_CONN_IND: in _t_look_locked()
H A Dt_listen.c175 case T_CONN_IND: in _tx_listen()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h114 #define T_CONN_IND 11 /* connection indication */ macro
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c1183 case T_CONN_IND: { in timodrproc()
1202 audit_sock(T_CONN_IND, q, mp, TIMOD_ID); in timodrproc()
H A Dtl.c3334 ci->PRIM_type = T_CONN_IND; in tl_conn_req_ser()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c1407 if ((mp = mi_tpi_trailer_alloc(trailer_mp, len, T_CONN_IND)) != NULL) { in mi_tpi_conn_ind()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1506 case T_CONN_IND: /* connectionless receive request */ in audit_sock()