Home
last modified time | relevance | path

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

/drivers/isdn/mISDN/
Dl1oip_core.c252 static u_int remoteport[MAX_CARDS]; variable
265 module_param_array(remoteport, uint, NULL, S_IRUGO | S_IWUSR);
686 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); in l1oip_socket_thread()
961 hc->remoteport = cq->p2 & 0xffff; in channel_dctrl()
963 if (!hc->remoteport) in channel_dctrl()
964 hc->remoteport = hc->localport; in channel_dctrl()
982 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl()
1374 if (remoteport[l1oip_cnt]) in init_card()
1375 hc->remoteport = remoteport[l1oip_cnt]; in init_card()
1377 hc->remoteport = hc->localport; in init_card()
[all …]
Dl1oip.h75 u16 remoteport; /* must always be set */ member