Searched refs:remoteport (Results 1 – 2 of 2) sorted by relevance
251 static u_int remoteport[MAX_CARDS]; variable264 module_param_array(remoteport, uint, NULL, S_IRUGO | S_IWUSR);688 hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); in l1oip_socket_thread()964 hc->remoteport = cq->p2 & 0xffff; in channel_dctrl()966 if (!hc->remoteport) in channel_dctrl()967 hc->remoteport = hc->localport; in channel_dctrl()985 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl()1385 if (remoteport[l1oip_cnt]) in init_card()1386 hc->remoteport = remoteport[l1oip_cnt]; in init_card()1388 hc->remoteport = hc->localport; in init_card()[all …]
75 u16 remoteport; /* must always be set */ member