Home
last modified time | relevance | path

Searched refs:TUNBINDREQSZ (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/ktli/
H A Dt_kunbind.c91 unbindsz = MAX(TUNBINDREQSZ, TOKACKSZ); in t_kunbind()
100 strioc.ic_len = (int)TUNBINDREQSZ; in t_kunbind()
/titanic_50/usr/src/uts/common/sys/
H A Dt_kuser.h120 #define TUNBINDREQSZ sizeof (struct T_unbind_req) macro