Home
last modified time | relevance | path

Searched refs:remoteip (Results 1 – 2 of 2) sorted by relevance

/drivers/isdn/mISDN/
Dl1oip_core.c685 hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip); in l1oip_socket_thread()
960 hc->remoteip = (u32)cq->p1; in channel_dctrl()
974 hc->remoteip = 0; in channel_dctrl()
981 cq->p1 = hc->remoteip; in channel_dctrl()
1369 hc->remoteip = ip[l1oip_cnt << 2] << 24 in init_card()
1381 hc->localport, hc->remoteip >> 24, in init_card()
1382 (hc->remoteip >> 16) & 0xff, in init_card()
1383 (hc->remoteip >> 8) & 0xff, hc->remoteip & 0xff, in init_card()
Dl1oip.h73 u32 remoteip; /* if all set, ip is assigned */ member