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()
1327 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_reply_upcall()
1328 sizeof(ep->com.remote_addr)); in connect_reply_upcall()
1369 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_request_upcall()
1370 sizeof(ep->com.remote_addr)); in connect_request_upcall()
1977 sin = (struct sockaddr_in *)&ep->com.remote_addr; in send_fw_act_open_req()
1989 (ep->com.remote_addr.ss_family == AF_INET) ? 0 : 1); in send_fw_act_open_req()
2280 ra = (struct sockaddr_in *)&ep->com.remote_addr; in act_open_rpl()
2282 ra6 = (struct sockaddr_in6 *)&ep->com.remote_addr; in act_open_rpl()
2322 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_rpl()
2358 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_rpl()
2427 (ep->com.remote_addr.ss_family == AF_INET) ? 0 : 1); in accept_cr()
2613 sin = (struct sockaddr_in *)&child_ep->com.remote_addr; in pass_accept_req()
2629 sin6 = (struct sockaddr_in6 *)&child_ep->com.remote_addr; in pass_accept_req()
2945 if (ep->com.remote_addr.ss_family == AF_INET6) { in peer_abort()
3364 memcpy(&ep->com.remote_addr, &cm_id->m_remote_addr, in c4iw_connect()
3365 sizeof(ep->com.remote_addr)); in c4iw_connect()
3368 raddr = (struct sockaddr_in *)&ep->com.remote_addr; in c4iw_connect()
3370 raddr6 = (struct sockaddr_in6 *) &ep->com.remote_addr; in c4iw_connect()
3780 if (ep->com.remote_addr.ss_family == AF_INET6) { in active_ofld_conn_reply()