Home
last modified time | relevance | path

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

/drivers/isdn/mISDN/
Dl1oip_core.c681 hc->sin_local.sin_port = htons((unsigned short)hc->localport); in l1oip_socket_thread()
692 __func__, hc->localport); in l1oip_socket_thread()
962 hc->localport = cq->p2 >> 16; in channel_dctrl()
964 hc->remoteport = hc->localport; in channel_dctrl()
982 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl()
1373 hc->localport = port[l1oip_cnt]?:(L1OIP_DEFAULTPORT + l1oip_cnt); in init_card()
1377 hc->remoteport = hc->localport; in init_card()
1381 hc->localport, hc->remoteip >> 24, in init_card()
Dl1oip.h74 u16 localport; /* must always be set */ member