Searched refs:remoteip (Results 1 – 2 of 2) sorted by relevance
688 hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip); in l1oip_socket_thread()959 hc->remoteip = (u32)cq->p1; in channel_dctrl()973 hc->remoteip = 0; in channel_dctrl()980 cq->p1 = hc->remoteip; in channel_dctrl()1371 hc->remoteip = ip[l1oip_cnt << 2] << 24 in init_card()1383 hc->localport, hc->remoteip >> 24, in init_card()1384 (hc->remoteip >> 16) & 0xff, in init_card()1385 (hc->remoteip >> 8) & 0xff, hc->remoteip & 0xff, in init_card()
75 u32 remoteip; /* if all set, ip is assigned */ member