Searched refs:remoteip (Results 1 – 2 of 2) sorted by relevance
675 hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip); in l1oip_socket_thread()945 hc->remoteip = (u32)cq->p1; in channel_dctrl()959 hc->remoteip = 0; in channel_dctrl()966 cq->p1 = hc->remoteip; in channel_dctrl()1356 hc->remoteip = ip[l1oip_cnt << 2] << 24 in init_card()1368 hc->localport, hc->remoteip >> 24, in init_card()1369 (hc->remoteip >> 16) & 0xff, in init_card()1370 (hc->remoteip >> 8) & 0xff, hc->remoteip & 0xff, in init_card()
75 u32 remoteip; /* if all set, ip is assigned */ member