Searched refs:T_OK_ACK (Results 1 – 18 of 18) sorted by relevance
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kunbind.c | 118 ok_ack->PRIM_type != T_OK_ACK || in t_kunbind()
|
H A D | t_kutil.c | 137 case T_OK_ACK: in get_ok_ack()
|
/titanic_44/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 72 #define T_OK_ACK 19 /* ok acknowledgment */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tihdr.h | 121 #define T_OK_ACK 19 /* ok acknowledgment */ macro
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 965 (ack_prim != T_OK_ACK || in sowaitprim() 1000 } else if (tpr->type == T_OK_ACK) { in sowaitprim() 1024 error = sowaitprim(so, request_prim, T_OK_ACK, in sowaitokack() 1095 ASSERT(tpr->type == T_OK_ACK || in sowaitack() 2555 case T_OK_ACK: in strsock_proto()
|
H A D | socktpi.c | 1929 error = sowaitprim(nso, T_CONN_RES, T_OK_ACK, in sotpi_accept() 2075 error = sowaitprim(so, PRIM_type, T_OK_ACK, in sotpi_accept()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | telmod.c | 480 case T_OK_ACK: in telmodrput() 607 case T_OK_ACK: in telmodrsrv()
|
H A D | rlmod.c | 424 case T_OK_ACK: in rlmodrput() 551 case T_OK_ACK: in rlmodrsrv()
|
H A D | timod.c | 804 case T_OK_ACK: in timodrproc()
|
H A D | tl.c | 2316 M_PCPROTO, T_OK_ACK); in tl_ok_ack()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 172 case T_OK_ACK: in nb_getmsg_mlen()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 3342 case T_OK_ACK: in clnt_dispatch_notifyconn() 3499 case T_OK_ACK: in clnt_dispatch_notifyall() 3546 if (msg_type == T_ERROR_ACK || msg_type == T_OK_ACK) { in clnt_dispatch_notifyall()
|
H A D | rpcmod.c | 1718 case T_OK_ACK: in mir_rput_proto()
|
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | _utility.c | 409 case T_OK_ACK: in _t_is_ok()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | mi.c | 1488 M_PCPROTO, T_OK_ACK)) != NULL) { in mi_tpi_ok_ack_alloc_extra()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 1743 ok->PRIM_type = T_OK_ACK; in tcp_tpi_accept()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 2998 ASSERT(((struct T_ok_ack *)mp->b_rptr)->PRIM_type == T_OK_ACK); in icmp_tpi_unbind()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 2513 ASSERT(((struct T_ok_ack *)mp->b_rptr)->PRIM_type == T_OK_ACK); in udp_tpi_unbind()
|