Home
last modified time | relevance | path

Searched refs:TOKACKSZ (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/ktli/
H A Dt_kunbind.c91 unbindsz = MAX(TUNBINDREQSZ, TOKACKSZ); in t_kunbind()
117 if (strioc.ic_len < TOKACKSZ || in t_kunbind()
H A Dt_kutil.c138 if (msgsz < TOKACKSZ || pptr->ok_ack.CORRECT_prim != type) in get_ok_ack()
/titanic_41/usr/src/uts/common/sys/
H A Dt_kuser.h132 #define TOKACKSZ sizeof (struct T_ok_ack) macro