Lines Matching refs:remote_addr

251 		   ((AF_INET == ep->com.remote_addr.ss_family) ?  in set_emss()
392 if (ep->com.remote_addr.ss_family == AF_INET6) { in _c4iw_free_ep()
553 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_req_arp_failure()
691 &ep->com.remote_addr; in send_connect()
695 &ep->com.remote_addr; in send_connect()
723 wrlen = (ep->com.remote_addr.ss_family == AF_INET) ? in send_connect()
738 (ep->com.remote_addr.ss_family == AF_INET) ? 0 : 1); in send_connect()
780 if (ep->com.remote_addr.ss_family == AF_INET6) in send_connect()
786 if (ep->com.remote_addr.ss_family == AF_INET) { in send_connect()
895 if (ret && ep->com.remote_addr.ss_family == AF_INET6) in send_connect()
1285 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_reply_upcall()
1286 sizeof(ep->com.remote_addr)); in connect_reply_upcall()
1327 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_request_upcall()
1328 sizeof(ep->com.remote_addr)); in connect_request_upcall()
1932 sin = (struct sockaddr_in *)&ep->com.remote_addr; in send_fw_act_open_req()
1944 (ep->com.remote_addr.ss_family == AF_INET) ? 0 : 1); in send_fw_act_open_req()
2233 ra = (struct sockaddr_in *)&ep->com.remote_addr; in act_open_rpl()
2235 ra6 = (struct sockaddr_in6 *)&ep->com.remote_addr; in act_open_rpl()
2275 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_rpl()
2312 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_rpl()
2395 (ep->com.remote_addr.ss_family == AF_INET) ? 0 : 1); in accept_cr()
2568 sin = (struct sockaddr_in *)&child_ep->com.remote_addr; in pass_accept_req()
2584 sin6 = (struct sockaddr_in6 *)&child_ep->com.remote_addr; in pass_accept_req()
2866 if (ep->com.remote_addr.ss_family == AF_INET6) { in peer_abort()
3271 memcpy(&ep->com.remote_addr, &cm_id->m_remote_addr, in c4iw_connect()
3272 sizeof(ep->com.remote_addr)); in c4iw_connect()
3275 raddr = (struct sockaddr_in *)&ep->com.remote_addr; in c4iw_connect()
3277 raddr6 = (struct sockaddr_in6 *) &ep->com.remote_addr; in c4iw_connect()
3683 if (ep->com.remote_addr.ss_family == AF_INET6) { in active_ofld_conn_reply()