Home
last modified time | relevance | path

Searched refs:sti_faddr_noxlate (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h146 sti_faddr_noxlate : 1, /* No xlation of faddr for AF_UNIX */ member
H A Dsocktpi.c1110 sti->sti_faddr_noxlate = 1; in sotpi_bindlisten()
1740 if (!sti->sti_faddr_noxlate) { in sotpi_accept()
1878 nsti->sti_faddr_noxlate = sti->sti_faddr_noxlate; in sotpi_accept()
2355 sti->sti_faddr_noxlate = 1; in sotpi_connect()
2380 if (sti->sti_faddr_noxlate) { in sotpi_connect()
2859 if (sti->sti_faddr_noxlate) { in so_unix_close()
3687 if (sti->sti_faddr_noxlate) { in sosend_dgramcmsg()
3988 if (sti->sti_faddr_noxlate) { in sosend_dgram()
4838 *namelen = sti->sti_faddr_noxlate ? 0: sti->sti_faddr_len; in sotpi_getpeername()
4858 *namelen = sti->sti_faddr_noxlate ? 0: sti->sti_faddr_len; in sotpi_getpeername()
[all …]
H A Dsocksubr.c594 if (SOTOTPI(so)->sti_faddr_noxlate) { in so_addr_verify()
647 ASSERT(!sti->sti_faddr_noxlate); in so_ux_addr_xlate()
1823 pksi->ks_si.si_faddr_noxlate = sti->sti_faddr_noxlate; in sockfs_snapshot()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c763 if (st->st_info.sti_faddr_noxlate) { in netstat_unix_name_pr()