Searched refs:remoteip (Results 1 – 2 of 2) sorted by relevance
672 hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip); in l1oip_socket_thread()942 hc->remoteip = (u32)cq->p1; in channel_dctrl()956 hc->remoteip = 0; in channel_dctrl()963 cq->p1 = hc->remoteip; in channel_dctrl()1354 hc->remoteip = ip[l1oip_cnt << 2] << 24 in init_card()1366 hc->localport, hc->remoteip >> 24, in init_card()1367 (hc->remoteip >> 16) & 0xff, in init_card()1368 (hc->remoteip >> 8) & 0xff, hc->remoteip & 0xff, in init_card()
74 u32 remoteip; /* if all set, ip is assigned */ member