Lines Matching refs:soua_magic
587 #define te_magic te_uxaddr.soua_magic
2428 if ((ux_addr.soua_magic != SOU_MAGIC_EXPLICIT) && in tl_bind()
2429 (ux_addr.soua_magic != SOU_MAGIC_IMPLICIT)) { in tl_bind()
2437 if ((ux_addr.soua_magic == SOU_MAGIC_IMPLICIT) && in tl_bind()
2446 if ((ux_addr.soua_magic == SOU_MAGIC_EXPLICIT) && in tl_bind()
2500 if (ux_addr.soua_magic == SOU_MAGIC_EXPLICIT) { in tl_bind()
2881 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_conn_req()
2882 (ux_addr.soua_magic != SOU_MAGIC_EXPLICIT)) { in tl_conn_req()
5061 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_unitdata()
5062 (ux_addr.soua_magic != SOU_MAGIC_EXPLICIT)) { in tl_unitdata()
5316 mod_hash_t *hash = ux_addr->soua_magic == SOU_MAGIC_IMPLICIT ? in tl_sock_find_peer()