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