Searched refs:ux_addr (Results 1 – 1 of 1) sorted by relevance
2356 soux_addr_t ux_addr; in tl_bind() local2424 bcopy(mp->b_rptr + aoff, &ux_addr, sizeof (ux_addr)); in tl_bind()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()2438 (ux_addr.soua_vp != NULL)) { in tl_bind()2446 if ((ux_addr.soua_magic == SOU_MAGIC_EXPLICIT) && in tl_bind()2447 (ux_addr.soua_vp == NULL)) { in tl_bind()2500 if (ux_addr.soua_magic == SOU_MAGIC_EXPLICIT) { in tl_bind()2505 if (tep->te_vp == ux_addr.soua_vp) in tl_bind()[all …]