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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h211 * sti_ux_laddr/faddr records the internal addresses used with the
216 struct so_ux_addr sti_ux_laddr; /* laddr bound with the transport */ member in struct:sotpi_info
H A Dsocktpi.c688 addr = &sti->sti_ux_laddr;
689 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr);
729 sti->sti_ux_laddr.soua_vp = NULL;
730 sti->sti_ux_laddr.soua_magic = SOU_MAGIC_IMPLICIT;
731 addr = &sti->sti_ux_laddr;
732 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr);
1017 sti->sti_ux_laddr.soua_vp =
1019 sti->sti_ux_laddr.soua_magic = SOU_MAGIC_EXPLICIT;
1020 addr = &sti->sti_ux_laddr;
1021 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr);
[all...]
H A Dsocksyscalls.c412 name->sou_addr = sti2->sti_ux_laddr;
422 name->sou_addr = sti1->sti_ux_laddr;
469 name->sou_addr = sti1->sti_ux_laddr;
H A Dsocksubr.c1817 sti->sti_ux_laddr.soua_magic;
1866 (void *)sti->sti_ux_laddr.soua_vp);
H A Dsockstr.c2175 addrlen != (t_uscalar_t)sizeof (sti->sti_ux_laddr) :
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c822 (sti->sti_ux_laddr.soua_magic == SOU_MAGIC_EXPLICIT)) {
823 mdb_printf("%0?p ", sti->sti_ux_laddr.soua_vp);

Completed in 86 milliseconds