Home
last modified time | relevance | path

Searched refs:sti_ux_laddr (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h216 struct so_ux_addr sti_ux_laddr; /* laddr bound with the transport */ member
H A Dsocktpi.c679 addr = &sti->sti_ux_laddr; in sotpi_bindlisten()
680 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr); in sotpi_bindlisten()
720 sti->sti_ux_laddr.soua_vp = NULL; in sotpi_bindlisten()
721 sti->sti_ux_laddr.soua_magic = SOU_MAGIC_IMPLICIT; in sotpi_bindlisten()
722 addr = &sti->sti_ux_laddr; in sotpi_bindlisten()
723 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr); in sotpi_bindlisten()
1008 sti->sti_ux_laddr.soua_vp = in sotpi_bindlisten()
1010 sti->sti_ux_laddr.soua_magic = SOU_MAGIC_EXPLICIT; in sotpi_bindlisten()
1011 addr = &sti->sti_ux_laddr; in sotpi_bindlisten()
1012 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr); in sotpi_bindlisten()
[all …]
H A Dsocksubr.c1817 sti->sti_ux_laddr.soua_magic; in sockfs_snapshot()
1866 (void *)sti->sti_ux_laddr.soua_vp); in sockfs_snapshot()
H A Dsocksyscalls.c412 name->sou_addr = sti2->sti_ux_laddr; in so_socketpair()
422 name->sou_addr = sti1->sti_ux_laddr; in so_socketpair()
469 name->sou_addr = sti1->sti_ux_laddr; in so_socketpair()
H A Dsockstr.c2175 addrlen != (t_uscalar_t)sizeof (sti->sti_ux_laddr) : in strsock_proto()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c822 (sti->sti_ux_laddr.soua_magic == SOU_MAGIC_EXPLICIT)) { in netstat_unix_cb()
823 mdb_printf("%0?p ", sti->sti_ux_laddr.soua_vp); in netstat_unix_cb()