Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Doptcom.c1060 reqopt->name, _TPI_TOPT_DATA(topth)); in do_opt_default()
1084 *(int32_t *)_TPI_TOPT_DATA(topth) = in do_opt_default()
1088 *(int16_t *)_TPI_TOPT_DATA(topth) = in do_opt_default()
1092 *(int8_t *)_TPI_TOPT_DATA(topth) = in do_opt_default()
1101 _TPI_TOPT_DATA(topth), in do_opt_default()
1168 reqopt->name, _TPI_TOPT_DATA(topth)); in do_opt_default()
1199 *(int32_t *)_TPI_TOPT_DATA(topth) = in do_opt_default()
1203 *(int16_t *)_TPI_TOPT_DATA(topth) = in do_opt_default()
1207 *(int8_t *)_TPI_TOPT_DATA(topth) = in do_opt_default()
1216 _TPI_TOPT_DATA(topth), in do_opt_default()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h699 #define _TPI_TOPT_DATA(tohp) \ macro
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1135 fdbuf = (struct fdbuf *)_TPI_TOPT_DATA(tohp); in so_cmsglen()
1214 fdbuf = (struct fdbuf *)_TPI_TOPT_DATA(tohp); in so_opt2cmsg()
1325 *srcp = _TPI_TOPT_DATA(tohp); in so_getopt_srcaddr()