Searched refs:sin_local (Results 1 – 2 of 2) sorted by relevance
78 struct sockaddr_in sin_local; /* local socket name */ member
682 hc->sin_local.sin_family = AF_INET; in l1oip_socket_thread()683 hc->sin_local.sin_addr.s_addr = INADDR_ANY; in l1oip_socket_thread()684 hc->sin_local.sin_port = htons((unsigned short)hc->localport); in l1oip_socket_thread()692 if (socket->ops->bind(socket, (struct sockaddr *)&hc->sin_local, in l1oip_socket_thread()693 sizeof(hc->sin_local))) { in l1oip_socket_thread()