Searched refs:fListenPort (Results 1 – 2 of 2) sorted by relevance
46 fListenPort(10901), in RemoteHWInterface()64 if (sscanf(fTarget, "%" B_SCNu16, &fListenPort) != 1) { in RemoteHWInterface()75 fInitStatus = fListenEndpoint->Bind(fListenPort); in RemoteHWInterface()
119 uint16 fListenPort; variable