Home
last modified time | relevance | path

Searched refs:SOU_MAGIC_IMPLICIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c1263 ASSERT(tep->te_magic == SOU_MAGIC_IMPLICIT); in tl_free()
1563 tep->te_magic = SOU_MAGIC_IMPLICIT; in tl_open()
2509 (ux_addr.soua_magic != SOU_MAGIC_IMPLICIT)) { in tl_bind()
2518 if ((ux_addr.soua_magic == SOU_MAGIC_IMPLICIT) && in tl_bind()
2970 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_conn_req()
5154 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_unitdata()
5461 mod_hash_t *hash = ux_addr->soua_magic == SOU_MAGIC_IMPLICIT ? in tl_sock_find_peer()
6385 tep->te_magic = SOU_MAGIC_IMPLICIT; in tl_addr_unbind()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h94 #define SOU_MAGIC_IMPLICIT 0x616e6f6e /* "anon" */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c723 sti->sti_ux_laddr.soua_magic = SOU_MAGIC_IMPLICIT; in sotpi_bindlisten()