Lines Matching refs:ux_addr

2356 	soux_addr_t		ux_addr;  in tl_bind()  local
2424 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()
2516 (mod_hash_key_t)ux_addr.soua_vp, in tl_bind()
2529 ux_addr.soua_vp)); in tl_bind()
2533 tep->te_uxaddr = ux_addr; in tl_bind()
2813 soux_addr_t ux_addr; in tl_conn_req() local
2880 bcopy(mp->b_rptr + aoff, &ux_addr, TL_SOUX_ADDRLEN); in tl_conn_req()
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()
2966 tl_sock_find_peer(tep, &ux_addr) : in tl_conn_req()
4997 soux_addr_t ux_addr; in tl_unitdata() local
5059 bcopy(mp->b_rptr + aoff, &ux_addr, TL_SOUX_ADDRLEN); in tl_unitdata()
5061 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_unitdata()
5062 (ux_addr.soua_magic != SOU_MAGIC_EXPLICIT)) { in tl_unitdata()
5127 tl_sock_find_peer(tep, &ux_addr) : in tl_unitdata()
5313 tl_sock_find_peer(tl_endpt_t *tep, soux_addr_t *ux_addr) in tl_sock_find_peer() argument
5316 mod_hash_t *hash = ux_addr->soua_magic == SOU_MAGIC_IMPLICIT ? in tl_sock_find_peer()
5318 int rc = mod_hash_find_cb(hash, (mod_hash_key_t)ux_addr->soua_vp, in tl_sock_find_peer()