Lines Matching refs:soua_magic
577 #define te_magic te_uxaddr.soua_magic
2508 if ((ux_addr.soua_magic != SOU_MAGIC_EXPLICIT) && in tl_bind()
2509 (ux_addr.soua_magic != SOU_MAGIC_IMPLICIT)) { in tl_bind()
2518 if ((ux_addr.soua_magic == SOU_MAGIC_IMPLICIT) && in tl_bind()
2528 if ((ux_addr.soua_magic == SOU_MAGIC_EXPLICIT) && in tl_bind()
2584 if (ux_addr.soua_magic == SOU_MAGIC_EXPLICIT) { in tl_bind()
2970 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_conn_req()
2971 (ux_addr.soua_magic != SOU_MAGIC_EXPLICIT)) { in tl_conn_req()
5154 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_unitdata()
5155 (ux_addr.soua_magic != SOU_MAGIC_EXPLICIT)) { in tl_unitdata()
5465 mod_hash_t *hash = ux_addr->soua_magic == SOU_MAGIC_IMPLICIT ? in tl_sock_find_peer()