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

/opensolaris-onvv-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.c677 addr = &sti->sti_ux_laddr;
678 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr);
718 sti->sti_ux_laddr.soua_vp = NULL;
719 sti->sti_ux_laddr.soua_magic = SOU_MAGIC_IMPLICIT;
720 addr = &sti->sti_ux_laddr;
721 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr);
1006 sti->sti_ux_laddr.soua_vp =
1008 sti->sti_ux_laddr.soua_magic = SOU_MAGIC_EXPLICIT;
1009 addr = &sti->sti_ux_laddr;
1010 addrlen = (t_uscalar_t)sizeof (sti->sti_ux_laddr);
[all...]
H A Dsocksyscalls.c388 name->sou_addr = sti2->sti_ux_laddr;
398 name->sou_addr = sti1->sti_ux_laddr;
445 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) :
/opensolaris-onvv-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 173 milliseconds