Home
last modified time | relevance | path

Searched refs:sti_ux_faddr (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h217 struct so_ux_addr sti_ux_faddr; /* temporary peer address */ member
H A Dsocksubr.c666 sti->sti_ux_faddr.soua_vp = vp; in so_ux_addr_xlate()
667 sti->sti_ux_faddr.soua_magic = SOU_MAGIC_EXPLICIT; in so_ux_addr_xlate()
668 addr = &sti->sti_ux_faddr; in so_ux_addr_xlate()
669 addrlen = (socklen_t)sizeof (sti->sti_ux_faddr); in so_ux_addr_xlate()
1819 sti->sti_ux_faddr.soua_magic; in sockfs_snapshot()
1868 (void *)sti->sti_ux_faddr.soua_vp); in sockfs_snapshot()
H A Dsockstr.c2448 faddr = &sti->sti_ux_faddr; in strsock_proto()
2450 (t_uscalar_t)sizeof (sti->sti_ux_faddr); in strsock_proto()
H A Dsocktpi.c6551 bzero(&sti->sti_ux_faddr, sizeof (sti->sti_ux_faddr)); in so_alloc_addr()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c829 (sti->sti_ux_faddr.soua_magic == SOU_MAGIC_EXPLICIT)) { in netstat_unix_cb()
830 mdb_printf("%0?p ", sti->sti_ux_faddr.soua_vp); in netstat_unix_cb()