taglinefilesource code
socketNum1419net/inet/ipx.cunsigned short  socketNum = intrfc->if_sknum;
socketNum1421net/inet/ipx.cif (socketNum < IPX_MIN_EPHEMERAL_SOCKET)
socketNum1422net/inet/ipx.csocketNum = IPX_MIN_EPHEMERAL_SOCKET;
socketNum1424net/inet/ipx.cwhile (ipxitf_find_socket(intrfc, ntohs(socketNum)) != NULL)
socketNum1425net/inet/ipx.cif (socketNum > IPX_MAX_EPHEMERAL_SOCKET)
socketNum1426net/inet/ipx.csocketNum = IPX_MIN_EPHEMERAL_SOCKET;
socketNum1428net/inet/ipx.csocketNum++;
socketNum1430net/inet/ipx.cintrfc->if_sknum = socketNum;
socketNum1431net/inet/ipx.creturn  ntohs(socketNum);