Lines Matching refs:remote_addr
251 ((AF_INET == ep->com.remote_addr.ss_family) ? in set_emss()
395 if (ep->com.remote_addr.ss_family == AF_INET6) { in _c4iw_free_ep()
555 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_req_arp_failure()
730 &ep->com.remote_addr; in send_connect()
734 &ep->com.remote_addr; in send_connect()
762 wrlen = (ep->com.remote_addr.ss_family == AF_INET) ? in send_connect()
777 (ep->com.remote_addr.ss_family == AF_INET) ? 0 : 1); in send_connect()
819 if (ep->com.remote_addr.ss_family == AF_INET6) in send_connect()
825 if (ep->com.remote_addr.ss_family == AF_INET) { in send_connect()
934 if (ret && ep->com.remote_addr.ss_family == AF_INET6) in send_connect()
1329 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_reply_upcall()
1330 sizeof(ep->com.remote_addr)); in connect_reply_upcall()
1371 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_request_upcall()
1372 sizeof(ep->com.remote_addr)); in connect_request_upcall()
1982 sin = (struct sockaddr_in *)&ep->com.remote_addr; in send_fw_act_open_req()
1994 (ep->com.remote_addr.ss_family == AF_INET) ? 0 : 1); in send_fw_act_open_req()
2288 ra = (struct sockaddr_in *)&ep->com.remote_addr; in act_open_rpl()
2290 ra6 = (struct sockaddr_in6 *)&ep->com.remote_addr; in act_open_rpl()
2330 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_rpl()
2366 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_rpl()
2435 (ep->com.remote_addr.ss_family == AF_INET) ? 0 : 1); in accept_cr()
2621 sin = (struct sockaddr_in *)&child_ep->com.remote_addr; in pass_accept_req()
2637 sin6 = (struct sockaddr_in6 *)&child_ep->com.remote_addr; in pass_accept_req()
2953 if (ep->com.remote_addr.ss_family == AF_INET6) { in peer_abort()
3372 memcpy(&ep->com.remote_addr, &cm_id->m_remote_addr, in c4iw_connect()
3373 sizeof(ep->com.remote_addr)); in c4iw_connect()
3376 raddr = (struct sockaddr_in *)&ep->com.remote_addr; in c4iw_connect()
3378 raddr6 = (struct sockaddr_in6 *) &ep->com.remote_addr; in c4iw_connect()
3788 if (ep->com.remote_addr.ss_family == AF_INET6) { in active_ofld_conn_reply()